shirosaidev / sharesniffer

Network share sniffer and auto-mounter for crawling remote file systems
Apache License 2.0
202 stars 42 forks source link

Windows 7: AttributeError: module 'os' has no attribute 'geteuid' #2

Closed twallace12 closed 6 years ago

twallace12 commented 6 years ago

This is happening on my Windows 7 PC:

Traceback (most recent call last): File "C:/python/sharesniffer.py", line 494, in shares = sniff_network() File "C:/python/sharesniffer.py", line 309, in sniff_network if os.geteuid(): AttributeError: module 'os' has no attribute 'geteuid'

shirosaidev commented 6 years ago

sharesniffer works in macos and linux