3

This question originated from an earlier NMap question here. Anyways, my NMap will only work inside --unprivileged mode. How can I make NMap operate outside --unprivileged? The same thing persist across Cygwin, ZenMap,and NMap CMD. Information about --iflist, versions, adapters, ect. can be found at the original question.

Colin
  • 113
  • 1
  • 1
  • 5
  • Did any answer help you? if so, you should accept the answer so that the question doesn't keep popping up forever, looking for an answer. Alternatively, you could provide and accept your own answer. – Ron Maupin Aug 12 '17 at 03:40

1 Answers1

1

Use command line and Run with administrator account and type --privilege to run in privilege mode.

Ex: nmap --privilege -sP 10.x.x.x

Teun Vink
  • 16,953
  • 6
  • 44
  • 70