{"uuid": "ba744808-79fc-436f-8595-c7c5051ea473", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2019-11510", "type": "seen", "source": "https://t.me/hacking_Attack/44140", "content": "Kali Linux Tutorials\nShonyDanza : A Customizable Tool For Researching, Pen Testing, And Defending With The Power Of Shodan\n\nShonyDanza is a customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.\n\nWith ShonyDanza, you can:\n\n* Obtain IPs based on search criteria\n* Automatically exclude honeypots from the results based on your pre-configured thresholds\n* Pre-configure all IP searches to filter on your specified net range(s)\n* Pre-configure search limits\n* Use build-a-search to craft searches with easy building blocks\n* Use stock searches and pre-configure your own stock searches\n* Check if IPs are known malware C2s\n* Get host and domain profiles\n* Scan on-demand\n* Find exploits\n* Get total counts for searches and exploits\n* Automatically save exploit code, IP lists, host profiles, domain profiles, and scan results to directories within ShonyDanza\n\nInstallation\n\ngit clone https://github.com/fierceoj/ShonyDanza.git\n\nRequirements\n\n* python3\n* shodan library\n\ncd ShonyDanza\npip3 install -r requirements.txt\n\nUsage\n\nEdit config.py to include your desired configurations\ncd configs\nsudo nano config.py\n\nconfig file for shonydanza searches\nREQUIRED\nmaximum number of results that will be returned per search\ndefault is 100\nSEARCH_LIMIT = 100\nREQUIRED\nIPs exceeding the honeyscore limit will not show up in IP results\nscale is 0.0 to 1.0\nadjust to desired probability to restrict results by threshold, or keep at 1.0 to include all results\nHONEYSCORE_LIMIT = 1.0\nREQUIRED \u2013 at least one key: value pair\nadd a shodan dork to the dictionary below to add it to your shonydanza stock searches menu\nsee https://github.com/jakejarvis/awesome-shodan-queries for a great source of queries\ncheck into \u201cvuln:\u201d filter if you have Small Business Plan or higher (e.g., vuln:cve-2019-11510)\nSTOCK_SEARCHES = {\n\u2018ANONYMOUS_FTP\u2019:\u2019ftp anonymous ok\u2019,\n\u2018RDP\u2019:\u2019port:3389 has_screenshot:true\u2019,\n\u2018OPEN_TELNET\u2019:\u2019port:23 console gateway -password\u2019,\n\u2018APACHE_DIR_LIST\u2019:\u2019http.title:\u201dIndex of /\u201d\u2018,\n\u2018SPRING_BOOT\u2019:\u2019http.favicon.hash:116323821\u2032,\n\u2018HP_PRINTERS\u2019:'\u201dSerial Number:\u201d \u201cBuilt:\u201d \u201cServer: HP HTTP\u201d\u2018,\n\u2018DOCKER_API\u2019:'\u201dDocker Containers:\u201d port:2375\u2032,\n\u2018ANDROID_ROOT_BRIDGE\u2019:'\u201dAndroid Debug Bridge\u201d \u201cDevice\u201d port:5555\u2032,\n\u2018MONGO_EXPRESS_GUI\u2019:'\u201dSet-Cookie: mongo-express=\u201d \u201c200 OK\u201d\u2018,\n\u2018CVE-2019-11510_PULSE_VPN\u2019:\u2019http.html:/dana-na/\u2019,\n\u2018CVE-2019-19781_CITRIX_NETSCALER\u2019:\u2019http.waf:\u201dCitrix NetScaler\u201d\u2018,\n\u2018CVE-2020-5902_F5_BIGIP\u2019:\u2019http.favicon.hash:-335242539 \u201c3992\u201d\u2018,\n\u2018CVE-2020-3452_CISCO_ASA_FTD\u2019:\u2019200 \u201cSet-Cookie: webvpn;\u201d\u2018\n}\nOPTIONAL\nIP or cidr range constraint for searches that return list of IP addresses\nuse 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)\nNET_RANGE = \u20180.0.0.0/0\u2019\n\nRun\ncd ../\npython3 shonydanza.py\nDownload\n\n___________________________ \n@hacking_Attack\n@Hacking_Video", "creation_timestamp": "2026-09-02T01:02:07.323627Z"}