Unicornscan

SYN Scan

unicornscan -msf -v 192.168.1.1/24

UDP Scan

unicornscan -mU -v 192.168.1.1/24

Port Scan

unicornscan 192.168.1.1:80,443

Custom Source IP Scan

unicornscan -s 192.168.1.100 192.168.1.1:80

PCAP Saving

unicornscan -w scan_results.pcap -r 1000 -mT 192.168.1.1

OS Detection

Unicornscan is a network reconnaissance tool that can identify a target machine’s operating system by analyzing the Time to Live (TTL) values in the acquired scan results


Unicornscan is a tool used by attackers and ethical hackers primarily for OS Discovery or OS fingerprinting on a remote target system.

Key details regarding Unicornscan and its functionality, based on the sources, include:

Primary Function and Mechanism

Usage and Syntax