├── LICENSE ├── README.md ├── createShell.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LcGk/Python-ReverseShell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LcGk/Python-ReverseShell/HEAD/README.md -------------------------------------------------------------------------------- /createShell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LcGk/Python-ReverseShell/HEAD/createShell.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | colorama == 0.4.4 2 | pyinstaller --------------------------------------------------------------------------------