GitHunt
AD

adamyordan/remote-gist-backdoor

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

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

Languages

Python100.0%

Contributors

GNU General Public License v3.0
Created May 25, 2018
Updated July 8, 2025
adamyordan/remote-gist-backdoor | GitHunt