Technique, Tool and Lecture #8

Technique:

One line dash loop for running CLI tools on Kali

for IP in $(cat ~/Desktop/target); do nikto -host $IP >> ~/Desktop/nitko-output; done;

Tool:

Nikto

Lecture:

Drinking from the caffeine firehose we know as shodan

 

 

Check out all the entries of this series!

END TRANSMISSION

Leave a Reply