Gaidaros is designed to be a fast and easy-to-use vulnerability tool focused on the Apache Web Server.
It is an automated pentesting, open source program for detecting and exploiting vulnerabilities in Web Applications. It comes with many powerful features for a complete and correct penetration testing.
He specializes in the Reconnaissance phase with the help of the OSINT Framework, which he makes the most of. Of course this program can in no way replace a penetration tester, but it is a great help as it contains many features to save time but also to get a first taste of the security of its server.
Gaidaros - The Land of The Broken Minds
Character
- Full Reconnaissance
- Apache Vuln Scanner
- Common Web Application Vuln Scanner
- OWASP Scanner
- Post-scan Reporting
Installation
Gaidaros is essentially a Python script, so you need it Python to run this program
sudo apt install python3
Pip3 is also required to download the necessary python packages
sudo apt install python3-pip
You can download Gaidaros the Git repository:
git clone https://github.com/Ch3lLIST4/Gaidaros.git
Install the requirements for the script to work properly:
cd Gaidaros
pip3 install -r requirements.txt
Use
For the help command, you can run the following command:
sudo python3 gaidaros.py -h
Add your own apikeys to use some of the sections
nano ./conf/keys.json
You need to install python-docx for Python3 to create a report
pip3 install python-docx
And of course a software to open and edit the MS docx file directly on your linux machine
sudo apt install libreoffice
You can download the program from here.
Read them Technology News from all over the world, with the validity of iGuRu.gr
Follow us on Google News
Comment Policy:
IGuRu.gr does not publish the comments immediately. Malicious comments, comments that include ads, or comments that are offensive are deleted without notice. We do not adopt the opinions expressed by our readers.
Your comments will be displayed after approval by the administrators