Unicornscan |
Unicornscan is an open source modular, flexible, stateless Transmission Control Protocol/User Datagram Protocol scanner for Linux and Unix. Unicornscan is a new shift in paradigm relative to other network scanners like Nmap. It has a custom forged TCP stack, it is modular allowing plug-ins and ability to be used in a distributed client/server fashion. It is based on the ideas of scanrand and their previous attempts at udp scanners. (See [http://www.dyadsecurity.com/unicornscan/unicornscan_faq.txt Unicornscan FAQ] - Q - With all of the other tools out there, why are you wasting time building another one )
=The Riddle=
In the source code the following intriguing riddle can be found:
const struct option long_opts[]={ { broken-crc , 1, NULL, b }, { source-port , 1, NULL, B }, { no-defpayload , 0, NULL, D }, { delay-type , 1, NULL, d }, { enable-modules , 1, NULL, e }, { show-errors , 0, NULL, E }, { help , 0, NULL, h }, { interface , 1, NULL, i }, { packet-timeout , 1, NULL, L }, { mode , 1, NULL, m }, { module-dir , 1, NULL, M }, { no-patience , 0, NULL, p }, { pcap-filter , 1, NULL, P }, { covertness , 1, NULL, q }, /* *`Q is Covert for Covertness, If you rot13 Clandestineness The fith character
=External links=
*[http://www.unicornscan.org/ Unicornscan] *[http://www.dyadsecurity.com/unicornscan/unicornscan_faq.txt Unicornscan FAQ] *[http://www.dyadsecurity.com/ Dyad Security]
=See also=
*Nmap|
|