An open API service indexing awesome lists of open source software.

https://github.com/codehz/bashrc-backdoor


https://github.com/codehz/bashrc-backdoor

Last synced: 10 months ago
JSON representation

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