Update README.md

This commit is contained in:
Joe Totes
2022-10-28 14:27:28 -04:00
committed by GitHub
parent 66f0f5d3c9
commit 10b6e7656e

View File

@@ -1102,7 +1102,7 @@ netsh advfirewall set allprofiles state off
service_exec(conn, r'cmd /c netsh advfirewall set allprofiles state off')
# OSCP Flag Proof
type proof.txt && whoami && hostname && ipconfig
type C:/Users/Administrator/Desktop/proof.txt && whoami && hostname && ipconfig
```
#### Credential Access
@@ -1541,7 +1541,7 @@ su temp
pass pass123
# OSCP Flag Proof
cat proof.txt && whoami && hostname && ip addr
cat /root/proof.txt && whoami && hostname && ip addr
```
#### Service Exploits