memirhan / SqlScanner

MIT License
4 stars 1 forks source link

Inject Payloads into Different URL Parts with Encoding #15

Open G0v1ndD3v opened 6 hours ago

G0v1ndD3v commented 6 hours ago

Currently, the scanner injects payloads only into the query parameters. We could enhance this by injecting payloads into different parts of the URL (path, query parameters, fragment), while escaping special characters (/ & etc.) to maintain the URL structure. Note that 404 errors during injection should be filtered out to prevent false negatives.