Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoiz authored Jul 12, 2018
1 parent 1899d52 commit 009f7b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ I recommend using "--test" switch to clearly see how configured payload looks li
--2ndfile File containing valid HTTP request used in second order exploitation. (--2ndfile=/tmp/2ndreq.txt)
--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)
--postgres Use postgres \"for\" in substring function.
--hex Use hex to compare instead of characters.
--case Case sensitivity.
Expand All @@ -24,10 +25,10 @@ I recommend using "--test" switch to clearly see how configured payload looks li
--start Start enumeration from specified character. (--start=10)
--max Maximum characters to enumerate. (--max=10)
--timeout Timeout in waiting for responses. (--timeout=20)
--only-final Stop showing each enumerated letter.
--only-final Stop showing each enumerated letter.
--comma Encode comma.
--bracket Add brackets to the end of substring function. --bracket="))"
--hexspace Use space instead of brackets to split hex values.
--hexspace Use space instead of brackets to split hex values.
--verbose Show verbose messages.
```

Expand Down

0 comments on commit 009f7b5

Please sign in to comment.