Skip to content

DevanshRaghav75/Brahma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brahma

made-with-python PRs Welcome Open Source Love svg1 GitHub license

What is Brahma?

Brahma is a python program that automates the proccess of xss, sqli, ssrf, nosqli and lfi with the help of other amazing tools.

Why Brahma?

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.

Automates what?

Thanks to developers for these incredible tools

Installation

$ git clone https://github.com/DevanshRaghav75/Brahma
$ cd Brahma
$ python3 setup.py install  
$ Brahma -h

Usage and Args

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