EnableSecurity / wafw00f

WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.
https://www.enablesecurity.com/
BSD 3-Clause "New" or "Revised" License
5.17k stars 924 forks source link

Standalone binary #198

Closed iiulian8 closed 2 months ago

iiulian8 commented 5 months ago

Hello, can you please pinpoint me on the correct way to create a standalone python executable for linux? I do need to run the software in an environment where I am not able to install python packages with py and will need to compile the dependencies in one file on another computer and then upload it.

0xInfection commented 2 months ago

I would point you to the pyinstaller library (https://pypi.org/project/pyinstaller/), however this is not something we can officially provide.