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

Summary


In this chapter, you learned everything that you need to know about how NSE generates its output and how to structure it correctly within your scripts to take full advantage of the features available. We reviewed the available output formats in Nmap to cover their strengths and weaknesses. You should now be able to select the appropriate output format for any task you may face.

Finally, don't forget the importance of verbose and debugging messages in your scripts and keeping the information divided into the smallest chunks of information to make things easier for users who parse those results.

In the next chapter, we will see examples of raw packet crafting to get us prepared to handle all those wild communication protocols we see online every day. Prepare to venture into the depths of binary string handling with NSE!