Skip to content

petya136900/raccoon-remote-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaccoonRemote Server

RaccoonRemote Server allows you to redirect connections to TCP ports to other addresses according to rules

In comparison to iptables, forwarding targets can be servers without a static/public IP >address available on the Internet. In this case the RaccoonRemote Agent application must be installed on the target host and connected to RacconRemote Server.

Types of rules

  • Redirect all connections (For example: connections to *:5555 -> w.x.y.z:3389)

Note: Useful if you want to implement RDP\SSH access to your local server

Features

  • Embedded H2 Database
  • Control is performed through the WEB-interface (login admin password password by default)
  • Possibility to forward ports to hosts without public IP addresses if they have an agent installed.

Requirements

  • JDK 8

To view the launch arguments, use

java -jar raccoonremote-server.jar --help

License

MIT