{"uuid": "d01311a2-daa0-411b-9313-d922c24387c8", "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/33336", "content": "A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.\n  With ShonyDanza, you can:    Obtain IPs based on search criteria  Automatically exclude honeypots from the results based on your pre-configured thresholds  Pre-configure all IP searches to filter on your specified net range(s)  Pre-configure search limits  Use build-a-search to craft searches with easy building blocks  Use stock searches and pre-configure your own stock searches  Check if IPs are known malware (https://www.kitploit.com/search/label/Malware) C2s  Get host and domain profiles  Scan on-demand  Find exploits  Get total counts for searches and exploits  Automatically save exploit code, IP lists, host profiles, domain profiles, and scan results to directories within ShonyDanza    Installation  git clone https://github.com/fierceoj/ShonyDanza.git\n    Requirements      python3  shodan library    cd ShonyDanza\n  pip3 install -r requirements.txt  Usage    Edit config.py to include your desired configurations\n  cd configs\n  sudo nano config.py\n    #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'\n    Run \n  cd ../\n  python3 shonydanza.py\n    See this how-to article (https://null-byte.wonderhowto.com/forum/to-use-shonydanza-find-target-and-exploit-0318883/) for additional usage instruction.  Legal Disclaimer  This project is made for educational and ethical testing (https://www.kitploit.com/search/label/Testing) purposes only. Usage of ShonyDanza for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.  \n\nDownload ShonyDanza (https://github.com/fierceoj/ShonyDanza)\n\n___________________________ \n@hacking_Attack\n@Hacking_Video", "creation_timestamp": "2026-09-01T20:02:08.048538Z"}