Releases: WhiteHatCyberus/SNORT-GUI
SNORT-GUI v3
Full Changelog: v2...v3
What has changed?
Help Centre is finally here! Welcome to SNORT-GUI Enterprise v3, as requested by the community, our help and support centre has been integrated to the SNORT-GUI application.
The future of SNORT-GUI?
- The development of SNORT-GUI simulation has been discontinued, it will no longer undergo updates. It is stable to use as of May, 2023.
- SNORT GUI - Enterprise Edition has reached its final phase. We are discontinuing updates to this application as of May, 2023.
SNORT-GUI: The thank you note
Thank you to the Linkedin, GIthub and SNORT community for supporting this project. Thank you to my project team for helping me develop this application. A baby I'm truly proud of, building this application taught me a lot on the context of computer networks and Intrusion Detection Systems.
Thank you.
SNORT GUI v2
Update Summary
- Bug Fixes.
- Added Enterprise Edition and Simulation Edition
Update Details
- Optimizations: Removed, quietened and handled unnecessary verbose.
- The SNORT GUI application is renamed to 'SNORT GUI - Enterprise Edition'.
- 'SNORT GUI - Simulation Edition' sets up and runs the SNORT GUI in a simulated environment.
Note: Help Center is added, but not integrated in this version of SNORT GUI, will be released soon.
What's Changed
Full Changelog: v1.1...v2
SNORT GUI
Summary
- Bug Fixes, Improved Performance.
- Security Patches and enhanced abstraction.
Detailed Summary
- Bug Fixes, Improved Performance:
- the previous version of SNORT rule generator consisted of incomplete modules due to commit fault. It has been resolved and currently optimized for use.
- The run snort module had exception errors, majority exceptions in the entire application has been handled to prevent messy verbose in the terminal.
- Security Patches and enhanced abstraction
- This version's major change is its new zero trust security feature.
- All modules require a password to run, this password is set up during installation and will be your linux
sudo
password. - Exception, the
Run SNORT
module will prompt a 'One Time Password' to the user whenever they launch the module. ThisOTP
which is only known to the user that launched SNORT can only stop snort execution.
Note This was done to prevent bad agents from attempting to turn off SNORT monitoring using the
sudo
password.
- Abstraction has been a priority to reduce normal user's exposure to the application's back-end resources.
Additional Note:
Note All administrator credentials are stored locally within the system. To reset administrator credentials, proceed to
reinstall the application
Installation:
- Download
snortgui.zip
from latest release of SNORT GUI.
Warning Do not move
installer.py
outside the snortgui folder, this leads to total crash of application.
- Install the application by running
sudo python3 installer.py
- All resources and packages are now downloaded.
- Manually launch the SNORT GUI:
sudo python3 snortgui.py
Miscellaneous
What's Changed
New Contributors
Full Changelog: v1.0...v1.1
SNORT GUI
#INSTALLATION (FIRST TIME)
sudo python3 installerwizard.py
After Installation, application can be run by:
sudo python3 snortgui.py