Closed beerisgood closed 2 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:
Install PyInstaller: pip install PyInstaller
Generate the Windows/Linux binary: pyinstaller --onefile wes.py
Output file can be found in ./dist
Source: https://github.com/bitsadmin/nmappy/blob/master/README.md#pyinstaller
Would be good if this can be build within system intern commandline like CMD or Powershell instead of phyton