Skip to content

vrikodar/Simba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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