8000 GitHub - zimnyaa/smbsocks: A simple rpc2socks alternative in pure Go.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zimnyaa/smbsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smbsocks/rpclink

a simple Go-only rpc2socks alternative. the client is a windows-only
Sliver extension

establishes SOCKS over SSH over named pipes.
vendors npipe to make the pipe remotely accessible.
usage:

mingw32-make

cmd > rundll32 rpcsrv.dll,DllGetClassObject
# then use a windows extension in Sliver and portforward the local port
sliver > rpclink \\\\<ip>\\pipe\\port
sliver > portfwd add -b 127.0.0.1:9050 -r 127.0.0.1:9050

About

A simple rpc2socks alternative in pure Go.

Resources

Stars

Watchers

Forks

0