RapidScan
April 02, 2021
RapidScan is a script to perform quick analysis to determine the security of websites, thus looking for vulnerabilities or other types of problems that exist on the site.
git clone https://github.com/skavngr/rapidscan.git
To enter the folder, type the following command
cd rapidscan
Enter the following command to scan
python rapidscan.py site.com
Instead of site.com, write the link to the site.
You can skip the steps you don't want to go through with the Ctrl + C keys, and you can stop the tool with the Ctrl + Z key.
You can use the following command to update the tool
python rapidscan.py –update
You can also use the command to get the tool guide