{"uuid": "a5b054b6-5813-4a76-9f6d-1e1a444f574e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2020-5902", "type": "seen", "source": "https://t.me/hacking_Attack/36555", "content": "A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.\nWith ShonyDanza, you can:Obtain IPs based on search criteriaAutomatically exclude honeypots from the results based on your pre-configured thresholdsPre-configure all IP searches to filter on your specified net range(s)Pre-configure search limitsUse build-a-search to craft searches with easy building blocksUse stock searches and pre-configure your own stock searchesCheck if IPs are known malware (https://www.kitploit.com/search/label/Malware) C2sGet host and domain profilesScan on-demandFind exploitsGet total counts for searches and exploitsAutomatically save exploit code, IP lists, host profiles, domain profiles, and scan results to directories within ShonyDanzaInstallationgit clone https://github.com/fierceoj/ShonyDanza.git\nRequirementspython3shodan librarycd ShonyDanza\npip3 install -r requirements.txtUsageEdit config.py to include your desired configurations\ncd configs\nsudo nano config.py\ndictionary below to add it to your shonydanza stock searches menu #see https://github.com/jakejarvis/awesome-shodan-queries for a great source of queries #check into \"vuln:\" filter if you have Small Business Plan or higher (e.g., vuln:cve-2019-11510)  STOCK_SEARCHES = { 'ANONYMOUS_FTP':'ftp anonymous ok', 'RDP':'port:3389 has_screenshot:true', 'OPEN_TELNET':'port:23 console (https://www.kitploit.com/search/label/Console) gateway (https://www.kitploit.com/search/label/Gateway) -password', 'APACHE_DIR_LIST':'http.title:\"Index of /\"', 'SPRING_BOOT':'http.favicon.hash:116323821', 'HP_PRINTERS':'\"Serial Number:\" \"Built:\" \"Server: HP HTTP\"', 'DOCKER_API':'\"Docker Containers:\" port:2375', 'ANDROID_ROOT_BRIDGE':'\"Android Debug Bridge\" \"Device\" port:5555', 'MONGO_EXPRESS_GUI':'\"Set-Cookie: mongo-express=\" \"200 OK\"', 'CVE-2019-11510_PULSE_VPN':'http.html:/dana-na/', 'CVE-2019-19781_CITRIX_NETSCALER':'http.waf:\"Citrix NetScaler\"', 'CVE-2020-5902_F5_BIGIP':'http.favicon.hash:-335242539 \"3992\"', 'CVE-2020-3452_CISCO_ASA_FTD':'200 \"Set-Cookie: webvpn;\"' }   #OPTIONAL #IP or cidr range constraint for searches that return list of IP addresses #use comma-separated list to designate multiple (e.g. 1.1.1.1,2.2.0.0/16,3.3.3.3,3.3.3.4)   #NET_RANGE = '0.0.0.0/0' \"&gt;#config file for shonydanza searches\n\n#REQUIRED\n#maximum number of results that will be returned per search\n#default is 100\n\nSEARCH_LIMIT = 100\n\n\n#REQUIRED\n#IPs exceeding the honeyscore limit will not show up in IP results\n#scale is 0.0 to 1.0\n#adjust to desired probability to restrict results by threshold, or keep at 1.0 to include all results\n\nHONEYSCORE_LIMIT = 1.0\n\n\n#REQUIRED - at least one key: value pair\n#add a shodan dork to the dictionary below to add it to your shonydanza stock searches menu\n#see https://github.com/jakejarvis/awesome-shodan-queries for a great source of queries\n#check into \"vuln:\" filter if you have Small Business Plan or higher (e.g., vuln:cve-2019-11510)\n\nSTOCK_SEARCHES = {\n'ANONYMOUS_FTP':'ftp anonymous ok',\n'RDP':'port:3389 has_screenshot:true',\n'OPEN_TELNET':'port:23 console gateway -password',\n'APACHE_DIR_LIST':'http.title:\"Index of /\"',\n'SPRING_BOOT':'http.favicon.hash:116323821',\n'HP_PRINTERS':'\"Serial Number:\" \"Built:\" \"Server: HP HTTP\"',\n'DOCKER_API':'\"Docker Containers:\" port:2375',\n'ANDROID_ROOT_BRIDGE':'\"Android Debug Bridge\" \"Device\" port:5555',\n'MONGO_EXPRESS_GUI':'\"Set-Cookie: mongo-express=\" \"200 OK\"',\n'CVE-2019-11510_PULSE_VPN':'http.html:/dana-na/',\n'CVE-2019-19781_CITRIX_NETSCALER':'http.waf:\"Citrix NetScaler\"',\n'CVE-2020-5902_F5_BIGIP':'http.favicon.hash:-335242539 \"3992\"',\n'CVE-2020-3452_CISCO_ASA_FTD':'200 \"Set-Cookie: webvpn;\"'\n}\n\n\n#OPTIONAL\n#IP or cidr range constraint for searches that return list of IP addresses\n#use comma-separated list to designate multiple (e.g. 1.1.1.1,2.2.0.0/16,3.3.3.3,3.3.3.4) \n\n#NET_RANGE = '0.0.0.0/0'\nRun \ncd ../\npython3 shonydanza.py\n\n___________________________ \n@hacking_Attack\n@Hacking_Video", "creation_timestamp": "2026-09-01T20:02:01.242520Z"}