Intranet penetration tool (net-penetrate)
Technical exchange QQ group: 704592910 (full)
Technical exchange QQ group: 828498256 (new group)
introduce
- It is completely open source and free to use. No one will steal your information (you can see the source code). If you need it, you can download the source code and deploy it independently.
- The new GUI interface is simple to operate and one-click installation. This is a tray system. If you think the window is in trouble, you can close and open it at any time.
- Domain name for you through the port, no longer IP+port naked access
- Supports various modes such as http/https to use client network agents to access the Internet, so you can easily access the company network at home
- Supports GET | POST | PUT | PATCH | DELETE
- Multi-user support, while meeting the daily penetration needs of multiple people
- Supports normal data interaction, upload and download files, redirect, etc.
- Built-in log module for easy development and testing.
- Common applications: development and debugging, payment interface callback, WeChat interface, personal computer website building, remote office, etc.
- Supports custom secondary domain names
principle
- Using the server and local computer, establish an exclusive channel and forward the requests from the external network to the local area, thereby achieving penetration
- Based on socket communication technology, support disconnection and reconnection
Example
- Setting a secondary domain name can be customized or using the default values (convenient).
- Fill in the IP (default 127.0.0.1) and port (default 8080).
- Seeing that the log connection is successful , click Start
- When you see that the log starts successfully and clearly tell you the external network request address, you can start using it.
- The local address is: http://127.0.0.1:20001/ The remote address is http://test.kele.plus/ When accessing http://test.kele.plus/, the request will be forwarded to http://127.0.0.1:20001/ to realize intranet and external network access

System tray, windows and lower corner position
Additional small functions, right-click the log page, convenient for everyone to debug and use

Installation tutorial
Mac



- The following problem occurs. Open the terminal and enter the current directory. chmod +x penetrate-start.command

sponsor
If you find it helpful to you, you can sponsor us a cup of coffee and encourage us to continue developing and maintaining it.