Description: Get Top SPammers/Emailers and Send Output Report Via Email , Highly Customized. Can also automaticly Act upon these possibly Spammers by 3 levels of DisableAct, level 0 nothing, 1 REDUCE MAX RECIPIENT, 2 Disable from AD /add to Exchange […]
Tracking Sql Injection
Tracking a Sql Injection Attack Thursday, 14 June 2007 Another day at work, A simple line of code: Did quite a bit of damage updating an entire column with the hackers link. Well our job was to identify the attacker. […]
Password Sync
Password Sync Thursday, 14 June 2007 Today I was able to import all passwords form firefox to keepass. It was not a easy task but I got it done! The objective is to have all pass sync between my PCs, […]
Subneting
The trick to Subneting I always had this trick since long time ago when I did CCNA I saw it somewhere, I wrote it but could never find it. Now I have it and I document it for all. First […]
HOW TO INSTALL UBUNTU NAGIOS OREON
*********************************************************** * HOW TO INSTALL UBUNTU 7.10 NAGIOS 2.11 CENTREON 1.4.2.4 * *********************************************************** Author: Felipe Ferreira / fferreira(a+)osiatis.es / www.xoroz.com Date: 17/04/2008 Nagios and Centreon are the perfect Network System Monitoring Solution. Oreon has became a reference as a Nagios […]
Linux mini manual
Linux Debian/Ubuntu Commands Last Updated April 2009 My Mini Manual |– FILES/SEARCH/SYSTEMÂ –| Unique names, remove duplicate names: # cat words.txt | sort | uniq > dictionary.txt remove any words not X size, or from X to Y: # cat […]
Backup MySQL
The will backup MySQL running under Linux Schedulle it to run using crontab: # crontab -e #!/bin/bash # Backup MYSQL DB MyUSER=”root” # USERNAME MyPASS=”o123siad” # PASSWORD MyHOST=”localhost” # Hostname # Linux bin paths, change this if it can’t be […]