GamehunterKaan / AutoPWN-Suite

AutoPWN Suite is a project for scanning vulnerabilities and exploiting systems automatically.
https://auto.pwnspot.com
Other
946 stars 113 forks source link

Cannot import name 'getuid' from 'os' #18

Closed DamianMorozov closed 2 years ago

DamianMorozov commented 2 years ago

Can not run the app under Windows environment

To Reproduce Steps to reproduce the behavior:

  1. Run the coe 'python autopwn.py'
  2. See error '[!] ImportError: cannot import name 'getuid' from 'os' (C:\Program Files\Python\lib\os.py)'

Expected behavior Run it without errors.

Desktop (please complete the following information):

About the same problem os.getuid() not available in windows 10