├── .assets └── backdoor.png ├── .github └── workflows │ └── release.yaml ├── LICENSE ├── README.md └── shell.php /.assets/backdoor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scheatkode/presshell/HEAD/.assets/backdoor.png -------------------------------------------------------------------------------- /.github/workflows/release.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scheatkode/presshell/HEAD/.github/workflows/release.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scheatkode/presshell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scheatkode/presshell/HEAD/README.md -------------------------------------------------------------------------------- /shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scheatkode/presshell/HEAD/shell.php --------------------------------------------------------------------------------