yarienkiva / honeypot-dlink-CVE-2024-3273

Quick and dirty honeypot for CVE-2024-3273

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Quick and dirty honeypot for CVE-2024-3273


Languages

Language:JavaScript 85.7%Language:HTML 6.9%Language:CSS 6.1%Language:Python 1.1%Language:Perl 0.1%Language:Shell 0.1%