README 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. UDP Data Probes
  2. ======
  3. This directory contains a set of data files that can be used with the UDP probe module.
  4. USING:
  5. -----
  6. $ zmap -M udp -p 137 --probe-args=file:examples/udp-probes/netbios_137.pkt
  7. PROBES:
  8. -----
  9. citrix_1604.pkt This probe triggers a response from Citrix application discovery services on UDP port 1604
  10. db2disco_523.pkt This probe triggers a response from IBM DB2 discovery services on UDP port 523
  11. digi1_2362.pkt This probe triggers a response from Digi ADDP discovery services on UDP port 2362 (default magic)
  12. digi2_2362.pkt This probe triggers a response from Digi ADDP discovery services on UDP port 2362 (devkit magic)
  13. digi3_2362.pkt This probe triggers a response from Digi ADDP discovery services on UDP port 2362 (oem magic)
  14. dns_53.pkt This probe queries for the DNS vendor and version using the BIND version TXT record over UDP port 53
  15. dns_53_queryAwww.google.it.pkt This probe queries for the domain www.google.it A record over UDP port 53
  16. dns_53_queryAwww.google.com.pkt This probe queries for the domain www.google.com A record over UDP port 53
  17. ipmi_623.pkt This probe triggers a Get Channel Authentication reply from IPMI endpoints on UDP port 623
  18. mdns_5353.pkt This probe triggers a response from mDNS/Avahi/Bonjour discovery services on UDP port 5353
  19. mssql_1434.pkt This probe triggers a response from Microsoft SQL Server discovery services on UDP port 1434
  20. natpmp_5351.pkt This probe triggers a response from NATPMP-enabled devices on UDP port 5351
  21. netbios_137.pkt This probe triggers a status reply from NetBIOS services on UDP port 137
  22. ntp_123.pkt This probe triggers a response from NTP servies on UDP port 123
  23. ntp_123_monlist.pkt This probe triggers a response for command "monlist" from NTP servies on UDP port 123
  24. pca_nq_5632.pkt This probe triggers a response from PC Anywhere services on UDP port 5632 (network query)
  25. pca_st_5632.pkt This probe triggers a response from PC Anywhere services on UDP port 5632 (status)
  26. portmap_111.pkt This probe triggers a response from SunRPC portmapper services on UDP port 111
  27. ripv1_520.pkt This probe triggers a response from the RIPv1 enabled routers/devices on UDP port 520
  28. sentinel_5093.pkt This probe triggers a response from the Sentinel license manager service on UDP port 5093
  29. snmp1_161.pkt This probe queries for the system description field of SNMP v1 services using community string public over UDP port 161
  30. snmp2_161.pkt This probe queries for the system description field of aNMP v2 services using community string public over UDP port 161
  31. upnp_1900.pkt This probe triggers a response from UPnP SSDP services on UDP port 1900
  32. wdbrpc_17185.pkt This probe triggers a response from VxWorks WDBRPC services on UDP port 17185
  33. wsd_3702.pkt This probe triggers a response from WSD/DPWS services on UDP port 3702
  34. NOTES:
  35. -----
  36. Most of these probes return useful data in the response. Parsing this data requires capturing the raw output
  37. and decoding this using a protocol-specific dissector. In most cases, Wireshark is capable of decoding these
  38. replies.