Book Image

Mastering the Nmap Scripting Engine

By : Paulino Calderon
Book Image

Mastering the Nmap Scripting Engine

By: Paulino Calderon

Overview of this book

Table of Contents (23 chapters)
Mastering the Nmap Scripting Engine
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Scan Phases
Script Categories
Nmap Options Mind Map
References
Index

Locating your data directory


This chapter includes references to your Nmap data directory, so it is important that you locate it before continuing. The following table shows some of the default installation paths where you can find Nmap:

Operative system

Installation path

Windows

C:\Program Files\Nmap\

Non-Windows

/usr/local/share/nmap/ and /usr/share/nmap/

The NSE data directory is located at nselib/data inside your Nmap installation path.

The --datadir argument can be used to manually select the data directory to be used during a scan, like this:

$nmap --datadir /usr/local/nmap-data/ -sC -sV <target>