We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Burp suite as the proxy is intercepting traffic on http://127.0.0.1:8080 the very same as set in the config "proxyEndpoint": "http://127.0.0.1:8080".
When running ./TeamFiltration --debug --config cfg.json … command runs without sending data to the proxy.
./TeamFiltration --debug --config cfg.json …
[+] Args parsed --config cfg.json --debug …
Normal output…
I did a light code review and tried adding in my own logging, but wasn't able to get far with it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Burp suite as the proxy is intercepting traffic on http://127.0.0.1:8080 the very same as set in the config "proxyEndpoint": "http://127.0.0.1:8080".
When running
./TeamFiltration --debug --config cfg.json …
command runs without sending data to the proxy.[+] Args parsed --config cfg.json --debug …
Normal output…
I did a light code review and tried adding in my own logging, but wasn't able to get far with it.
The text was updated successfully, but these errors were encountered: