I have just installed a *Fresh and untouched copy* of a Windows 7 Ultimate OS on a virtual machine.
I wanted to know is there are any errors & other behind this *free* software. Result was amazing.
This windows installation was scanned with Advanced SystemCare Ultimate v 6.0.8.289
(more…)

March 18th, 2013 by . Posted in Windows

A simple way to execute commands on a linux machine is to use one of the few existing php functions. Here i will use a function named shell_exec.

< ?php
if(function_exists('shell_exec')) {
    echo shell_exec("whoami");
}
?>

OUTPUT :
(more…)

March 15th, 2013 by . Posted in php scripts

Seems that some kiddies are still using some old exploits to deface websites. In the last 2 days i have noticed lots of logs from defacing attempts that are logged by my daily stat plugin.
(more…)

February 26th, 2013 by . Posted in Around the web

Just notice this error on my server at a large scale and i started to investigate. Of course google serch didn’t help much since we can find many problems and only few of them are solved. Here is the output from my auth.log

J260:/var/log# cat auth.log | grep NOUSER | wc -l
2393

(more…)

February 22nd, 2013 by . Posted in Linux

I have created this script to help me in the future to install DKIM on some of my client’s machines and i want to make it public to help other peoples too.
This script has been created to work with Debian machines and has been tested on a Debian 6 Squeeze, an amd64 machine but i am sure that is working well on other Debian versions .
Be sure that you do the following two things.
1- be sure to launch with the correct domain ie: ./dkim yourdomain.com and not ./dkim yourdomaincom
(more…)

February 17th, 2013 by . Posted in Linux