Guest User

Sqlmap

a guest
May 11th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. root@kali:/home/kali# sqlmap -u "http://192.168.10.10/mutillidae/index.php?page=user-info.php&username=admin&password=teste&user-info-php-submit-button=View+Account+Details" --timeout=500 --predict-output
  2. ___
  3. __H__
  4. ___ ___[,]_____ ___ ___ {1.4.4#stable}
  5. |_ -| . ["] | .'| . |
  6. |___|_ [(]_|_|_|__,| _|
  7. |_|V... |_| http://sqlmap.org
  8.  
  9. [!] 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. Developers assume no liability and are not responsible for any misuse or damage caused by this program
  10.  
  11. [*] starting @ 17:35:43 /2020-05-11/
  12.  
  13. [17:35:43] [INFO] testing connection to the target URL
  14. you have not declared cookie(s), while server wants to set its own ('PHPSESSID=7fjc00efkqb...3j41ff13g0;showhints=1'). Do you want to use those [Y/n] y
  15. [17:35:49] [INFO] testing if the target URL content is stable
  16. [17:35:52] [INFO] target URL content is stable
  17. [17:35:52] [INFO] testing if GET parameter 'page' is dynamic
  18. [17:35:54] [INFO] GET parameter 'page' appears to be dynamic
  19. [17:35:57] [WARNING] heuristic (basic) test shows that GET parameter 'page' might not be injectable
  20. [17:35:57] [INFO] heuristic (XSS) test shows that GET parameter 'page' might be vulnerable to cross-site scripting (XSS) attacks
  21. [17:35:58] [INFO] testing for SQL injection on GET parameter 'page'
  22. [17:35:58] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
  23. [17:36:00] [WARNING] reflective value(s) found and filtering out
  24. [17:36:19] [INFO] testing 'Boolean-based blind - Parameter replace (original value)'
  25. [17:36:23] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)'
  26. [17:36:33] [INFO] testing 'PostgreSQL AND error-based - WHERE or HAVING clause'
  27. [17:36:42] [INFO] testing 'Microsoft SQL Server/Sybase AND error-based - WHERE or HAVING clause (IN)'
  28. [17:36:52] [INFO] testing 'Oracle AND error-based - WHERE or HAVING clause (XMLType)'
  29. [17:37:02] [INFO] testing 'MySQL >= 5.0 error-based - Parameter replace (FLOOR)'
  30. [17:37:04] [INFO] testing 'Generic inline queries'
  31. [17:37:07] [INFO] testing 'PostgreSQL > 8.1 stacked queries (comment)'
  32. [17:37:14] [INFO] testing 'Microsoft SQL Server/Sybase stacked queries (comment)'
  33. [17:37:22] [INFO] testing 'Oracle stacked queries (DBMS_PIPE.RECEIVE_MESSAGE - comment)'
  34. [17:37:30] [INFO] testing 'MySQL >= 5.0.12 AND time-based blind (query SLEEP)'
  35. [17:37:39] [INFO] testing 'PostgreSQL > 8.1 AND time-based blind'
  36. [17:37:49] [INFO] testing 'Microsoft SQL Server/Sybase time-based blind (IF)'
  37. [17:37:58] [INFO] testing 'Oracle AND time-based blind'
  38. it is recommended to perform only basic UNION tests if there is not at least one other (potential) technique found. Do you want to reduce the number of requests? [Y/n] n
  39. [17:38:26] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
  40. [17:38:26] [CRITICAL] unable to connect to the target URL. sqlmap is going to retry the request(s)
  41. [17:38:26] [WARNING] most likely web server instance hasn't recovered yet from previous timed based payload. If the problem persists please wait for a few minutes and rerun without flag 'T' in option '--technique' (e.g. '--flush-session --technique=BEUS') or try to lower the value of option '--time-sec' (e.g. '--time-sec=2')
Add Comment
Please, Sign In to add comment