Archive for March, 2009

Array PHP

Most of us have never thought that if a tool has a lot of backdoor (Most files for free with a lot of backdoor). They use encrypted in the installation of a backdoor method, for example using base64 facilities, MD5, Zend Guard or using array. Here is a little light for reading tutorials groove array from php script.

The sample code is bellow :

$ar=array(“0″=>”j”,”1″=>”i”,”2″=>”a”,”3″=>”n”,”4″= >”b”,”5″=>”h”,”6″=>”g”,”7″=>”.”,”8″=>”t”,”9″=>”e”, “10″=>”@”,”11″=>”k”,”12″=>”o”,”13″=>”m”,”14″=>”d”);
$cc=$ar['4'].$ar['2'].$ar['0'].$ar['1'].$ar['3'].$ar['6'].$ar['2'].$ar['3'].$ar['7'].$ar['8'].$ar['9']. $ar['3'].$ar['6'].$ar['1'].$ar['11'].$ar['10'].$ar['14'].$ar['12'].$ar['13'].$ar['1'].$ar['3'].$ar['7'].”c”. $ar['12'].$ar['13'];

Reading of that code is just matches variable $cc with variable in $ar. First $ar['4'], Look array number 4 in variable $ar, it’s “b”. Next $ar['2'] is “a” and so on.
The results from the decomposition of the array is : bajingan.tengik@domain.com
Usually this sort encrypts used to send information via email.

SSH Tunneling

ssh tunneling …. ?
That’s the first tutorial that i been looking for, because its function is very large. The main function of ssh tunneling to cover our original IP and also to bypass our internal proxy that may be blocked by the admin.
This is how to do :
1. Open putty
2. In Category tab choose Tunnel (Tab putty on the left menu)
3. Fill Source port with 1080
4. Choose Dynamic the click “add” and will show you “D1080″ in forwaded port
5. Turn again to input the ip ssh session which you have ( port 22 ) then save

After a successful ssh login, that mean ssh forwarding have been running smoothly. Now it’s time for the internet connection settings from your web browser so you can freely browse without any restrictions from your network administrator.
For Internet Explorer proxy settings in [ Tools > Internet options > pilih tab Connection > Lan Setting > Advance ]. While for mozilla in [ Tools > Options > Advanced > Network > Setting ].

Fill the sock with 127.0.0.1 and port 1080. Then test your connection by visit this site http://www.cmyip.com
Binggoooo….

My IP is 69.89.31.159
My country is
My city is
Quick and Easy way to SEE my IP address – CmyIP.com
Powered by Hide-IP-Soft.com

Your IP has changed and you can browse freely without any square block of it from the admin.