bitsadmin / wesng

Windows Exploit Suggester - Next Generation
BSD 3-Clause "New" or "Revised" License
4.21k stars 568 forks source link

Native script instead phyton #40

Closed beerisgood closed 2 years ago

beerisgood commented 4 years ago

Would be good if this can be build within system intern commandline like CMD or Powershell instead of phyton

bitsadmin commented 4 years ago

Nice suggestion, that would indeed be useful. Hope someone will be inspired to pick this up :-)

For now as a workaround an option is to compile the script into a binary using PyInstaller:

  1. Install PyInstaller: pip install PyInstaller

  2. Generate the Windows/Linux binary: pyinstaller --onefile wes.py

  3. Output file can be found in ./dist

Source: https://github.com/bitsadmin/nmappy/blob/master/README.md#pyinstaller