-
Content count
592 -
Joined
-
Last visited
-
Days Won
101
Morpheus last won the day on December 10 2019
Morpheus had the most liked content!
About Morpheus

-
Rank
Administrator
-
-
Morpheus replied to Fongin1's topic in Installing an IIS Web Server, and logging events to a MySQL Database
You will need to bridge the two NIC's and in Windows 10 do it as below: Bridging Your Internet Connections on Windows 10 Step 1: Go to your Control Panel from the Start menu. Step 2: Navigate to Network Connections. Step 3: Click on the first NIC that you want to bridge. Step 4: Hold down the CTRL key while clicking on the second NIC that you want to bridge. Step 5: Right-click on one of the selected NICs and click "Bridge Connections." I have not tested the above on anything other than Windows 10. -
Morpheus replied to 7rrivera7's topic in Installing an IIS Web Server, and logging events to a MySQL Database
To test the MySQL database server and authentications open a CMD window with Administrator access and type d:\activators\db_tools\test_mysql-php7.php -
Morpheus replied to dhernandez000's topic in Installing an Apache2 Web Server, and logging events to a MySQL Database
The problem is that it is not finding the base.php file, or possibly the base_conf.php file? It has to find the file first before trying to execute it. Not sure if it could be the problem but make sure the config file is correctly named: base_conf.php Maybe some sort of a permission problem with the files in the base folder? Not sure how a permission problem could be the problem when the test.php file is working. You are going to have issues with WinPcap and Npcap both installed. Use either one but not both. Note: Uninstall both and then install the one you are going to use. Make sure Snort is not running when you uninstall. -
Morpheus replied to dhernandez000's topic in Installing an Apache2 Web Server, and logging events to a MySQL Database
Does this work: http://winids/base.php -
Morpheus replied to dhernandez000's topic in Installing an Apache2 Web Server, and logging events to a MySQL Database
I'm not sur but there appears to be a formatting error with the Apache config. Try the attached one. Also try moving the test.php file to the base folder and then try http://winids/test.php httpd.conf -
dhernandez000 liked a post in a topic: ERROR: Portscan log file 'log/\portscan.log' could not be opened: No such file or directory
-
Morpheus replied to 7rrivera7's topic in Installing an IIS Web Server, and logging events to a MySQL Database
That is not normal? -
Morpheus replied to 7rrivera7's topic in Installing an IIS Web Server, and logging events to a MySQL Database
The only thing I can tell is that it's not allowing you to access the test.php because you don't have sufficient permissions? What happens if you remove the test.php file and try accessing it when it is missing. You should get the same error? Do you have a space in the word base? Look at your Physical Path - It appears you have a space in base -> ba se -
Morpheus replied to 7rrivera7's topic in Installing an IIS Web Server, and logging events to a MySQL Database
All the files look good. Attached id my config for IIS, try it. You will need to stop IIS, replace the file, and then restart IIS. applicationHost.config -
Morpheus replied to 7rrivera7's topic in Installing an IIS Web Server, and logging events to a MySQL Database
Go back in and verify the PHP setting in IIS. For some reason the setting sometime does not save and the settings need to be re-applied. No need to reinstall because the same problem could come back. I checked your setting and the php.ini file is good but the IIS files are for version 10 and I don't have that set of configs to match yours with. I would need to install IIS 10 to get it. What OS version are you running? -
Morpheus replied to 7rrivera7's topic in Installing an IIS Web Server, and logging events to a MySQL Database
Go back to the section below and do over. Configuring IIS for PHP, and the Windows Intrusion Detection Systems security console If that fails then zip up all the files in the Windows\System32\inetsrv\config folder and attach. Also attach the php.ini file -
Morpheus replied to Jeffegg's topic in Installing an IIS Web Server, and logging events to a MySQL Database
No, you are supposed to enable the lines by removing the # (hash tags). -
FDids liked a post in a topic: Barnyard2 test doesn't show snort exiting
-
FDids liked a tutorial: Installing an IIS Web Server logging events to a PostgreSQL Database
-
Morpheus replied to FDids's topic in Installing an IIS Web Server, and logging events to a PostgreSQL Database
No you don't need to do anything. What you are seeing is correct. I made an error in the tutorial and have since corrected it. Check out the tutorial, and it should match your install. -
Morpheus replied to FDids's topic in Installing an IIS Web Server, and logging events to a PostgreSQL Database
All fixed, thanks...
