Skip to content

Conversation

@orgito1015
Copy link

What

  • Added support for HTTP, HTTPS, and SOCKS5 proxies in scanner.py.
  • Updated the payload sending function to accept a proxies parameter.
  • Minor refactoring of payload building functions.

Why

  • Users requested the ability to run scans through a proxy.
  • Ensures compatibility with internal networks and VPNs.
  • Fixes previous issues with bypassing WAF using large payloads.

How to test

  1. Run scanner.py -u https://example.com --proxy http://127.0.0.1:8080
  2. Confirm requests go through the proxy (check logs or packet capture).
  3. Confirm results are returned correctly.

@infosec-au
Copy link
Contributor

This PR breaks the tooling as it removes all the arguments.

@infosec-au infosec-au closed this Dec 11, 2025
@infosec-au infosec-au reopened this Dec 11, 2025
@infosec-au
Copy link
Contributor

If you want this merged, can you please fix the issues, and make sure everything is working?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants