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

https://github.com/adamyordan/remote-gist-backdoor

Generate a python-based backdoor that execute shell script on internet
https://github.com/adamyordan/remote-gist-backdoor

backdoor backdoorpython

Last synced: 11 days ago
JSON representation

Generate a python-based backdoor that execute shell script on internet

Awesome Lists containing this project

README

        

How to use
===
```
$ ./generate.py https://pastebin.com/raw/abcdef -o backdoor_file
```

Help
===
```
$ ./generate.py -h
usage: generate.py [-h] [-o O] script_url

Generate a python-based backdoor that execute shell script in internet

positional arguments:
script_url Remote script file url

optional arguments:
-h, --help show this help message and exit
-o O Output file
```