Jeffegg Posted June 25, 2019 Report Posted June 25, 2019 I am editing the snort.conf file with notepad2 and I am confused by this section of the Tutorial for x64 MySQL install: Original Line(s):# include $PREPROC_RULE_PATH/preprocessor.rules# include $PREPROC_RULE_PATH/decoder.rules# include $PREPROC_RULE_PATH/sensitive-data.rulesChange to:include $PREPROC_RULE_PATH/preprocessor.rulesinclude $PREPROC_RULE_PATH/decoder.rulesinclude $PREPROC_RULE_PATH/sensitive-data.rules There is no change here!? Would I be correct in changing to the 'Change to:' section to this? include $PREPROC_RULE_PATH d:\winids\snort\etc\preprocessor.rules include $PREPROC_RULE_PATH d:\winids\snort\etc\decoder.rules include $PREPROC_RULE_PATH d:\winids\snort\etc\sensitive-data.rules Or is there a different path for these rules? Thank You! Jeffegg
Morpheus Posted June 25, 2019 Report Posted June 25, 2019 No, you are supposed to enable the lines by removing the # (hash tags).
Jeffegg Posted June 25, 2019 Author Report Posted June 25, 2019 LOL! Thank You! I didn't even notice the Hash Tags. Slaps Forehead with palm of hand . . . .
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now