GitHub - nettitude/SharpSocks: Tunnellable HTTP/HTTPS socks4a proxy written in C# and deployable via PowerShell
2019-08-06 23:21:07
Author: github.com(查看原文)
阅读量:261
收藏
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Tunnellable HTTP/HTTPS socks4a proxy written in C# and deployable via PowerShell
C#
PowerShell
Add support SOCKS5 (CONNECT IPv4 and Domain Name)
[+] Added support for IPV4 and Domain Name requests to Connect via SOCKS5. UDP, BIND requests & IPV6 are not supported at the moment.
This you can connect with Burp and do name lookups on the implant side
[-] Also removed a couple of log messages that were no longer needed
Latest commit
132d91e
Jul 8, 2019
Tunnellable HTTP/HTTPS socks4a proxy written in C# and deployable via PowerShell
Written by Rob Maslen @rbmaslen
SharpSocks -Server -IPAddress 192.168.1.10 -Uri https://www.c2url.com:443 -SocksPort 43334
SharpSocks -Client -Uri https://www.c2url.com:443 -Key PTDWISSNRCThqmpWEzXFZ1nSusz10u0qZ0n0UjH66rs= -Channel 7f404221-9f30-470b-b05d-e1a922be3ff6 -URLs "site/review/access","upload/data/images" -Beacon 2000
Define SharpSocks 10.0.0.1
RewriteRule ^/site/review/access(.*) https://${SharpSocks}:443/site/review/access$1 [NC,P]
RewriteRule ^/upload/data/images(.*) https://${SharpSocks}:443/upload/data/images$1 [NC,P]
FreeBSD 3
文章来源: https://github.com/nettitude/SharpSocks
如有侵权请联系:admin#unsafe.sh