October 2018
Intermediate to advanced
528 pages
12h 33m
English
Striker is an automated scanning and deep information-gathering tool built into Python, which performs port/service and vulnerability scanning. Much like the automated tools we used in the previous chapter (Red_Hawk and Devploit), Striker is simple to install and use.
We must first download Striker. To do so, open a Terminal and change to the Desktop (or directory of your choice) by typing the following:
cd Desktop
Enter the following to clone Striker to your desktop or (or directory of your choice):
git clone https://github.com/s0md3v/Striker.git

Once the download has completed successfully (with objects ...
Read now
Unlock full access