01-14-12
Backtrack 5: Social Engineering Toolkit Primer for Penetration Testing
Social engineering attacks are one of the top techniques used against networks today. Why spend days, weeks or even months trying to penetrate layers of network security when you can just trick a user into running a file that allows you full access to their machine and bypasses anti-virus, firewalls and many intrusion detection systems? [...]
10-03-11
Navicat Premium – An Exceptional Database Management Powerhouse, available for Mac OSX, Windows and Linux
Navicat delivers incredible functionality database management functionality, wrapped in a perfectly designed package. while handling support for the major database types including MySQL, SQL Server, SQLite, Oracle and PostgreSQL.
09-24-11
Automate Daily Backups of MySQL databases with AutoMySQLBackup
A script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features – Backup mutiple databases – Single backup file or to a seperate file for each DB – Compress backup files – Backup remote servers – E-mail logs -
08-01-11
Metasploit Framework 4.0 Released!
Metasploit encompasses every aspect of a penetration test. Dozens of auxiliary modules assist with reconnaissance, more than two hundred others help with information gathering and discovery; hundreds of exploits get you a toe-hold on the network; and the newest addition to the module family, post modules, help simplify and automate increasing your access.
06-20-11
How to create a bootable USB Flash Drive with UNetBootIn and use it to install Mac OSX, Linux, or any other Operating System
I no longer have a CD drive in my macbook pro, so I wanted to create a bootable USB key in case I ever needed to reinstall the operating system. This method also works great if you want to create a bootable USB Drive to load any other operating system. This method will work on Mac, Windows and Linux systems.
06-11-11
Cracking WEP Security Video Tutorials – Wireless Password Hacking
A series of great video tutorial on cracking the WEP security protocol on wireless networks. Tutorials include methods using Windows 7 and Linux.
05-25-11
Suexec Policy violation error – permission denied running php as CGI suexec error (centos / plesk)
I spent some time trying to figure out how to fix the Suexec Policy Violation error under Plesk in Centos.
05-08-11
Rubbernet – Network Traffic Monitor and Bandwidth Dashboard for Mac OSX
Rubbernet Network Traffic Monitor Rubbernet provides real-time monitoring so you can keep an eye on the exact state of your live network connections. Rubbernet provides a breakdown of per-app network usage, so you can quickly detect apps that phone home, connect to certain servers without your knowledge, or blame the app that’s slowing down your [...]
04-29-11
Live Hacking DVD v1.3 Beta – Download !
Live Hacking DVD is a new Linux distribution packed with tools and utilities for ethical hacking, penetration testing and countermeasure verification. Based on Ubuntu this ‘Live CD’ runs directly from the DVD and doesn’t require installation on your hard-drive.
08-31-09
How to Automatically Backup Multiple MySQL Databases on Centos Linux
AutoMySQLBackup is shell script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features – Backup mutiple databases – Single backup file or to a seperate file for each DB – Compress backup files – Backup remote servers – E-mail logs – More.. http://sourceforge.net/projects/automysqlbackup/
07-19-09
How to setup Shared Keys with SSH on Centos 5
I found this great article while trying to learn how to setup Shared SSH keys on Centos 5, Linux. It’s a great set by step tutorial provided by Shapeshed. What are shared keys? Shared Keys consist of a Public and Private key and allow a remote machine to authenticate a machine trying to connect it. [...]