Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 654 Bytes

README

Most common ports used in servicedb file format for nmap

What is this repository for?

  • Quick summary: This repository contains most commonly used ports in servicedb file format compatible to be used with nmap

  • Version 0.1

  • Repository Link

How do I get set up?

  • Requirements: Install nmap

  • Usage (this is how I use it):

  nmap -Pn --servicedb ./ports.list --max-retries 2 --max-rtt-timeout 500ms --min-parallelism 2 --max-parallelism 10 --open 127.0.0.1

Who do I talk to?