Rat's

Proxy: a simple intranet penetration tool with web panel
Note: The blogger has introduced many tools for intranet penetration, such as frp, lanproxy, nps, holer, sish and se
Scan the QR code on the right to read the full text
ten
2020/03

Proxy: a simple intranet penetration tool with web panel

explain: The blogger has introduced many tools for intranet penetration, such as frp lanproxy nps holer sish and serveo Wait, it's OK to use it, but some are more complicated for some novices in terms of installation and use. Recently, the blogger found a new intranet penetration project Proxyer , currently only supported TCP Although the function of the protocol is simple, it can basically meet the daily use, especially in the installation and use. It is friendly to novices, so let's share it here.

screenshot

 Please enter a picture description
 Please enter a picture description

Server

Github address: https://github.com/khvysofq/proxyer

1. Install Docker

 #CentOS 6 rpm -iUvh  http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum update -y yum -y install docker-io service docker start chkconfig docker on #CentOS 7、Debian、Ubuntu curl -sSL  https://get.docker.com/  | sh systemctl start docker systemctl enable docker

2. Install Docker Compose

 curl -L " https://get.daocloud.io/docker/compose/releases/download/1.24.1/docker-compose- $(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose

3. Install Proxy

 wget  https://raw.githubusercontent.com/khvysofq/proxyer/master/docker-compose.yml #Please change the following 1.1.1.1 to your server IP address before running export PROXYER_PUBLIC_HOST=1.1.1.1 docker-compose up -d

After installation, you can use the ip:6789 Access server WEB After entering the management panel, you need to set a client authentication password.

then CentOS The system recommends that you turn off the firewall or open some ports. The command to turn off is:

 #CentOS 6 system service iptables stop chkconfig iptables off #CentOS 7 system systemctl stop firewalld systemctl disable firewalld

Servers like Alibaba Cloud also need to go to the security group to open ports.

client

After entering the service end panel, the interface will provide Linux Windows macOS The client version, and then download the specified version of the compressed package according to your own system.

Windows You can download the interface version directly, and then double-click the executable file to pop up a webpage interface. Enter the above authentication password to start configuring penetration.

Linux After downloading the compressed package, extract the binary file and use it directly in the current directory ./proxyer Just run the command.

Finally, it is very simple to use. Because it is a new project, its functions may not be very rich. It depends on whether the author will gradually improve later.

Vultr New user registration send one hundred USD/ sixteen Each computer room is charged by hour, and Alipay is supported【 Click to view 】。
Last modification: 10:29 PM, March 10, 2020

Comment

77 comments

  1. Google Optimization

    I learned a lot

  2. Divine eye

    excellent

  3. aaa

    aaa

  4. Samuel

    Hello, can you help me install it? If you see it, please reply by email and I will contact you

    1. ADMIN
      @Samuel

      The database has been deleted

  5. sss

    The image for the service you're trying to recreate has been removed.
    The image should have been deleted

    1. The lady who just got off the plane
  6. f

    Delete it, the original image has been deleted, and it has been in vain for a long time

  7. image72

    Did the blogger modify the theme himself?
    I feel that the content area of your article is not rolling smoothly Let it roll natively

    1. Rat's
      @image72

      No, the theme of the purchase

  8. jack
    This comment is only visible to login users and both parties
  9. Trtu
    This comment is only visible to login users and both parties
    1. Rat's
      @Trtu

      Turn it around. It's OK

  10. kkoo

    After installation, the client is started, but the mapping address cannot be queried
    What happened?