Geen omschrijving

ffdfgdfg 49b3da01cd add some logs 5 jaren geleden
.github f352ee8f39 Update issue templates 5 jaren geleden
bridge 08f7c1844a fix udp nil && add version display on web 5 jaren geleden
client 5b1774c7b7 fix client status when close client 5 jaren geleden
cmd e9580e939b print log when run with nps 5 jaren geleden
conf 90e78bf413 add web https 5 jaren geleden
docs 4de24ff13a update docs 5 jaren geleden
gui f364936087 bump version to 0.25.4 5 jaren geleden
image 4b0aebd6a5 Donation image 6 jaren geleden
lib 49b3da01cd add some logs 5 jaren geleden
server 90e78bf413 add web https 5 jaren geleden
web 8224996970 fix button not working on firefox 5 jaren geleden
.gitattributes 10c7c49f4b Update .gitattributes 6 jaren geleden
.gitignore 5fcbeb60aa feat: go mod supported 5 jaren geleden
.travis.yml 8311c8bd77 change build.sh 5 jaren geleden
Dockerfile.npc 78ebeba1bb minor bug fix, docker 5 jaren geleden
Dockerfile.nps 78ebeba1bb minor bug fix, docker 5 jaren geleden
LICENSE 886886197d License 6 jaren geleden
Makefile 5fcbeb60aa feat: go mod supported 5 jaren geleden
README.md 4ea5478241 change README 5 jaren geleden
README_zh.md 4ea5478241 change README 5 jaren geleden
build.android.sh 86e0a52bb9 fix android build 5 jaren geleden
build.sh f364936087 bump version to 0.25.4 5 jaren geleden
go.mod 186f2e228d add npc install and update 5 jaren geleden
go.sum 186f2e228d add npc install and update 5 jaren geleden

README.md

NPS

Gitter Build Status GitHub All Releases

NPS is a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.

image

Feature

  • Comprehensive protocol support, compatible with almost all commonly used protocols, such as tcp, udp, http(s), socks5, p2p, http proxy ...
  • Full platform compatibility (linux, windows, macos, Qunhui, etc.), support installation as a system service simply.
  • Comprehensive control, both client and server control are allowed.
  • Https integration, support to convert backend proxy and web services to https, and support multiple certificates.
  • Just simple configuration on web ui can complete most requirements.
  • Complete information display, such as traffic, system information, real-time bandwidth, client version, etc.
  • Powerful extension functions, everything is available (cache, compression, encryption, traffic limit, bandwidth limit, port reuse, etc.)
  • Domain name resolution has functions such as custom headers, 404 page configuration, host modification, site protection, URL routing, and pan-resolution.
  • Multi-user and user registration support on server.

Didn't find the feature you want? It doesn't matter, click Enter the document to find it!

Quick start

Installation

releases

Download the corresponding system version, the server and client are separate.

Server start

After downloading the server compressed package, unzip it, and then enter the unzipped folder.

  • execute installation command

For linux、darwin sudo ./nps install

For windows, run cmd as administrator and enter the installation directory nps.exe install

  • start up

For linux、darwin sudo nps start

For windows, run cmd as administrator and enter the program directory nps.exe start

After installation, the windows configuration file is located at C:\Program Files\nps, linux or darwin is located at /etc/nps

If you don't find it started successfully, you can check the log (Windows log files are located in the current running directory, linux and darwin are located in /var/log/nps.log).

  • Access server IP:web service port (default is 8080).
  • Login with username and password (default is admin/123, must be modified when officially used).
  • Create a client.

Client connection

  • Click the + sign in front of the client in web management and copy the startup command.
  • Execute the startup command, Linux can be executed directly, Windows will replace ./npc with npc.exe and execute it with cmd.

If you need to register to the system service, you can check Register to the system service

Configuration

  • After the client connects, configure the corresponding penetration service in the web.
  • For more advanced usage, see Complete Documentation

Contribution

  • If you encounter a bug, you can submit it to the dev branch directly.
  • If you encounter a problem, you can feedback through the issue.
  • The project is under development, and there is still a lot of room for improvement. If you can contribute code, please submit PR to the dev branch.
  • If there is feedback on new features, you can feedback via issues or qq group.