-
Notifications
You must be signed in to change notification settings - Fork 74
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
Query #38
Comments
@smxiazi even it only test first 2 parameters on the json body and left the third one untested if the json body is like
so it test id aid and left reg without tesitng |
@smxiazi if you put
it is not going to test abc-xyz |
In order to reduce the number of duplicate packets sent, under the parameters of the same URL, if the parameter name does not change, but the value of the parameter changes, it will not be sent twice. |
If you want to scan again, you can right click and send it to the plug-in. |
@smxiazi it is not working on my |
I don't know. It may take me to get an English version to get rid of these problems, but I'm lazy and it will take a long time. |
@smxiazi would it be possible to append |
Why is there such a requirement? What is the situation in this scenario. |
@smxiazi there are also scenarios where the sql error got caught with |
In this scenario, does it only exist in digital type. |
what is |
Number type |
@smxiazi the post body is like :
so it get caught at hyp parameter whenever we append |
In this case, it only applies to the "id" parameter, not the "hyp" parameter, right? |
What is the difference between this case and -1 -0? |
@smxiazi it applied to hyp parameter because I use it like
and it got a sql issue |
@jaikishantulswani The value of the parameter of hyp is "1.0." Is this still applicable? Isn't it a string? |
yes it is considered as string |
So "- --" will it apply to integer type and string type? |
string type |
I just went to test that the integer type is applicable, but the string type is not. |
@smxiazi here I am getting the error on string type |
@jaikishantulswani Can you take a picture and show it to me? I feel that my understanding is not quite right. |
@smxiazi the request is like
Response
|
select user from admin where user="xxxx"; Then he won't error. Do you know how to write his back-end statement? |
@smxiazi don't know about this side |
@smxiazi rekon to this SELECT user FROM admin WHERE user='xxxx'; |
no error |
@smxiazi then why should I am getting this sql issue through the response any idea |
I can't understand that adding "-" in front of the string, and then the response package will display the sql error statement. I haven't encountered this scenario. I especially want to know about this section. Is there any relevant article. |
@smxiazi may be doing negative to the value throwing the issue.
|
Yes, I know that if the value of the parameter is of integer type, it will apply. What I can't understand now is the string type. How can it cause the return package to display the database error message. |
@smxiazi no idea about that meanwhile can you add color feature by grabbing the common sql error to show the affected request |
@smxiazi Great, can you add error from this tool which are enough to detect the issue. https://github.com/eslam3kl/SQLiDetector/blob/main/txt/sql_errors.txt |
Very good content. I think we can choose some of them, otherwise it will consume too much CPU. |
@smxiazi some of the most common which can detect. |
@smxiazi looks good or can we also add custom error type like the payload text box |
Good idea |
You're really going to give me extra tasks |
@smxiazi 👍🏻 |
The update is completed, and you are also included in the thank you list. |
@smxiazi Thank you for this great tool. 💯 |
@smxiazi It would be helpful if an export feature or filter feature is implemented like if we have thousands of request which are passing through this, so we need to check one by one on which the |
@smxiazi one request, can you please provide an unofficial version of the same to replace parameter value with provided payload to test outbound dns interaction like: Request
add outbound dns resource to every parameter one by one on both Mod Request
Mod Request
|
diy payload can meet your needs. |
@smxiazi but on diy payloads it is not replacing the whole value as it is doing like or it would be good to add a |
Just today, I just updated the diy payload without default payload |
@smxiazi so does it work with dns resource too ? |
There is no added dns resource from burp. You can fill in the domain name of your dns in the diy payload. |
Hi @smxiazi It is working good with
|
Hi @smxiazi Waiting for an update specially for this as it is not replacing POST parameter with dns resource, it is working good with
|
|
@smxiazi waiting for an update on this as this is still not working on json body parameters as you see above and not replacing every parameters, please check. |
@smxiazi Waiting for your response. |
@smxiazi What if a default check is also added by adding
-
just before the parameter value like:test=1
totest=-1
The text was updated successfully, but these errors were encountered: