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

Update README.md #187

Closed MattPlayGamez closed 2 months ago

MattPlayGamez commented 10 months ago

Which category is this pull request?

Where has this been tested?

Does this close any currently open issues?

No

Does this add any new dependency?

No

Does this add any new command line switch/argument?

No

Any other comments you would like to make?

I changed the README.md so people know how to install it with pipx. pipx is a command line utility that works like pip (ex. pipx install git+https://github.com/EnableSecurity/wafw00f.git) but makes a Virtual environment so dependencies do NOT interfere with each other and can be directly used without manually enabling the virtual environment. All automatically