I have the following issue running responder, i've checked and the only version of Python i have installed is 2.7 any ideas?
> responder
__
.----.-----.-----.-----.-----.-----.--| |.-----.----.
| _| -__|__ --| _ | _ | | _ || -__| _|
|__| |_____|_____| __|_____|__|__|_____||_____|__|
|__|
NBT-NS, LLMNR & MDNS Responder 2.3
To kill this script hit CRTL-C
Traceback (most recent call last):
File "C:\PENTEST\pentestbox\bin\InformationGathering\Responder\Responder.py", line 44, in <module>
if not os.geteuid() == 0:
AttributeError: 'module' object has no attribute 'geteuid'