agartha icon indicating copy to clipboard operation
agartha copied to clipboard

Suggestion regarding the SQLi payloads

Open saymenn opened this issue 11 months ago • 1 comments

While most the payloads have a space after the comment (--) this apparently doesn't work for header based SQLis ( mysql context ) since the server woudn't decode the space if it's url encoded, also it wouldn't parse it as a space I believe in most cases that space gets stripped before it reaches the query. U can use (#) or add a string after (--) for instance \n;select sleep(120) -- Qxxff for some reason adding a string after the space makes the web server parse the space as intended and pass it to the query.

saymenn avatar Mar 19 '24 21:03 saymenn

thanks for your feedback, i will do proper implementation within next release.

volkandindar avatar Apr 25 '24 08:04 volkandindar