## https://sploitus.com/exploit?id=FBA55DB1-D65F-500D-899E-125AA44FFA1A
# Nuclei Offline GUI
This is a pure offline desktop prototype, used for:
- Managing multiple request steps within a project
- Editing matchers and extractors using a visual list
- Managing project-level variables
- Having the next request reference the results of the previous extractor
- Managing, searching, copying, and deleting projects in a local POC library
- Previewing multi-step nuclei YAML
- Importing or pasting local HTTP response samples
- Testing the current step or testing all steps at once
It does not initiate any network requests. ## Running
```powershell
cd C:\Users\Li\nuclei_offline_gui
python app.py
```
## Currently Supported
- Multi-step `requests` structure
- Local `poc_library` project library
- Project variable panel
- Placeholders like `{{step1.token}}` or `{{login_token}}$
- Status code matching
- Body/Header string matching
- Body regex matching
- Named Body/Header Regex extractor
- Exporting standard YAML files
- Saving/loading local project files