Quartz 4

Home

❯

Honeypot

❯

Riconoscere gli Honeypot

❯

Analyzing Metadata

Analyzing Metadata

Nov 21, 20251 min read

  • tags
  • Analyzing_Metadata
  • Honeypot
  • Riconoscere_Honeypot
  • Recognize_Honeypot

tags: Analyzing_Metadata Honeypot Riconoscere_Honeypot Recognize_Honeypot


L’obbiettivo di questa tecnica è di scrutinare configurazioni di sistema, banner e metadati per trovare incongruenze.

Nmap

 
nmap -sV --script=banner <target_ip>
 

Netcat

 
nc <target_ip> 80
 

Curl

 
curl -I <target_ip>
 

Telnet

 
telnet <target_ip> 80
 

Graph View

  • Nmap
  • Netcat
  • Curl
  • Telnet

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community