Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. sudo python Scanner.py
  2. Please enter the target IP:
  3. Moving forward... please do not interact with the program unless prompted:
  4. Please enter your options leave blank for none:
  5. A help page will be generated for nmap just in case you do not know any options
  6. A prompt will ask you where to store the help page
  7. Please enter the location for the help page to be stored to:
  8. Traceback (most recent call last):
  9. File "Scanner.py", line 24, in <module>
  10. Run()
  11. File "Scanner.py", line 21, in Run
  12. os.system("nmap "+getIP+" "+options+" ")
  13. TypeError: cannot concatenate 'str' and 'function' objects
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement