Open In App

Sitadel – Web Application Security Scanner in Kali Linux

Improve
Improve
Like Article
Like
Save
Share
Report

Sitadel is an open-source web application vulnerability scanner. The tool uses the technique of black-box to find various vulnerabilities. Sitadel provides a command-line interface that you can run on the Kali Linux terminal in order to scan hosts and domains. The interactive console provides a number of helpful features, such as command completion and contextual help. Sitadel provides a powerful environment in which open source web-based reconnaissance can be conducted and you can gather all information about the target. This tool is written in python language you must have python language installed in your kali linux operating system.

Features of Sitadel:

  • Sitadel can be used for content delivery network detection.
  • By using sitadel security researchers to define risk levels to allow for scans.
  • Sitadel can be used for Plugin system detection.

Installation:

Step 1: Use the following command to install the tool in your kali Linux operating system. Use the second command given below to move into the directory of the tool.

git clone https://github.com/shenril/Sitadel.git
cd Sitadel

Step 2: Use the following command to run the tool.

python3 sitadel.py --help

The tool is running successfully. Now we will see examples to use the tool.

Usages:

Example 1: Use the sitadel tool to find missing security headers of the domain.

python3 sitadel.py https://secnhack.in

Example 2: Use the sitadel tool to find risk levels.

python3 sitadel.py <domain>--risk 2


Last Updated : 23 Aug, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads