while (<LOGFILE2>) { /^Request:\s+(\S+).*&login=([^&\s]+).*&passwd=([^&\s]+)/ and print "Attacker’s address $1\nUsername:$2,Password:exodus:$3\n +"; }
In reply to Re: Brute Force Attacks
by JavaFan
in thread Brute Force Attacks
by AbCraig
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |