Guest User

Untitled

a guest
Dec 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. root@bt:/pentest/enumeration/smtp/smtp-user-enum# cat mysmtpscript #!/bin/bash for x in $(cat ~/smtp-live-hosts); do ./smtp-user-enum.pl -U dictionary-from-truecrack.txt -t $x done
Add Comment
Please, Sign In to add comment