Brahma
is a python program that automates the proccess of xss, sqli, ssrf, nosqli and lfi
with the help of other amazing tools.
Using tools one by one while huntings bugs may be boring so Brahma
is the solution, Brahma
automates your favorite tools and saves your time.
- gf by @tomnomnom
- httpx by @projectdiscovery.io
- dalfox by @hahwul
- Sqlmap by @sqlmapproject
- ffuf by @ffuf
- subfinder by @projectdiscovery.io
- waybackurls by @tomnomnom
- qsreplace by @tomnomnom
- Gf_Patterns by @1ndianl33t
- Nosqli by @Charlie-belmer
Thanks to developers for these incredible tools
$ git clone https://github.com/DevanshRaghav75/Brahma
$ cd Brahma
$ python3 setup.py install
$ Brahma -h
Args
Args | Discription |
---|---|
-a/--automate | Specify what you want to automate |
-d/--domain | Specify the domain you want to test |
-s/--silent | Skip banner |
Automation arguments
Argument | Discription |
---|---|
-a xss | Will automate XSS |
-a sqli | Will automate SQL injection |
-a lfi | Will automate LFI |
-a ssrf | Will automate SSRF |
-a nosqli | Will automate NoSQL injection |
-a all | Will automate xss,sqli,lfi,ssrf,nosqli |