Book Image

KALI LINUX NETWORK SCANNING COOKBOOK

Book Image

KALI LINUX NETWORK SCANNING COOKBOOK

Overview of this book

Table of Contents (16 chapters)
Kali Linux Network Scanning Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Disclaimer
Preface
Index

Chapter 8. Automating Kali Tools

The Kali Linux penetration testing platform offers a large number of highly-effective tools to complete most of the common tasks required during an enterprise penetration test. However, there are occasions where a single tool is not sufficient to complete a given task. Rather than building entirely new scripts or programs to complete a challenging task, it is often more effective to write scripts that utilize existing tools and/or modify their behavior as needed. Common types of homegrown scripts that can be useful include scripts to analyze or manage the output of existing tools, stringing multiple tools together, or multithreading tasks that would otherwise have to be performed sequentially. This chapter will include the following recipes for automating and manipulating existing Kali Linux tools:

  • Nmap greppable output analysis

  • Nmap port scanning with targeted NSE script execution

  • Nmap NSE vulnerability scanning with MSF exploitation

  • Nessuscmd vulnerability...