From 10b6e7656e8e42c1bba35b0f47207d3cac5ac1bd Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:27:28 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 005205c..f181d5d 100644 --- a/README.md +++ b/README.md @@ -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