🔰Sitadel – An Open Source Tool for Finding Web Application Vulnerabilities🔰
Sitadel is a python based web application scanner. It’s flexible and has many different scanning options. It can get a full fingerprint of a server and bruteforce directories, admin pages, files etc. Also, it can search for injection type attacks (slq, html, xss, rfi, ldap and more), other information disclosures and popular vulnerabilities.
Installing Sitadel
Let’s first clone the repo from Github.
git clone
https://github.com/shenril/Sitadel.git
After that go inside the folder and run the setup script in python3.
cd Sitadel/ python3 setup.py install
Credits : @bloodeater_bot
Sitadel is a python based web application scanner. It’s flexible and has many different scanning options. It can get a full fingerprint of a server and bruteforce directories, admin pages, files etc. Also, it can search for injection type attacks (slq, html, xss, rfi, ldap and more), other information disclosures and popular vulnerabilities.
Installing Sitadel
Let’s first clone the repo from Github.
git clone
https://github.com/shenril/Sitadel.git
After that go inside the folder and run the setup script in python3.
cd Sitadel/ python3 setup.py install
Credits : @bloodeater_bot