Skip to content

aancw/spose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spose

Squid Pivoting Open Port Scanner

Detecting open port behind squid proxy for CTF and pentest purpose using http proxy method. Only for Python 3 version.

Install & Usage

❯ python3 ./spose.py --help
usage: spose.py [-h] --proxy PROXY --target TARGET [--ports PORTS] [--allports]

Squid Pivoting Open Port Scanner

options:
  -h, --help       show this help message and exit
  --proxy PROXY    Define proxy address URL (http://x.x.x.x:3128)
  --target TARGET  Define target IP behind proxy
  --ports PORTS    [Optional] Define target ports behind proxy (comma-separated)
  --allports       [Optional] Scan all 65535 TCP ports behind proxy

VulnHub VM

  • sickOS 1.1
  • pinkys-palace

References

https://www.rapid7.com/db/modules/auxiliary/scanner/http/squid_pivot_scanning

License

This program is under MIT License.

About

Squid Pivoting Open Port Scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages