-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
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
[BUG] Port frowarding not working #120
Comments
Can you run with verbosity enabled both on agent and proxy? ( |
Version:0.7.3 Agent: v0.6.2 is work. |
@n2ryx can you try with the latest version? |
Ok, it seems to still have problems. proxy_0.7.4_linux_arm64 agent_0.7.4_linux_amd64 python3 -m http.server 2222 firefox 172.16.8.120:2222 (The first visit is normal, but it stopped working soon, always loading.) |
Describe the bug
If we try to forward the port and access the web server that is on C2, we get a decode error.
To Reproduce
Steps to reproduce the behavior:
1.1.1.1 - C2 host
9.9.9.9 - Compromised host
./proxy -selfcert -selfcert-domain tunnels
goshs
./agent.exe -connect 1.1.1.1:11601 -ignore-cert
listener_add --addr 9.9.9.9:8000 --to 1.1.1.1:8000
or
listener_add --addr 0.0.0.0:8000 --to 127.0.0.1:8000
Expected behavior
Can get access to web server without problems
Proxy information:
Agent information:
The text was updated successfully, but these errors were encountered: