12 lines
150 B
Markdown
12 lines
150 B
Markdown
|
---
|
||
|
title: Nmap Cheat Sheet
|
||
|
layout: default.liquid
|
||
|
categories: ["Cheat Sheet"]
|
||
|
tags: ["cheats heet", "nmap"]
|
||
|
is_draft: true
|
||
|
---
|
||
|
|
||
|
```bash
|
||
|
nmap -sV
|
||
|
```
|