wafw00f-GUI Code
wafw00f GUI is an Graphical User Interface version of wafw00f.
Brought to you by:
lemmehack011
| File | Date | Author | Commit |
|---|---|---|---|
| scripts | 2026-03-07 |
|
[b4b084] first commit |
| src | 2026-03-07 |
|
[b4b084] first commit |
| .gitignore | 2026-03-07 |
|
[b4b084] first commit |
| CREDITS.md | 2026-03-07 |
|
[b4b084] first commit |
| LICENSE | 2026-03-07 |
|
[b4b084] first commit |
| README.md | 2026-03-07 |
|
[91129f] Update clone command with correct repository URL |
| pyproject.toml | 2026-03-07 |
|
[b4b084] first commit |
| requirements.txt | 2026-03-07 |
|
[b4b084] first commit |
Desktop GUI wrapper for wafw00f, built in Python.
This app runs the original wafw00f scanner under the hood and displays results in a desktop interface.
-a, -v, -r) and extra CLI argswafw00f scanner (upstream project)wafw00f logic.exe on Windows, native binary on Linux)wafw00f with selected options.wafw00f signatures and logic.pip availableCheck Python version:
python --version
or on Linux if needed:
python3 --version
git clone https://github.com/Letmehackyou011/wafw00f-GUI
cd wafw00f
If you already have the folder, just open terminal in the project root.
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -e .
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install -e .
.\scripts\run.ps1
chmod +x scripts/*.sh
./scripts/run.sh
python -m wafw00f_gui.main
or:
wafw00f-gui
.exe.\scripts\build.ps1
Generated output:
dist/wafw00f-gui.exedist/LICENSE.txtdist/CREDITS.mddist/README.md./scripts/build.sh
Generated output:
dist/wafw00f-guidist/LICENSE.txtdist/CREDITS.mddist/README.mdhttps://example.org).-a, -v, -r) if needed.No module named wafw00fRun:
python -m pip install wafw00f
Then rerun the app.
http:// or https://Install Tk package for your distro, then retry.
Run PowerShell as current user with a relaxed execution policy:
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
This project uses the same license as wafw00f: BSD-3-Clause.