bwaldvogel / neighbourhood

Layer 2 network neighbourhood discovery tool that uses scapy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

os.geteuid() is not available on Windows.

lquyet opened this issue · comments

if os.geteuid() != 0:
As title, I found that os.geteuid() only works on unix-based system. Do you plan to update/upgrade this project to support Windows ?

I found that ctypes.windll.shell32.IsUserAnAdmin() != 0 works on Windows.