snort_urlchecker Check out a bunch of url,'z in snort rules, and find out if they get good pages or bad pages.
The Source:
snort_urlchecker/dist/latest.tar
Description:
I was running through some snort rules and found a url, that didn't go well. Then I checked a few more... then I wrote a tool to make it simpler for them to be right.
Example
An example is here : Example annotated snort rules
The tool snort_urlchecker digs through files looking for broken url,'s and spits out an annotated html page with the resulting rules. Red means somehow possibly broken Green means probably okay.
An example is here : A tree of annotated snort rules
The scripts are very rough. There's currently a few false positives, and probably some false negatives as well. But I figure they'll be useful for no other reason than clicking on a link is simpler than cutting and pasting a link.
Installing:
Good luck!
- markum : marks everything in the file tree, and buils the file wrascle.index.html
- snort_urlchecker : is the brains of the operation. There are some hard coded config values if you want to mess with them, otherwise it'll generate an HTML document on stdout.