From 54706754e757f18a218f17c251380caa33949be8 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 4 Aug 2022 07:25:42 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a03fb35..5e40f45 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ dummy, crypt
```bash +# FFUF # About: A tool used to brute force web credentials # Download: Pre-installed on Kali Linux @@ -358,6 +359,7 @@ username=admin$password=FUZZ
```bash +# Python Server # About: A python command used to open a server on the client machine # Download: Pre-installed on Kali Linux @@ -373,6 +375,7 @@ sudo python3 -m http.server {PORT}
```bash +# WGET # About: A command used to download files on the current machine # Download: Pre-installed on Kali Linux @@ -397,7 +400,7 @@ wget http://{IP ADDRESS}/{FILE} -outfile {FILE}
```bash -# Enumeration +# Windows Enumeration Commands # CMD net users %username% #Me @@ -425,6 +428,7 @@ Get-LocalGroupMember Administrators | ft Name, PrincipalSource
```bash +# Linux Enumeration Commands #Check commands you can execute with sudo sudo -l