-
Notifications
You must be signed in to change notification settings - Fork 446
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
A1 - Remotely perform the SQLi #253
Comments
Hey, @ball4me ! Would you mind posting here the request you are having trouble? I can add some |
@rafaveira3 thanks for the quick response.
I only get to add the user if I make this request at localhost. |
Hmm, thanks for the info, @ball4me Unfortunately, I am not able to reproduce your issue here. Would you mind checking if this new branch fixes your problem? If so, we can merge it to master via #254 ! 🙃 |
Nope, didn't work @rafaveira3 . Now these 2 functions are working, but the dump still returns empty when done remotely. SQLmap log: Localhost: |
Hmm, your issue is probably related to how SQLmap is communicating with your DB. I am assuming that after registering and logging in you are able to view this entry manually in MySQL server via CLI. Have you tried exploiting this vulnerability using manual queries besides using SQLmap? I can't think of a payload at this moment but I plan to work on this in the near future (#81). 🙃 |
I was able to get the entries from the database by adding the parameter "--fresh-queries" to SQLmap. |
Not a problem! Feel free to open any other issues if needed. 😃 |
I'm trying to exploit the SQLi remotely but when I perform the dump after successfully exploit the vulnerability, it returns me no entries in the 'Users' table. But if I exploit it locally, it returns me the entries properly.
I also noticed that I'm not able to register an user in a remote access via web browser, when I call the registration page, I got:
Are there any configs that I have to change to get to use the LAB remotely?
The text was updated successfully, but these errors were encountered: