Walkthrough: Luanne

Introduction

mkdir nmap

Starting nmap, using min-rate to speed up things and explaining why I don't normally show this

sudo nmap --min-rate 10000 10.10.10.218
sudo nmap -sC -sV -oA nmap/luanne-targeted 10.10.10.218
sleep 300; nmap -p- 10.10.10.218 -oA nmap/luanne-llports

Last updated