Guest User

Untitled

a guest
Jun 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import nmap
  2.  
  3. nmap1 = nmap.PortScanner()
  4.  
  5. a = nmap1.map_version()
  6.  
  7. print(nmap)
  8.  
  9. Traceback (most recent call last):
  10. File "nmap_Test.py", line 3, in <module>
  11. nmap1 = nmap.PortScanner()
  12. AttributeError: module 'nmap' has no attribute 'PortScanner'
  13.  
  14. brew install nmap
Add Comment
Please, Sign In to add comment