Created
October 8, 2015 11:20
-
-
Save rushipkar90/02c2058d37d616f1b811 to your computer and use it in GitHub Desktop.
Email account password reset script
This file contains hidden or 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
1. cat /var/spool/exim/input/*/* | grep "auth_id" | awk '{print $2}' | sort | uniq -c | sort -n | |
2. cd /usr/local/src; | |
rm -fv emailpasswordreset.sh; | |
wget vpsmi084.hostpapavps.com/emailpasswordreset.sh; | |
chmod +x emailpasswordreset.sh; | |
sh /usr/local/src/emailpasswordreset.sh | |
wget vpsmi084.hostpapavps.com/mailscam.sh | |
sh /usr/local/src/emailpasswordreset.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment