From 80c6fffa7149f4ea96f0a5e0e71121d9def70118 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 19 Mar 2021 23:39:19 +0100 Subject: Continued importing some old wiki content --- content/blog/miscellaneous/nmap.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/blog/miscellaneous/nmap.md (limited to 'content/blog/miscellaneous/nmap.md') diff --git a/content/blog/miscellaneous/nmap.md b/content/blog/miscellaneous/nmap.md new file mode 100644 index 0000000..ee595ea --- /dev/null +++ b/content/blog/miscellaneous/nmap.md @@ -0,0 +1,17 @@ +--- +title: "Some nmap common usages" +date: 2021-03-19 +description: nmap command examples +tags: + - toolbox +--- + +## Introduction + +Too often I have to go through the man page to remember the flags I need, so here is a little summary. + +## The commands + +- Initiate a detailed host scan : ''nmap -v -sV -O serveraddr'' +- Initiate a ping scan without port scan : ''nmap -sn 10.1.0.0/24'' +- The same ping scan with greppable output : ''nmap -sn -oG - 10.0.33.0/24'' -- cgit v1.2.3