Skip to Content
Mastering Python for Networking and Security
book

Mastering Python for Networking and Security

by José Manuel Ortega
September 2018
Intermediate to advanced
426 pages
10h 46m
English
Packt Publishing
Content preview from Mastering Python for Networking and Security

Chapter 8: Working with Nmap Scanners

  1. Which method allows us to see the machines that have been targeted for scanning?

nmap.all_hosts()

  1. How do we invoke the scan function if we want to perform an asynchronous scan and also execute a script at the end of that scan?

nmasync.scan('ip','ports',arguments='--script=/usr/local/share/nmap/scripts/')

  1. Which method can we use to obtain the result of the scan in dictionary format?

nmap.csv()

  1. What kind of Nmap module is used to perform scans asynchronously?

nma = nmap.PortScannerAsync()

  1. What kind of Nmap module is used to perform scans synchronously?

nma = nmap.PortScanner()

  1. How can we launch a synchronous scan on a given host, on a given port if we initialize the object with the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Python for Networking and Security - Second Edition

Mastering Python for Networking and Security - Second Edition

José Manuel Ortega
Python for Cybersecurity

Python for Cybersecurity

Howard E. Poston, III

Publisher Resources

ISBN: 9781788992510Supplemental Content