From 78b9dda526f49731c0ed0ffc1a53e9f79a2b9761 Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Mon, 22 Aug 2022 14:47:36 -0400
Subject: [PATCH] Update README.md
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
index c84cbcc..67c875e 100644
--- a/README.md
+++ b/README.md
@@ -210,6 +210,28 @@ directory-list-lowercase-2.3-medium.txt
+```bash
+# telnet
+# About: Used to connect to POP email
+# Download: Pre-installed on Kali Linux
+
+# Usage
+telnet {IP ADDRESS} 110
+
+# Input User
+USER {Mail Username}
+
+# Input Password
+PASS {Mail Password}
+
+# List Emails
+LIST
+
+# Show email by list number
+RETR {List #}
+
+```
+
## SNMP [161]