Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozuriexv/SublimeSuricata
https://github.com/ozuriexv/SublimeSuricata
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ozuriexv/SublimeSuricata
- Owner: ozuriexv
- Created: 2018-05-20T20:41:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T10:05:42.000Z (about 1 year ago)
- Last Synced: 2024-08-02T07:11:36.558Z (6 months ago)
- Size: 439 KB
- Stars: 36
- Watchers: 0
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-suricata - SublimeSuricata - Basic Suricata syntax highlighter for Sublime Text. (Development Tools)
README
# Sublime Suricata
![Alt text](/showcase.png)
Basic Suricata syntax highlighter for Sublime Text (tested on Sublime Text 4).
Now built with a custom color scheme instead of just a highlighter based on existing color schemes.
Includes all features from the Suricata-7.0.0rc1 branch.
# Warning/Error highlighting
Experimental idea - this syntax highlighter will point out some warnings/errors (warnings being rule styling that does not conform with Emerging Threats styling, errors being bad logic). Currently there are only 2 scenarios (as I said, experimental, if this is annoying it will be scrapped):
- WARNING: Double spaces, highlighted with yellow background
- ERROR: Double sticky buffer, highlighted with red background![Alt text](/double_buffer.png)
# Getting it working
- Save the Suricata folder in your 'Packages' folder
- Windows: 'C:\Users\\%user%\AppData\Roaming\Sublime Text 3\Packages'
- Mac: $HOME/Library/Application Support/Sublime Text/Packages
- Linux: $home/.config/sublime-text-3/Packages
- Open Sublime Text
- View > Syntax > Suricata
- Set your color scheme to 'Suricata'