├── IOS ├── payloads │ ├── ftpsrv.elf │ ├── kstuff-new.elf │ └── websrv.elf ├── server.py └── templates │ └── index.html ├── PC ├── server.py ├── socat │ ├── cygcrypto-1.0.0.dll │ ├── cyggcc_s-1.dll │ ├── cygncursesw-10.dll │ ├── cygreadline7.dll │ ├── cygssl-1.0.0.dll │ ├── cygwin1.dll │ ├── cygwrap-0.dll │ ├── cygz.dll │ └── socat.exe ├── srv.bat ├── templates │ └── index.html └── uploads │ ├── ftpsrv.elf │ └── websrv.elf └── README.md /IOS/payloads/ftpsrv.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/IOS/payloads/ftpsrv.elf -------------------------------------------------------------------------------- /IOS/payloads/kstuff-new.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/IOS/payloads/kstuff-new.elf -------------------------------------------------------------------------------- /IOS/payloads/websrv.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/IOS/payloads/websrv.elf -------------------------------------------------------------------------------- /IOS/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/IOS/server.py -------------------------------------------------------------------------------- /IOS/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/IOS/templates/index.html -------------------------------------------------------------------------------- /PC/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/server.py -------------------------------------------------------------------------------- /PC/socat/cygcrypto-1.0.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cygcrypto-1.0.0.dll -------------------------------------------------------------------------------- /PC/socat/cyggcc_s-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cyggcc_s-1.dll -------------------------------------------------------------------------------- /PC/socat/cygncursesw-10.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cygncursesw-10.dll -------------------------------------------------------------------------------- /PC/socat/cygreadline7.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cygreadline7.dll -------------------------------------------------------------------------------- /PC/socat/cygssl-1.0.0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cygssl-1.0.0.dll -------------------------------------------------------------------------------- /PC/socat/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cygwin1.dll -------------------------------------------------------------------------------- /PC/socat/cygwrap-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cygwrap-0.dll -------------------------------------------------------------------------------- /PC/socat/cygz.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/cygz.dll -------------------------------------------------------------------------------- /PC/socat/socat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/socat/socat.exe -------------------------------------------------------------------------------- /PC/srv.bat: -------------------------------------------------------------------------------- 1 | python server.py -------------------------------------------------------------------------------- /PC/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/templates/index.html -------------------------------------------------------------------------------- /PC/uploads/ftpsrv.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/uploads/ftpsrv.elf -------------------------------------------------------------------------------- /PC/uploads/websrv.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/PC/uploads/websrv.elf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Master-s/Send-Payload-to-PS/HEAD/README.md --------------------------------------------------------------------------------