Rapidscan
install the many hacking tools used by RapidScan with the below apt-get command. It's worth noting that all of the below tools aren't required to run RapidScan. When running RapidScan, if a particular tool isn't found to be installed, it will intuitively move on to another tool.
$ apt-get install python screen wapiti whatweb nmap golismero host wget uniscan wafw00f dirb davtest theharvester xsser dnsrecon fierce dnswalk whois sslyze lbd golismero dnsenum dmitry davtest nikto dnsmap
The following additional packages will be installed:
docutils-common docutils-doc gir1.2-glib-2.0 libgirepository-1.0-1 libnet-netmask-perl libpaper-utils libpaper1
libpython-all-dev libstring-random-perl libxml-writer-perl nmap-common python-all python-all-dev python-bson python-dbus
python-docutils python-entrypoints python-gi python-gridfs python-keyring python-keyrings.alt python-pip python-pip-whl
The following packages will be upgraded:
nmap nmap-common python-pkg-resources wget
So type simply "Y" and enter.
This installation process can take up to an hour depending on network speed and the Android's CPU. Be sure to keep the Android charged while packages are downloading and installing. While this is happening, let's have a look at which tools are being installed.
Clone the RapidScan Repository
Now that we have a good idea of which tools RapidScan employs, let's clone the repository and start scanning websites.
$ git clone https://github.com/skavngr/rapidscan
Then, change (cd) into the newly created rapidscan/ directory.
$ cd rapidscan
And give it permission to execute in Kali.
$ chmod +x rapidscan.py
Start Screen (Optional)
When using Android and UserLAnd for long, time-consuming scans, the SSH connection might unexpectedly break. SSH breakages may cause in-progress scans to terminate and fail — usually without saving the accumulated scan results. RapidScan could also continue to run in the background with no way of reconnecting to the session to view the progress.
Screen will allow terminal sessions to persist if the SSH connection suddenly disconnects. To start a new Screen session, simply type screen into the terminal.
$ screen
Start RapidScan
(The Multi-Tool Web Vulnerability Scanner)
Useful command:
./rapidscan.py example.com: Scans the domain example.com
./rapidscan.py --update : Updates the scanner to the latest version.
./rapidscan.py --help
install the many hacking tools used by RapidScan with the below apt-get command. It's worth noting that all of the below tools aren't required to run RapidScan. When running RapidScan, if a particular tool isn't found to be installed, it will intuitively move on to another tool.
$ apt-get install python screen wapiti whatweb nmap golismero host wget uniscan wafw00f dirb davtest theharvester xsser dnsrecon fierce dnswalk whois sslyze lbd golismero dnsenum dmitry davtest nikto dnsmap
The following additional packages will be installed:
docutils-common docutils-doc gir1.2-glib-2.0 libgirepository-1.0-1 libnet-netmask-perl libpaper-utils libpaper1
libpython-all-dev libstring-random-perl libxml-writer-perl nmap-common python-all python-all-dev python-bson python-dbus
python-docutils python-entrypoints python-gi python-gridfs python-keyring python-keyrings.alt python-pip python-pip-whl
The following packages will be upgraded:
nmap nmap-common python-pkg-resources wget
So type simply "Y" and enter.
This installation process can take up to an hour depending on network speed and the Android's CPU. Be sure to keep the Android charged while packages are downloading and installing. While this is happening, let's have a look at which tools are being installed.
Clone the RapidScan Repository
Now that we have a good idea of which tools RapidScan employs, let's clone the repository and start scanning websites.
$ git clone https://github.com/skavngr/rapidscan
Then, change (cd) into the newly created rapidscan/ directory.
$ cd rapidscan
And give it permission to execute in Kali.
$ chmod +x rapidscan.py
Start Screen (Optional)
When using Android and UserLAnd for long, time-consuming scans, the SSH connection might unexpectedly break. SSH breakages may cause in-progress scans to terminate and fail — usually without saving the accumulated scan results. RapidScan could also continue to run in the background with no way of reconnecting to the session to view the progress.
Screen will allow terminal sessions to persist if the SSH connection suddenly disconnects. To start a new Screen session, simply type screen into the terminal.
$ screen
Start RapidScan
(The Multi-Tool Web Vulnerability Scanner)
Useful command:
./rapidscan.py example.com: Scans the domain example.com
./rapidscan.py --update : Updates the scanner to the latest version.
./rapidscan.py --help


0 comments:
Post a Comment