├── MS15-034.py ├── Netsparker_multi_instance_scanner.ps1 ├── README.md ├── boa_afa_cve_2017_9833.py ├── burp ├── IntrudeTheIntruder.py └── readme.md ├── facebook_skidding ├── FB_Skid_SE.py ├── Readme.md └── skid_listener.php ├── giveWebHead.py ├── hashcat ├── README.md ├── hashcat_runner.ps1 ├── hashcat_runner.sh └── hashcat_runner_osx.sh ├── kyocera ├── KyoceraAddressBookDecryptor.cs ├── KyoceraAddressBookDecryptor.exe ├── Readme.md ├── printer_xml_address_book.PNG ├── usage_sample.PNG └── workflow.PNG ├── ldap ├── bruteforce_interface.php ├── ldap_dump_users.php └── love_thy_script_ldap.py ├── membership-simplified-for-oap-members-only-exploit.py ├── metasploit_modules ├── Readme.md ├── mobile_app_native.rb ├── mobileapp_builder_by_wappress.rb ├── wp2android_file_upload.rb ├── wp_easytouch_builder.rb └── wp_webapp_builder.rb ├── mimi_multidump.bat ├── oob_xxe ├── server │ ├── checkrce.dtd │ ├── dtd │ ├── getFile.dtd │ ├── getFileEncoded.dtd │ ├── rceEncoded.dtd │ ├── server.py │ └── xxelog.txt └── xxe_client.py ├── portscan ├── nc_portscan.sh ├── ports_1000.txt ├── readme.md └── simple_flow.jpg ├── pyrequires.txt ├── sailpoint ├── beanshell_json_compatible.py └── build_map_rule_cleaner.py ├── simple_netcat_server.py ├── wp_ue_api.py └── zen_app_mobile_wp_rfu.py /MS15-034.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/MS15-034.py -------------------------------------------------------------------------------- /Netsparker_multi_instance_scanner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/Netsparker_multi_instance_scanner.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/README.md -------------------------------------------------------------------------------- /boa_afa_cve_2017_9833.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/boa_afa_cve_2017_9833.py -------------------------------------------------------------------------------- /burp/IntrudeTheIntruder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/burp/IntrudeTheIntruder.py -------------------------------------------------------------------------------- /burp/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/burp/readme.md -------------------------------------------------------------------------------- /facebook_skidding/FB_Skid_SE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/facebook_skidding/FB_Skid_SE.py -------------------------------------------------------------------------------- /facebook_skidding/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/facebook_skidding/Readme.md -------------------------------------------------------------------------------- /facebook_skidding/skid_listener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/facebook_skidding/skid_listener.php -------------------------------------------------------------------------------- /giveWebHead.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/giveWebHead.py -------------------------------------------------------------------------------- /hashcat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/hashcat/README.md -------------------------------------------------------------------------------- /hashcat/hashcat_runner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/hashcat/hashcat_runner.ps1 -------------------------------------------------------------------------------- /hashcat/hashcat_runner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/hashcat/hashcat_runner.sh -------------------------------------------------------------------------------- /hashcat/hashcat_runner_osx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/hashcat/hashcat_runner_osx.sh -------------------------------------------------------------------------------- /kyocera/KyoceraAddressBookDecryptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/kyocera/KyoceraAddressBookDecryptor.cs -------------------------------------------------------------------------------- /kyocera/KyoceraAddressBookDecryptor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/kyocera/KyoceraAddressBookDecryptor.exe -------------------------------------------------------------------------------- /kyocera/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/kyocera/Readme.md -------------------------------------------------------------------------------- /kyocera/printer_xml_address_book.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/kyocera/printer_xml_address_book.PNG -------------------------------------------------------------------------------- /kyocera/usage_sample.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/kyocera/usage_sample.PNG -------------------------------------------------------------------------------- /kyocera/workflow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/kyocera/workflow.PNG -------------------------------------------------------------------------------- /ldap/bruteforce_interface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/ldap/bruteforce_interface.php -------------------------------------------------------------------------------- /ldap/ldap_dump_users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/ldap/ldap_dump_users.php -------------------------------------------------------------------------------- /ldap/love_thy_script_ldap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/ldap/love_thy_script_ldap.py -------------------------------------------------------------------------------- /membership-simplified-for-oap-members-only-exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/membership-simplified-for-oap-members-only-exploit.py -------------------------------------------------------------------------------- /metasploit_modules/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/metasploit_modules/Readme.md -------------------------------------------------------------------------------- /metasploit_modules/mobile_app_native.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/metasploit_modules/mobile_app_native.rb -------------------------------------------------------------------------------- /metasploit_modules/mobileapp_builder_by_wappress.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/metasploit_modules/mobileapp_builder_by_wappress.rb -------------------------------------------------------------------------------- /metasploit_modules/wp2android_file_upload.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/metasploit_modules/wp2android_file_upload.rb -------------------------------------------------------------------------------- /metasploit_modules/wp_easytouch_builder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/metasploit_modules/wp_easytouch_builder.rb -------------------------------------------------------------------------------- /metasploit_modules/wp_webapp_builder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/metasploit_modules/wp_webapp_builder.rb -------------------------------------------------------------------------------- /mimi_multidump.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/mimi_multidump.bat -------------------------------------------------------------------------------- /oob_xxe/server/checkrce.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/oob_xxe/server/checkrce.dtd -------------------------------------------------------------------------------- /oob_xxe/server/dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/oob_xxe/server/dtd -------------------------------------------------------------------------------- /oob_xxe/server/getFile.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/oob_xxe/server/getFile.dtd -------------------------------------------------------------------------------- /oob_xxe/server/getFileEncoded.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/oob_xxe/server/getFileEncoded.dtd -------------------------------------------------------------------------------- /oob_xxe/server/rceEncoded.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/oob_xxe/server/rceEncoded.dtd -------------------------------------------------------------------------------- /oob_xxe/server/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/oob_xxe/server/server.py -------------------------------------------------------------------------------- /oob_xxe/server/xxelog.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /oob_xxe/xxe_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/oob_xxe/xxe_client.py -------------------------------------------------------------------------------- /portscan/nc_portscan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/portscan/nc_portscan.sh -------------------------------------------------------------------------------- /portscan/ports_1000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/portscan/ports_1000.txt -------------------------------------------------------------------------------- /portscan/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/portscan/readme.md -------------------------------------------------------------------------------- /portscan/simple_flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/portscan/simple_flow.jpg -------------------------------------------------------------------------------- /pyrequires.txt: -------------------------------------------------------------------------------- 1 | requests 2 | json 3 | -------------------------------------------------------------------------------- /sailpoint/beanshell_json_compatible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/sailpoint/beanshell_json_compatible.py -------------------------------------------------------------------------------- /sailpoint/build_map_rule_cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/sailpoint/build_map_rule_cleaner.py -------------------------------------------------------------------------------- /simple_netcat_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/simple_netcat_server.py -------------------------------------------------------------------------------- /wp_ue_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/wp_ue_api.py -------------------------------------------------------------------------------- /zen_app_mobile_wp_rfu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/Scripts-Sploits/HEAD/zen_app_mobile_wp_rfu.py --------------------------------------------------------------------------------