bashrc-backdoor icon indicating copy to clipboard operation
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

  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