๐ ๏ธManually building the binary
If you want to build the standalone binary yourself, here is a tutorial for you
Linux
git clone https://github.com/Pennyw0rth/NetExec.git
cd NetExecvirtualenv env
source env/bin/activate
sudo apt remove python3-pyinstaller # Remove old apt pyinstaller
pip install pyinstaller .
pyinstaller netexec.spec # This will compile the binary./dist/nxcWindows
Last updated
Was this helpful?

