bashrc-backdoor
bashrc-backdoor copied to clipboard
bashrc-backdoor
A simple backdoor for bashrc
file description
- install.sh - basic version: just log to file
- with_upload.sh - basic version but will upload to specified remote machine, if failed to connecting, cancel all changes to the system
Features
- No external dependencies, just bash, script, cat, touch, stat command
- 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)
- No privilege required, no root, no PAM module
License
WTFPL