v1.9.0
epi052/feroxbusterv1.9.0Dec 4, 2020by epi052
AI Summary
Implements state file dumping on `Ctrl+C` to allow resuming interrupted scans via `--resume-from`.
Key Highlights
- `ctrl+c` dumps a state file to disk
- State file can be passed to `--resume-from` to resume scans
- Saving state file can be suppressed via config
New Features
- State file dumping on interrupt
- Resume from state file functionality
Full Release Notes
- `ctrl+c` dumps a state file to disk - the state file above can be passed to `--resume-from` to resume interrupted scans - saving a state file can be suppressed by adding `save_state = false` to ferox-config.toml Special thanks to @flangyver for pushing me to get this one done!