- Wordpress Exploit (install.php) Any Version in Exploit (91 Visits)
- 114 Script en perl in Exploit (90 Visits)
- osCommerce file disclosure in Exploit (75 Visits)
- Deface creator in python in Exploit (70 Visits)
- Html Link Command in Exploit (60 Visits)
- Camera Hacks With Google in Exploit (44 Visits)
- Cara Rubah IP dgn AOL DESKTOP in Exploit (17 Visits)
- Audacity Tutorial in Exploit (2 Visits)
- MySQL Injection Load File and Into OutFile in Tutorial (82 Visits)
- [PHP] Protect from LFI, PD, SQLi, RFI, and XSS in Tutorial (82 Visits)
- Calculations On Command Prompt in Tutorial (62 Visits)
- Audacity Tutorial in Tutorial (52 Visits)
- Cara Rubah IP dgn AOL DESKTOP in Tutorial (47 Visits)
- See No Evil, Hear No Evil in 127.0.0.1 news (34 Visits)
- Perampokan Bank Niaga Medan in Indonesian News (35 Visits)
Posted on August 23rd, 2010
Kamis, 19 Agustus 2010 21:36 WIB
Perampokan Bank Niaga, Jalan Aksara, Medan, Rabu (18/8/2010) membuat gempar negeri ini. Betapa tidak seorang anggota Brimob Briptu Imanuel Simanjuntak tewas diberondong. Dua orang satpam juga luka parah.
Bak adegan perampokan di film action mereka beraksi. Masuk dengan menenteng senjata semi otomatis laras panjang, AK 47, M 16 dan pistol jenis FN.
Mereka memblokade jalan dan sempat membuat warga sekitar ketakutan. Berikut kami hadirkan adegan-adegan asli yang terekam kamera saat peristiwa itu berlangsung.

Posted on August 22nd, 2010

[+]Wajah-wajah pucat
[+]Teralienasi keadaan dalam artifisial kehidupan
[+]Keakuan bernyanyi, menari diatas benda-benda
[+]Diantara berjuta tangan tengadah dan wajah-wajah memelas
[+]Tak ada hijau disana
[+]Semua tertutup
[+]Keadilan pun enggan berpihak
[+]Patuh, bersahabat dengan uang
[+]Bersama pengerat dan Kera-kera rapi
[+]Aku memekik
[+]Menutup mata
[+]Tak kuasa berbuat
Posted on August 18th, 2010
# inurl:/view/index.shtml
# inurl:/view/index.shtml
# inurl:viewerframe?mode=
# inurl:/view:shtml
# inurl:view/indexframe.shtml
# inurl:lvappl
# live webcams
# inurl:”viewerframe?mode=motion”
# intitle:”snc-rz30 home”
# intitle:”WJ-NT104 Main”
# inurl:LvAppl intitle:liveapplet
# intitle:”Live View / – AXIS”
# inurl:indexFrame.shtml “Axis Video Server”
# nurl:”ViewerFrame?Mode=
# intitle:Axis 2400 video server
# inurl:/view.shtml
# intitle:”Live View / – AXIS” | inurl:view/view.shtml^
# inurl:ViewerFrame?Mode=
# inurl:ViewerFrame?Mode=Refresh
Read the rest of this entry»
Posted on August 17th, 2010

The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:
C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a “31>>2″
7
Note that we had to quote the shift operator since it would otherwise be misinterpreted as a “redirect stdout and append” operator.
For more information, type set /? at the command prompt.