Debug and Proxy options
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