├── README.md ├── app.png ├── exploits ├── exp1.c └── exp2.c ├── ftp ├── dir_traversal.py ├── espfind.py ├── exploit.py ├── fuzz.py └── msfpattern.py ├── misc ├── angular_template_injection_payloads.txt ├── bd.asp ├── clean_puoya.asp ├── directed-arp.pcapng ├── export.sh ├── lfi-CVE-2019-5418.txt ├── mixed_err.txt ├── oauth_checks.py ├── one.txt ├── one_liner_php_shell.php ├── power5hell.aspx ├── rootme.c ├── rootshell.c ├── scrape_email.py ├── socket_sample.py ├── svg.svg ├── system.pl ├── xspa_xxe.xml ├── xxe.xml ├── xxe2.txt └── ysoserial-master.py ├── msf ├── botnet_exec.rb ├── ftp_dir_traversal.rb └── reset_mil.rb └── xmlrpc └── xmlrpc.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/README.md -------------------------------------------------------------------------------- /app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/app.png -------------------------------------------------------------------------------- /exploits/exp1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/exploits/exp1.c -------------------------------------------------------------------------------- /exploits/exp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/exploits/exp2.c -------------------------------------------------------------------------------- /ftp/dir_traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/ftp/dir_traversal.py -------------------------------------------------------------------------------- /ftp/espfind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/ftp/espfind.py -------------------------------------------------------------------------------- /ftp/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/ftp/exploit.py -------------------------------------------------------------------------------- /ftp/fuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/ftp/fuzz.py -------------------------------------------------------------------------------- /ftp/msfpattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/ftp/msfpattern.py -------------------------------------------------------------------------------- /misc/angular_template_injection_payloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/angular_template_injection_payloads.txt -------------------------------------------------------------------------------- /misc/bd.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/bd.asp -------------------------------------------------------------------------------- /misc/clean_puoya.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/clean_puoya.asp -------------------------------------------------------------------------------- /misc/directed-arp.pcapng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/directed-arp.pcapng -------------------------------------------------------------------------------- /misc/export.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/export.sh -------------------------------------------------------------------------------- /misc/lfi-CVE-2019-5418.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/lfi-CVE-2019-5418.txt -------------------------------------------------------------------------------- /misc/mixed_err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/mixed_err.txt -------------------------------------------------------------------------------- /misc/oauth_checks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/oauth_checks.py -------------------------------------------------------------------------------- /misc/one.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /misc/one_liner_php_shell.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /misc/power5hell.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/power5hell.aspx -------------------------------------------------------------------------------- /misc/rootme.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/rootme.c -------------------------------------------------------------------------------- /misc/rootshell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/rootshell.c -------------------------------------------------------------------------------- /misc/scrape_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/scrape_email.py -------------------------------------------------------------------------------- /misc/socket_sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/socket_sample.py -------------------------------------------------------------------------------- /misc/svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/svg.svg -------------------------------------------------------------------------------- /misc/system.pl: -------------------------------------------------------------------------------- 1 | system("ls -l"); 2 | -------------------------------------------------------------------------------- /misc/xspa_xxe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/xspa_xxe.xml -------------------------------------------------------------------------------- /misc/xxe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/xxe.xml -------------------------------------------------------------------------------- /misc/xxe2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/xxe2.txt -------------------------------------------------------------------------------- /misc/ysoserial-master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/misc/ysoserial-master.py -------------------------------------------------------------------------------- /msf/botnet_exec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/msf/botnet_exec.rb -------------------------------------------------------------------------------- /msf/ftp_dir_traversal.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/msf/ftp_dir_traversal.rb -------------------------------------------------------------------------------- /msf/reset_mil.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/msf/reset_mil.rb -------------------------------------------------------------------------------- /xmlrpc/xmlrpc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipcod3/sploitchits/HEAD/xmlrpc/xmlrpc.py --------------------------------------------------------------------------------