├── README.md ├── asmax └── asmax.txt ├── citrix-adc-cve-2019-19781 └── citrix.py ├── dsstftp └── dsstftp.txt ├── dvdxplayer5 ├── exploit.py └── payload.plf ├── freefloat └── exploit.py ├── password-protected └── exploit.py └── sfk174 └── exploit.py /README.md: -------------------------------------------------------------------------------- 1 | # exploits 2 | -------------------------------------------------------------------------------- /asmax/asmax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/asmax/asmax.txt -------------------------------------------------------------------------------- /citrix-adc-cve-2019-19781/citrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/citrix-adc-cve-2019-19781/citrix.py -------------------------------------------------------------------------------- /dsstftp/dsstftp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/dsstftp/dsstftp.txt -------------------------------------------------------------------------------- /dvdxplayer5/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/dvdxplayer5/exploit.py -------------------------------------------------------------------------------- /dvdxplayer5/payload.plf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/dvdxplayer5/payload.plf -------------------------------------------------------------------------------- /freefloat/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/freefloat/exploit.py -------------------------------------------------------------------------------- /password-protected/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/password-protected/exploit.py -------------------------------------------------------------------------------- /sfk174/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/exploits/HEAD/sfk174/exploit.py --------------------------------------------------------------------------------