This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
Releases: berylliumsec/nebula
Releases · berylliumsec/nebula
Release 1.0.9b19
Release Notes:
- Added validation to ensure that selected LPORT(s) for metasploit are not in use.
- Fixed LHOST auto-selection, will fall back to loop-back if it fails.
- Updated the docs
Release 1.0.9b18
Release Notes:
- Improved user experience.
Release 1.0.9b17
Release Notes:
- Added autonomous mode (Experimental): Autonomous mode attempts to discover more vulnerabilities and exploit them if exploits are available.
- Improve loading and unloading models.
Release 1.0.9b16
Release Notes:
- Bumped CVE(s) to the top of the list.
- Fixed minor issue with processing results.
Release 1.0.9b15
Release Notes:
- Fixed minor issue with xml parsing
Release 1.0.9b14
Release Notes:
- Fixed bug of wrong model selection when in single mode.
- replaced the python input library with the prompts library.
- Added auto-complete for search.
- Added support for processing NMAP files in XML format.
Release 1.0.9b13
Release Notes:
- Switched error handling components to be more generic
Release 1.0.9b12
Release Notes:
- Added support for loading one model at a time to ease memory usage.
- Display memory usage after loading model.
- Optimize index files
Release 1.0.9b11
Merge pull request #34 from berylliumsec/minor_updates Minor updates
Release 1.0.9b9
Merge pull request #31 from berylliumsec/clean_up fixing workflows