Convert from epoch time to standard date/time
perl -e 'print scalar(localtime(1226424300)), "\n"'
Wed Nov 12 01:25:00 2008
Convert from standard date/time to epoch time
perl -e 'use Time::Local; print timelocal(0,25,1,11,11,2008), "\n";'
1228929900
Friday, April 16, 2010
nessus update
The list below outlines the changes included in the 4.2.2 release:
- nessus-fetch binary:
- Proxy authentication now works on Windows
- Proxy authentication (NTLM) with a username and domain now works
- In some cases, the last nessus-fetch.rc statement might be ignored
Wednesday, April 14, 2010
Friday, April 9, 2010
Interesting password generating web page
Could be hosted on any LAN or Intranet
http://code.google.com/p/hype-free/source/browse/trunk/js_password_generator.html
http://code.google.com/p/hype-free/source/browse/trunk/js_password_generator.html
Friday, April 2, 2010
VMWare security appliance
Interesting security appliance to manage the interactions between the admins and the infrastructure. also can provide non admin users with access to admin level access without ever providing password. covers audit as well.
http://www.hytrust.com/
http://www.hytrust.com/
Thursday, April 1, 2010
Cisco ASA/PIX firewall rule checker
Interesting open source VM for checking the rules of Cisco ASA/PIX firewalls. Open source firewalls like iptabes coming soon
http://runplaybook.com/p/11
http://runplaybook.com/p/11