Skip to content

Debug and Proxy options

Compare
Choose a tag to compare
@staaldraad staaldraad released this 07 Jun 08:23
· 85 commits to debug since this release

This adds both the --debug and --proxy flags.

Using the proxy flag allows setting of an upstream proxy. This does not work for RPC/HTTP at the moment. You might have issues with NTLM auth as well, depending on the upstream proxy configuration (eg Burp causes issues).

Usage:
--proxy "https://10.10.0.1:8080" or --proxy "https://user:[email protected]:8080"

The debug option allows for dumping of traffic when something goes wrong. This needs to be expanded to dump additional traffic and allow for dumping to a file.

Adds a fix for forms. Newer forms weren't adding "End Function" to the --rule version. This was due to a code refactor