mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
596452271c
Tool for sending customized ICMP packets PR: 21776 Submitted by: Roman Shterenzon <roman@xpert.com>
21 lines
928 B
Plaintext
21 lines
928 B
Plaintext
Sing is a little tool that sends ICMP packets fully customized from command
|
|
line. The main purpose is to replace/complement the niceful ping command
|
|
with certain enhancements as:
|
|
|
|
- Send fragmented packets (Linux and BSD).
|
|
- Send monster packets > 65534 (Linux and BSD).
|
|
- Send/read spoofed packets.
|
|
- Send many ICMP Information types in addition to the ECHO REQUEST type sent
|
|
by default as Address Mask Request, Timestamp, Information Request, Router
|
|
Solicitation and Router Advertisement.
|
|
- Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
|
|
Destination Unreach and Parameter Problem.
|
|
- Send to host with Loose or Strict Source Routing.
|
|
- Use little fingerprinting techniques to discover Windows or Solaris boxes.
|
|
- Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
|
|
Unix and Windows at the moment.
|
|
|
|
WWW: http://sourceforge.net/projects/sing/
|
|
|
|
--Roman <roman@xpert.com>
|