├── .gitignore ├── Controler.py ├── LICENSE ├── Listener.py ├── README.md ├── ScreenShot.png └── backdoor.pyw /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/ReverseHttp/HEAD/.gitignore -------------------------------------------------------------------------------- /Controler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/ReverseHttp/HEAD/Controler.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/ReverseHttp/HEAD/LICENSE -------------------------------------------------------------------------------- /Listener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/ReverseHttp/HEAD/Listener.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/ReverseHttp/HEAD/README.md -------------------------------------------------------------------------------- /ScreenShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/ReverseHttp/HEAD/ScreenShot.png -------------------------------------------------------------------------------- /backdoor.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/ReverseHttp/HEAD/backdoor.pyw --------------------------------------------------------------------------------