Skip to content

mtellami/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nooc

   ___  ___  ___  ___
  / _ \/ _ \/ _ \/ _ 
 /_//_/\___/\___/_.__/  v0.1.0
  • Nooc is port scanning tool written in Cpp that allows you to enumerate valid ports for hosts. It is a really simple tool that does fast SYN/CONNECT/UDP scans on the host/list of hosts and lists all ports that return a reply.

Features

  • Fast scan using hardware supported thread.
  • DNS resolve
  • IPv4 Port scan

Usage

    nooc -host example.com

Options:

  • -h or -host The hostname to scan.
    ./nooc -h 127.0.0.2
  • -p or -port The ports range: <min, max>
    ./nooc -h 127.0.0.1 -p 1000,7000