https://github.com/codehz/bashrc-backdoor
https://github.com/codehz/bashrc-backdoor
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehz/bashrc-backdoor
- Owner: codehz
- Created: 2021-12-14T17:23:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T17:49:23.000Z (about 4 years ago)
- Last Synced: 2025-03-29T22:31:33.144Z (11 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bashrc-backdoor
A simple backdoor for bashrc
## file description
* [install.sh](install.sh) - basic version: just log to file
* [with_upload.sh](with_upload.sh) - basic version but will upload to specified remote machine, if failed to connecting, cancel all changes to the system
## Features
1. No external dependencies, just bash, script, cat, touch, stat command
2. Basic self protection: clean up .bashrc file when session started, restore before bash exit, so the target will not be able to remove the virus from bashrc easily (or even detect it)
3. No privilege required, no root, no PAM module
## License
WTFPL