Cool software: Difference between revisions

From nadeko.net Wiki
Jump to navigation Jump to search
Created page with "Software that seems to be really fucking useful == Networking == === Tunneling === * [https://github.com/troglobit/uredir uredir]: uredir is a small Linux daemon to redirect UDP connections. It can be used to forward connections on small and embedded systems that do not have (or want to use) iptables. Category:Software Category:Networking"
 
No edit summary
 
Line 1: Line 1:
Software that seems to be really fucking useful
Software that seems to be really fucking useful
== Vulnerability Search ==
=== Webservers ===
* [https://github.com/yandex/gixy gixy]: A tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.


== Networking ==
== Networking ==
Line 9: Line 15:
[[Category:Software]]
[[Category:Software]]
[[Category:Networking]]
[[Category:Networking]]
[[Category:Vulnerability]]

Latest revision as of 17:03, 27 February 2025

Software that seems to be really fucking useful

Vulnerability Search

Webservers

  • gixy: A tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.

Networking

Tunneling

  • uredir: uredir is a small Linux daemon to redirect UDP connections. It can be used to forward connections on small and embedded systems that do not have (or want to use) iptables.