How to Install Unicornscan & Find Open Ports

Unicornscan is an asynchronous TCP and UDP port scanner developed by the late Jack C. Louis. in this article, I’m going to show how to install and use Unicornscan.

Table of Contents

  1. Introduction
  2. Benefits
  3. Installation
  4. Usage

Introduction

Unicornscan is a new information gathering and correlation engine built for and by members of the security research and testing communities. It was designed to provide an engine that is Scalable, Accurate, Flexible, and Efficient. It is released for the community to use under the terms of the GPL license.

Benefits

It currently has hundreds of individual features, a main set of abilities include:

  • Asynchronous stateless TCP scanning with all variations of TCP Flags.
  • Asynchronous stateless TCP banner grabbing
  • Asynchronous protocol-specific UDP Scanning (sending enough of a signature to elicit a response).
  • Active and Passive remote OS, application, and component identification by analyzing responses.
  • PCAP file logging and filtering.
  • Relational database output.
  • Custom module support.
  • Customized data-set views.

Installation

Unicornscan comes pre-installed in Kali Linux. We can easily install if it installed:

# update your system
sudo apt update && sudo apt upgrade
# install unicornscan
sudo apt install unicornscan -y

Uasge

Options: Get all available options:

unicornscan -h

Syntax:

unicornscan <options> <target>

TCP Scan: Perform a TCP SYN scan:

unicornscan -msf –v -I IP_ADDRESS/24

UDP Scan: Perform a UDP scan on a whole network range:

unicornscan –mU –v -I IP_ADDRESS/24

At the time of performing scans with unicornscan, we can see the packets on Wireshark.

That’s it. Thanks for reading.


Software Engineer | Ethical Hacker & Cybersecurity...

Md Obydullah is a software engineer and full stack developer specialist at Laravel, Django, Vue.js, Node.js, Android, Linux Server, and Ethichal Hacking.