Skip to content

tool to find ports serving web content on a web site through an http proxy such as squid http proxy

License

Notifications You must be signed in to change notification settings

rub3rth/squidchoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

                    _     __     
  _________ ___  __(_)___/ /     
 / ___/ __ `/ / / / / __  /      
(__  ) /_/ / /_/ / / /_/ /       
/____/\__, /\__,_/_/\__,_/        
        / /         __            
  _____/ /_  ____  / /_____  _____
 / ___/ __ \/ __ \/ //_/ _ \/ ___/
/ /__/ / / / /_/ / ,< /  __/ /    
\___/_/ /_/\____/_/|_|\___/_/  

squidchoker

Simple python script to find ports serving web content through an http proxy (credentials required) such as squid http proxy.
Can probably be done with a regular port scanner (e g nmap with proxy chains), but this helped us out in a ctf
during which we couldn't so I thought I'd share.
In order to divert attention away from my shoddy programming I spruced it up with an ascii art banner and some colours.

Enjoy!

installation

clone the repo and install dependencies
git clone https://github.com/rub3rth/squidchoker

cd squidchoker

pip3 install -r requirements.txt

example usage

python3 squidchoker.py [proxy username] [proxy password] [proxy domain] [proxy port] [domain to be scanned] [port on which to begin scanning]

python3 squidchoker.py admin password domain.com 3128 domain.com 1337

demo

Demo

About

tool to find ports serving web content on a web site through an http proxy such as squid http proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages