Skip to main content

Release 0.7 of rport

 Reference: https://github.com/cloudradar-monitoring/rport/releases/tag/0.7.0

🚀 New features:

  • Copy files from the server to clients with full control over the writable folders on the client. Read more
  • Scheduling of scripts with a central server-side scheduler for individual clients and groups. Read more
  • Client-side tunnel allow-deny rules. On the client configuration, you can define exactly where a tunnel is allowed to connect. See new options.
  • Tunnels can now be accessed on a different hostname than the API or UI achieving more flexibility when running behind a reverse proxy or Cloudflare. See new options.
  • Purging disconnected clients can be turned off now. You can keep them in your inventory forever. See new options.
  • You can specify which interface to use for tunnel connections on the RPort client. Useful if the remote machine has multiple network cards. See new options.

🔩 Improvements:

  • API listener accepts now TLS 1.3 only. The support for weak encryption has been discontinued.
  • Proper 404 handling on the static web server, no more HTTP status code 200 on “file not found”.
  • The Systemd service always injects ambient capabilities to bind privileged ports.
  • Emails and push messages with the two-factor token now include the user-agent and the remote IP address of the requester to better identify login attempts.
  • Migrated to a more secure JWT implementation. Read more
  • SQLite Write-Ahead Logging (WAL) is enabled by default for all databases to improve concurrent operations.

Comments

Popular posts from this blog

LDWin: Link Discovery for Windows

LDWin supports the following methods of link discovery: CDP - Cisco Discovery Protocol LLDP - Link Layer Discovery Protocol Download LDWin from here.

easywall - Web interface for easy use of the IPTables firewall on Linux systems written in Python3.

Firewalls are becoming increasingly important in today’s world. Hackers and automated scripts are constantly trying to invade your system and use it for Bitcoin mining, botnets or other things. To prevent these attacks, you can use a firewall on your system. IPTables is the strongest firewall in Linux because it can filter packets in the kernel before they reach the application. Using IPTables is not very easy for Linux beginners. We have created easywall - the simple IPTables web interface . The focus of the software is on easy installation and use. Access this neat software over on github: easywall

STG (SNMP Traffic Grapher)

This freeware utility allows monitoring of supporting SNMPv1 and SNMPv2c devices including Cisco. Intended as fast aid for network administrators who need prompt access to current information about state of network equipment. Access STG here (original site) or alternatively here .