Docker Optimization: Optimized the Docker installation process by utilizing Docker Compose.
Cloud Upload: Implemented the --cloud-upload option to upload Nuclei results to ProjectDiscovery Cloud, including automated authorization using nuclei -auth.
Notification Integration: Added the --use-notify option to report prettified Nuclei scan results using ProjectDiscovery Notify.
Airflow Automation: Added a dags.py template to automate HaxUnit in Apache Airflow.
Bug Fixes
DNS Issues: Fixed DNS resolution issues within the container.
Ripgen Installation: Fixed Ripgen installation in the standalone HaxUnit script.
To-Do
Gotator Investigation: Investigate if Gotator is a better alternative to Ripgen.
Regulator Investigation: Investigate if Regulator is useful to implement.
Suggestions: If you have any suggestions for tools or methods to add, let me know!
Release Notes - HaxUnit
New Features
--cloud-upload
option to upload Nuclei results to ProjectDiscovery Cloud, including automated authorization usingnuclei -auth
.--use-notify
option to report prettified Nuclei scan results using ProjectDiscovery Notify.dags.py
template to automate HaxUnit in Apache Airflow.Bug Fixes
To-Do