Aucune description

cnlh 06a620fd63 change path il y a 5 ans
.github f352ee8f39 Update issue templates il y a 5 ans
bridge 39b9489c92 merge master il y a 5 ans
client 6c7ac59626 change package path il y a 5 ans
cmd 6c7ac59626 change package path il y a 5 ans
conf 39b9489c92 merge master il y a 5 ans
core 06a620fd63 change path il y a 5 ans
docs 5d7023f055 change docs path il y a 5 ans
gui 6c7ac59626 change package path il y a 5 ans
image 933809f939 add work flow il y a 5 ans
lib 0a65975b7e 64bit alignment il y a 5 ans
server 06a620fd63 change path il y a 5 ans
web 6c7ac59626 change package path il y a 5 ans
.gitattributes 10c7c49f4b Update .gitattributes il y a 6 ans
.gitignore 5fcbeb60aa feat: go mod supported il y a 5 ans
.travis.yml 8311c8bd77 change build.sh il y a 5 ans
Dockerfile.npc 6c7ac59626 change package path il y a 5 ans
Dockerfile.nps 6c7ac59626 change package path il y a 5 ans
LICENSE 886886197d License il y a 6 ans
Makefile 5fcbeb60aa feat: go mod supported il y a 5 ans
README.md 211f15882a Merge branch 'master' into dev il y a 5 ans
README_zh.md bbab46dd65 change docs path il y a 5 ans
build.android.sh 6c7ac59626 change package path il y a 5 ans
build.sh a0a2cd1d47 bump version to v0.26.0 il y a 5 ans
go.mod 6c7ac59626 change package path il y a 5 ans
go.sum 186f2e228d add npc install and update il y a 5 ans
module.md e11511637b pugin init il y a 5 ans

README.md

NPS

Gitter Build Status GitHub All Releases

README|中文文档

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.