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