-
Posts
617 -
Joined
-
Last visited
-
Days Won
101 -
Donations
11.00 USD
Content Type
Profiles
Forums
Downloads
Tutorials
Everything posted by Morpheus
-
I only found one small item. I'm not sure because it appears that PHP is working because the test.php file runes as expected. You might try renaming the base folder, extracting the base program using administrator privileges, extract the signatures to the base folder per the tutorial, and copy the new config to the base folder. base_conf .php
-
New to PulledPork- Dealing with SO_RULE
Morpheus replied to scowles's topic in Rule Management - Pulledpork
All the riles are now compiled into a single winids.rules file. If you are not catching events then there are a few reasons why. 1) HOME_NET is not set correctly 2) The '-ix' switch in the run line is pointing to the wrong interface 3) The Windows Intrusion Detection System is plugged into a switch that either is not capable of mirroring. or mirroring is not setup. -
From the command prompt type d:\winids\snort\bin\snort -v -i1 What is the result?
- 11 replies
-
- start error
- service
-
(and 1 more)
Tagged with:
-
Did you try rebooting? From the CMD prompt type 'd:\winids\snort\bin\snort /SERVICE /SHOW' (less the outside quotes), and tap the 'Enter' key. What does the above show?
- 11 replies
-
- start error
- service
-
(and 1 more)
Tagged with:
-
- 11 replies
-
- start error
- service
-
(and 1 more)
Tagged with:
-
Open a CMD window and type 'cd /d d:\winids\snort\bin' (less the outside quotes), and tap the 'Enter' key. At the CMD prompt type 'snort /SERVICE /UNINSTALL' (less the outside quotes), and tap the 'Enter' key. At the CMD prompt type 'snort /SERVICE /INSTALL -c d:\winids\snort\etc\snort.conf -l d:\winids\snort\log -ix' (less the outside quotes), and tap the 'Enter' key. Note: Make SURE the x above reflects your interface number. At the CMD prompt type 'sc config snortsvc start= auto' (less the outside quotes), and tap the 'Enter' key. At the CMD prompt type 'net start snort' (less the outside quotes), and tap the 'Enter' key. The service should now start...
- 11 replies
-
- start error
- service
-
(and 1 more)
Tagged with:
-
Where exactly are you at in the tutorial? What happens: From a open CMD window type 'd:\winids\Snort\bin\snort /SERVICE /SHOW' (less the outside quotes), and tap the 'Enter' key.
- 11 replies
-
- start error
- service
-
(and 1 more)
Tagged with:
-
Error on Test of Rules and Signatures Update Test
Morpheus replied to scowles's topic in Rule Management - Pulledpork
Your run line is wrong: perl d:\winids\pulledpork\pulledpork.pl -c d:\winids\pulledport\etc\pulledpork.conf -T Run line should be: perl d:\winids\pulledpork\pulledpork.pl -c d:\winids\pulledpork\etc\pulledpork.conf -T- 1 reply
-
- rules
- signatures
-
(and 3 more)
Tagged with:
-
Waiting for New Data after configuring PulledPork
Morpheus replied to IT Team's topic in Rule Management - Pulledpork
No problem, happy you got it all going. -
Sure use user root and you can change anything. It's better to just create new users with new passwords. Use the tutorial and create new users with new passwords, and make sure they have the appropriate permissions. After you have them created go in and change the authentication for the snort run line and the Windows Intrusion Detection Systems security console. Once the new authentications are verified, the old users can be dropped.
