https://github.com/vrikodar/simba
Simba is a web headers security scanner
https://github.com/vrikodar/simba
headers-scanner penetration-testing-tools security-headers security-scanner security-tools securityheader web-header website-header website-security
Last synced: 4 months ago
JSON representation
Simba is a web headers security scanner
- Host: GitHub
- URL: https://github.com/vrikodar/simba
- Owner: vrikodar
- License: bsd-3-clause
- Created: 2021-10-26T18:41:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T14:28:41.000Z (over 3 years ago)
- Last Synced: 2024-12-29T15:10:28.755Z (6 months ago)
- Topics: headers-scanner, penetration-testing-tools, security-headers, security-scanner, security-tools, securityheader, web-header, website-header, website-security
- Language: Python
- Homepage:
- Size: 682 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simba
![]()
**Simba is a web headers security scanner**
## Installing and Running Simba 💻
```bash
$ git clone https://github.com/SxNade/Simba
$ cd Simba
$ chmod +x simba$ ./simba --help
```## Simba Options 🐯
**Listing Help**
```bash
$ ./simba --help
```### Specifying File containing website URLs `one at each line` or `individual links`
```bash
$ ./simba --file /path/to/file.txt$ ./simba --link https://google.com/
```
### Specifying Proxy for connections made `protocol://:`
```bash
$ ./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`
```bash
$ ./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