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]