vrikodar / Simba

Simba is a web headers security scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simba

Simba is a web headers security scanner

Installing and Running Simba πŸ’»

$ git clone https://github.com/SxNade/Simba
$ cd Simba
$ chmod +x simba

$ ./simba --help

Simba Options 🐯

Listing Help

$ ./simba --help

Specifying File containing website URLs one at each line or individual links

$ ./simba --file /path/to/file.txt

$ ./simba --link https://google.com/ 

Specifying Proxy for connections made protocol://<IP>:<port>

$ ./simba -l https://google.com/ --proxy socks5://127.0.0.1:1080
                  
                    or

$ ./simba -f file.txt -p socks5://127.0.0.1:8080

Specifying custom user agent Header Default is None

$ ./simba -l https://google.com/ --useragent chrome_win    {you can see all available options by choosing a random non-existent option xd}

                or

$ ./simba -l https://google.com/ -u firefox_mac            {there are a number of useragents available, write a wrong one to get a list all that are available!}

Demo πŸ’»

Future Updates πŸ•’

Note: Options such as specifying proxies etc.. and much more would be addded in future updates

About

Simba is a web headers security scanner

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%