TVT618

BSQLinjector Options

Jul 28th, 2018
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. --file Mandatory - File containing valid HTTP request and SQL injection point (SQLINJECT). (--file=/tmp/req.txt)
  2. --pattern Mandatory - Pattern to look for when query is true. (--pattern=truestatement)
  3. --prepend Mandatory - Main payload. (--prepend="abcd'and'a'='b'+union+select+'truestatement'+from+table+where+col%3d'value'+and+substr(password,"
  4. --append How to end our payload. For example comment out rest of SQL statement. (--append='#)
  5. --schar Character placed around chars. This character is not used while in hex mode. (--schar="'")
  6. --2ndfile File containing valid HTTP request used in second order exploitation. (--2ndfile=/tmp/2ndreq.txt)
  7. --mode Blind mode to use - (between - b (generates less requests), moreless - a (generates less requests by using "<", ">", "=" characters), like - l (complete bruteforce), equals - e (complete bruteforce)). (--mode=l)
  8. --postgres Use postgres "for" in substring function (e.g. from 1 for 1).
  9. --hex Use hex to compare instead of characters.
  10. --case Case sensitivity.
  11. --ssl Use SSL.
  12. --proxy Proxy to use. (--proxy=127.0.0.1:8080)
  13. --test Enable test mode. Do not send request, just show full payload.
  14. --special Include all special characters in enumeration.
  15. --start Start enumeration from specified character. (--start=10)
  16. --max Maximum characters to enumerate. (--max=10)
  17. --timeout Timeout in waiting for responses. (--timeout=20)
  18. --only-final Stop showing each enumerated letter.
  19. --comma Encode comma.
  20. --bracket Add brackets to the end of substring function. --bracket="))"
  21. --hexspace Use space instead of brackets to split hex values.
  22. --verbose Show verbose messages.
Advertisement
Add Comment
Please, Sign In to add comment