Galileo is a free web application auditing framework that can perform various penetration testing tasks, such as information gathering, fingerprinting, bruteforcing, injection test, and exploiting vulnerabilities. Galileo uses different modules to perform these tasks. The modules can be divided into following categories.
Bruteforce
Disclosure
Fingerprint
Injection
Scanner
Tools
Exploitation
Bruteforce modules can be used to bruteforce the credentials. Disclosure modules can find information like credit card data, private IPs, emails, and source code. Fingerprinting modules can gather information about Content Management System (CMS), frameworks, and servers. Injection modules can check the OS command and SQL injection vulnerabilities in the target web application. Exploitation module can exploit the errors like shellshock vulnerabilities.
Galileo can be installed from github...
git clone https://github.com/m4ll0k/Galileo.git galileo
To install the requirements follow the following commands :
cd galileo
python2 -m pip install -r requirements.t
python2 -m pip install -r requirements.t


0 comments:
Post a Comment