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
- Host: GitHub
- URL: https://github.com/adamyordan/remote-gist-backdoor
- Owner: adamyordan
- License: gpl-3.0
- Created: 2018-05-25T10:03:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T10:06:02.000Z (about 7 years ago)
- Last Synced: 2025-01-15T00:29:48.195Z (6 months ago)
- Topics: backdoor, backdoorpython
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_urlGenerate a python-based backdoor that execute shell script in internet
positional arguments:
script_url Remote script file urloptional arguments:
-h, --help show this help message and exit
-o O Output file
```