Skip to content

Instantly share code, notes, and snippets.

@rushipkar90
Created October 8, 2015 11:20
Show Gist options
  • Save rushipkar90/02c2058d37d616f1b811 to your computer and use it in GitHub Desktop.
Save rushipkar90/02c2058d37d616f1b811 to your computer and use it in GitHub Desktop.
Email account password reset script
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