🛠️Manually building the binary
If you want to build the standalone binary yourself, here is a tutorial for you
Last updated
Was this helpful?
Was this helpful?
git clone https://github.com/Pennyw0rth/NetExec.git
cd NetExecpython -m venv env
source env/Scripts/activate # or .env\Scripts\activate
pip install pyinstaller pillow .
pyinstaller netexec.spec./dist/nxc.exe