Skip to content

injection problem #5415

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

Closed
REtoolsx opened this issue May 13, 2023 · 2 comments
Closed

injection problem #5415

REtoolsx opened this issue May 13, 2023 · 2 comments

Comments

@REtoolsx
Copy link

REtoolsx commented May 13, 2023

I have an injection problem with sqlmap

my sqlmap command : sqlmap.py -r ".txt" --level 3 --risk 3 -v 3 --force-ssl --dbms="MYSQL" --tamper=escapequotes

found sql
https://prnt.sc/hX04Tf_F-tkx

sqlmap result : (custom) POST parameter '#1*' does not seem to be injectable

how can i fix this please tell me if i am using sqlmap tool wrong

Running environment:

  • sqlmap version [1.7.5 stable]
  • Installation method [zip]
  • Operating system: [Windows 11]
  • Python version [3.8]

Target details:

  • DBMS [MYSQL]
  • WAF/IPS [no)
@REtoolsx
Copy link
Author

another injection problem ,, a different app : https://prnt.sc/7g0RILp-07gW

@stamparm
Copy link
Member

that's not proof of "usable" SQLi. i would say that you have some character escaping going on here (AFAIK, you already tried to bypass it with a tamper script). sqlmap Issues is not meant to be dealing with sqlmap bugs, not user problems. please try to bypass the escaping manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants