-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
How to turn off DYNAMIC CONTENT? - PAYLOAD=4251 #823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If the test for dynamic content ruins the test, then I am sure that you'll have far more problems with further phases of SQLI exploitation. |
Put at https://github.com/sqlmapproject/sqlmap/blob/master/lib/controller/checks.py#L893 simple
|
didnt work, this is what i get back after perfoming what you mentioned above. [06:44:33] [INFO] target URL is stable [06:44:34] [TRAFFIC IN] HTTP response [#3](200 OK): [06:44:34] [DEBUG] setting match ratio for current parameter to 0.328 |
You'll need to do lots of patching because (as said) sqlmap is doing lots of tests on parameters. There is a "dynamic page" checking and "dynamic parameter" checking.
I won't post more patches (and I now that you'll need more) |
stamparm, it still doesnt work. I would higly prefer a "--no-dynamic-checks" or it should stop putting in 5171 as payload, 4 digits. Im one of those guys who watch how the website act manually, after that i determine how to put the best commands in sqlmap to activate the exploit, and this is the first exploit where it wont work as expected. |
You've screwed number of spaces in that return command. Please do it properly. There won't be any switch as your request from the beginning doesn't make any sense. |
I need to know how to turn off Dynamic Content of SQLMAP when it goes to perform a test of a site with its own payload parameter in its own choice e.g 4 numbers: 4215 / ****.
The Dynamic Content test will ruin the injection point where you are injecting from.
In those tests (e.g. dinamicity as you've noticed) sqlmap has to change the value of the tested parameter to some random value to see if the page will change the content.
The text was updated successfully, but these errors were encountered: