Update README.md
This commit is contained in:
@@ -1102,7 +1102,7 @@ netsh advfirewall set allprofiles state off
|
|||||||
service_exec(conn, r'cmd /c netsh advfirewall set allprofiles state off')
|
service_exec(conn, r'cmd /c netsh advfirewall set allprofiles state off')
|
||||||
|
|
||||||
# OSCP Flag Proof
|
# OSCP Flag Proof
|
||||||
type proof.txt && whoami && hostname && ipconfig
|
type C:/Users/Administrator/Desktop/proof.txt && whoami && hostname && ipconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Credential Access
|
#### Credential Access
|
||||||
@@ -1541,7 +1541,7 @@ su temp
|
|||||||
pass pass123
|
pass pass123
|
||||||
|
|
||||||
# OSCP Flag Proof
|
# OSCP Flag Proof
|
||||||
cat proof.txt && whoami && hostname && ip addr
|
cat /root/proof.txt && whoami && hostname && ip addr
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Service Exploits
|
#### Service Exploits
|
||||||
|
|||||||
Reference in New Issue
Block a user