Ready to Start Your Career?

By: bjacharya
February 23, 2016
Kali Linux Command Lines Part 4 – Man Pages

By: bjacharya
February 23, 2016

"man hydra"
>> or in more advance, if you want help for hydra, then you can type"hydra -h"
Similarly, do you know what nmap does? if yes then ok, if no, then here's what we can do..."man nmap"
or"nmap -h"
Any time you're confused about tools in Kali Linux, then go to terminal and start using man pages or help commands. >> More on this, I said I would talk about "whereis" and "whatis":>> Let's type"whatis hydra" : Gives us brief description of hydra
&
"whereis hydra" : Gives us location of hydra
So, in any case you need help, utilize the main tool of Kali Linux, i.e. man pages and help files.Note: For Video Lab/Demo of this part, click here (https://www.youtube.com/watch?v=eD8mMa49f-c Thanks for reading, and don't forget to provide me feedback. :)