Let's perform the following steps:
- We first download the Python file using the wget command:
- To view the help, we use the -h flag, as shown in the following screenshot:
- Let's now run the tool against a host:
python rapidscan.py http://example.com
The following screenshot shows the output of the preceding command:
As seen from the preceding screenshot, the tool starts looking for vulnerabilities and reports the issues found. ...