RapidScan can execute several security testing tools and output key security findings.
Approach 1 – integrate the tools with RapidScan
Step 1 – get the RapidScan Python script
To get the RapidScan script, follow these commands:
$ wget -O rapidscan.py https://raw.githubusercontent.com/skavngr/rapidscan/master/rapidscan.py && chmod +x rapidscan.py
$ python rapidscan.py nodegoat.herokuapp.com
The script will not install related security tools, but it will show a warning message for any missing security tools. It's recommended to run the RapidScan script under Kali Linux to reduce the installation of the security testing tools. The table lists the security testing tools that will be executed by the...