Saturday, June 16, 2012

Security Toys

I learned a little bit about owasp zap and w3af today. Looks like something I'd like to throw at a web.py app that I'm developing.

Thursday, June 7, 2012

Persistent Connections from database on Cisco Firewall

I've posted before about how our Cisco firewall tears down inactive connections and modifying the tcp_keepalive_time on the Linux kernel so as to not loose the connection. Similar options exist on the database side.

If you're running MySQL then update /etc/my.cnf to have:

wait_timeout=900

If you're running an Oracle then update sqlnet.ora to have:
SQLNET.EXPIRE_TIME=10
This option is in $ORACLE_HOME/network/admin/sqlnet.ora.

Sunday, June 3, 2012

Cisco EOL List

I have found a handy list of End-of-Sale and End-of-Life Products from Cisco.
Published with Blogger-droid v1.7.4