From 50f08d2d4013c9a1421802b95fdeebb2d3adf7c8 Mon Sep 17 00:00:00 2001
From: Postmodern <postmodern.mod3@gmail.com>
Date: Mon, 4 Dec 2023 17:58:00 -0800
Subject: [PATCH] List all available commands in the `ronin-listener` man page.

---
 man/ronin-listener.1.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/man/ronin-listener.1.md b/man/ronin-listener.1.md
index fb02510..b21bb02 100644
--- a/man/ronin-listener.1.md
+++ b/man/ronin-listener.1.md
@@ -17,6 +17,20 @@ Allows quickly starting a DNS or HTTP server for receiving exfiltrated data.
 `-h`, `--help`
 : Prints help information.
 
+## COMMANDS
+
+`dns`
+: Starts a DNS server for receiving exfiltrated data.
+
+`http`
+: Starts a HTTP server for receiving exfiltrated data.
+
+`new`
+: Creates a new DNS or HTTP listener Ruby script.
+
+`help`
+: Prints help information about this command or another command.
+
 ## AUTHOR
 
 Postmodern <postmodern.mod3@gmail.com>