.. /JPRQ
Star

Access

JPRQ is a free and open tool for exposing local servers to public network (the internet). It can expose TCP protocols, such as HTTP, SSH, etc.

Paths:

Resources:

Acknowledgements:

Detections:

Access

  1. Authenticate with token and start HTTP tunnel on PORT.

    jprq auth <AUTHTOKEN> && jprq http <PORT>
    Use case
    Quick execution of jprq.
    Privileges required
    User
    Operating systems
    Windows, Linux
  2. Authenticate with token and start http TCP on PORT.

    jprq auth <AUTHTOKEN> && jprq tcp <PORT>
    Use case
    Quick execution of jprq.
    Privileges required
    User
    Operating systems
    Windows, Linux