Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
honeypot-dlink-CVE-2024-3273 — Quick and dirty honeypot for CVE-2024-3273 | Kitploit
Tools/GitHubGitHub/yarienkiva/honeypot-dlink-cve-2024-3273
ReconnaissanceIoT SecurityVulnerability AnalysisExploitationNetwork Security
GitHubyarienkiva/honeypot-dlink-cve-2024-3273

honeypot-dlink-CVE-2024-3273

Quick and dirty honeypot for CVE-2024-3273

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2 years agoNot yet reviewed

honeypot-dlink-CVE-2024-3273

Quick and dirty honeypot for CVE-2024-3273. This template can be used to setup a basic honeypot in ~10min.

TL;DR:

  • Find (fofa, shodan, onyphe, ...).
  • Clone it with the wget_clone_http.sh.
  • Manual tinkering to make the honeypot more realistic (cloning isn't perfect so some files 404).
  • Add rule matching the exploit path (and exploit handling logic) to server.py.
  • Save and run!

Files are downloaded with the --save-headers flag set (equivalent to curl's --include) to mimic the headers the server we're masquarading as would send.

Sources:

  • https://www.bleepingcomputer.com/news/security/over-92-000-exposed-d-link-nas-devices-have-a-backdoor-account/
  • https://github.com/netsecfish/dlink
  • https://www.greynoise.io/blog/cve-2024-3273-d-link-nas-rce-exploited-in-the-wild
Download Tool