This file contains 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
#!/bin/bash | |
# Enumer8 by 1N3 v20150705 | |
# http://crowdshield.com | |
# | |
TARGET="$1" | |
LHOST="192.168.1.132" | |
LOOT_DIR="/pentest/loot" | |
FINDSPLOIT_DIR="/pentest/findsploit" | |
KEY_PATH="/pentest/linux/ssh/dsa/1024" |