From c72dc3004077274ffb6f04ccea92a514f4a1f2ee Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 2 Dec 2023 12:46:42 +0100 Subject: [PATCH] Add: recon --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fc8cfa..0bb12b8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1270** +* Apps/tools covered: **1271** * Number of categories: **75**. # Index @@ -22,7 +22,7 @@ Some links are available to [related resources](#resources). * [Games](#games) (48), [Git and accessories](#git) (42), [Graphics](#graphics) (34) * [History management](#history) (4) * [Markdown](#markdown) (11) -* [Networking](#networking) (48), [Note taking](#note-taking) (21) +* [Networking](#networking) (49), [Note taking](#note-taking) (21) * [Office tools](#office) (11), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (21) * [Package managers](#package-manager) (11), [Password managers](#password-manager) (18), [Process viewers and monitoring (alternatives to top)](#monitor-top) (19), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (34), [Prompts](#prompt) (4) * [RSS](#rss) (9), [Religion](#religion) (4) @@ -885,6 +885,7 @@ Networks and communication tools: bandwidth monitoring, packet inspection, remot * [PSSH](https://code.google.com/archive/p/parallel-ssh/) - PSSH provides parallel versions of OpenSSH and related tools. Included are pssh, pscp, prsync, pnuke, and pslurp. The project includes psshlib which can be used within custom applications. * [quark](https://tools.suckless.org/quark/) - quark is an extremely small and simple HTTP GET/HEAD-only web server for static content. * [quickserve](https://github.com/haileys/quickserve) - Quickserve is a very simple HTTP server written in Python that is intended for quickly sharing files on an ad-hoc basis. Aside from opening a port in your firewall if you have one, quickserve requires no set-up and should work with no hassle. +* [recon](https://github.com/jreisinger/recon) - Gather public info about network hosts. * [redive](https://github.com/neelkarma/redive) - Trace URL redirections in the terminal. * [rtop](http://www.rtop-monitor.org/) - rtop is a simple, agent-less, remote server monitoring tool that works over plain SSH. Written in golang, it does not need any software to be installed on the server that you want to monitor. It works by establishing an SSH session, and running commands on the remote server to collect system metrics. * [Rustcat](https://github.com/robiot/rustcat) - Netcat Alternative in Rust. diff --git a/data/apps.csv b/data/apps.csv index 42994e6..7f16692 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1269,3 +1269,4 @@ networking,tunblkctl,,https://github.com/azhuchkov/tunblkctl,Command-line fronte networking,sshx,,https://github.com/ekzhang/sshx,"Fast, collaborative live terminal sharing over the web." music,kew,,https://github.com/ravachol/kew,A command-line music player with gapless playback and simple playlist management. utility,config-file-validator,,https://github.com/Boeing/config-file-validator,Cross Platform tool to validate configuration files. +networking,recon,,https://github.com/jreisinger/recon,Gather public info about network hosts.