Was getting this error on a client's web server while running PCI compliance scans. It came up as a vulnerability on a windows server 2008…
I finally got a working setup of OSSEC using the ELK (Elastic, Logstash, Kibana) stack, I followed the tutorial here: https://documentation.wazuh.com/1.1/installation.html That got me up…
Ran into an issue with getting mySQL to work. Updated /var/ossec/etc/ossec.conf to include: <database_output> <hostname>192.168.2.30</hostname> <username>ossecuser</username> <password>ossecpass</password> <database>ossec</database> <type>mysql</type> </database_output> As per http://ossec-docs.readthedocs.io/en/latest/manual/output/mysql-database-output.html. I ran:…
Was working with a client who needed a FIM solution and some centralized logging. After talking with Alien Vault, Tripwire and a few others it…
Ran into an issue where we had non-ascii characters in a varchar(max) column. Due to these characters we couldn't cast the document to an XML…
Been way too long. I intend to use this blog to take notes on what I am working on, problems I run into and most…
ScribeStation.com has open beta testing of the new Livescribe acquisition client which can take data off of your Livescribe Pulse pen and convert it to…
SQL Injection is unfortunately a large problem on the internet. If you are not familiar with this and you are a web developer you need…
I deployed a multi-user web application today and for some reason the session was being SHARED between users. Not sure what is causing this. It…
I have been getting a lot of requests with people looking to remove the stroke data (X&Y) from the pen. I am currently writing and…