From fa63587a267c1c73563fa37874ee628fa3181ec2 Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Mon, 8 Aug 2022 18:08:05 -0400
Subject: [PATCH] Update README.md
---
README.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/README.md b/README.md
index 782f8a2..16da88c 100644
--- a/README.md
+++ b/README.md
@@ -466,6 +466,31 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
```
+# Impacket Tools
+
+
+## lookupsid.py
+
+
+
+```bash
+# About: Given a valid Windows username and password, find other users on the system
+# Download: Pre-installed on Kali Linux
+
+# Usage
+/usr/share/doc/python3-impacket/examples/lookupsid.py {USERNAME}:{PASSWORD}@{IP ADDRESS}
+
+# {USERNAME}: Valid Windows username
+# {PASSWORD}: Valid Windows password
+# {IP ADDRESS}: Server IP address
+
+
+
+
+```
+
+
+
# Reverse Shell
## NC Listen - Client [STEP 1]