Friday, December 10, 2010

SQLi scanner by country

<?php             set_time_limit(0);         $vuln = 0;     $not_vuln = 0;     $total = 0;         $country = array('AF','AL','DZ','AS','AD','AO','AI','aku','AG','AR','AM','AW','AU',                     'AT','AZ','BS','BH','BD','BB','BY','BE','BZ','BJ','BM','BT','BO','BA','BW','BV','BR','IO','BN','BG','BF','BI',                     'KH','CM','CA','CV','KY','CF','TD','CL','CN','CX','CC','CO','KM','CG','CD','CK','CR','CI','HR','CY','CZ','DK',                     'DJ','DM','DO','TL','EC','EG','SV','GQ','ER','EE','ET','FK','FO','FJ','FI','FR','GF','PF','TF','GA','GM','GE',  ...


View hidden file using Dos

at command prompt just type dir /ah if the list is too long u can use dir /ah/...


Change tumbnail size and quality

If any of you out there like to use the thumbnail view, especially for browsing through photos and images, it can become a bit of a drain on your system. It is possible to lower the thumbnail size and quality by editing the following registry keys. Open the registry and navigate to : HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer Create a new DWORD value called ThumbnailSize, and set the value between 32 and 256. And/or create another DWORD value called ThumbnailQuality, and set the value between 50 and 100. Key Details : USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer] Value Name: ThumbnailSize Data Type: REG_DWORD (DWORD Value) Data Value: 32 - 256 USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\...


Monday, December 6, 2010

[Movie] Jangan Pandang Belakang Congkak 2 [2010] DVDrip [RMVB & MKV]

"Setelah berjaya memulihkan Punai, Asmat dan Johan serta berjaya menewaskan Mustika dalam JPBC yang lalu, Pak Mor yang cedera itu terus menuju ke anak sungai. Di tepi sungai, Pak Mor duduk bersila dan mula membaca jampi menteranya. Semakin lama semakin laju Pak Mor membaca jampi manteranya. Serentak angin mula bertiup. Semakin lama semakin kencang angin bertiup mengikut kelajuan Pak Mor membaca jampi manteranya. Tiba-tiba tubuh Pak Mor mula mengelupur. Mulutnya masih kumat kamit membaca jampi manteranya. Tiba-tiba Pak Mor kejang dan serentak dengan itu satu gumpalan asap keluar dari tubuh Pak Mor dan asap itu muncul Mustika. Setelah Mustika keluar...


Delete files from the recent file list in windows

This tip requires a change to the Windows Registry. Please see the MSFN Guide "Backup Your Registry" if you are new to the Windows Registry. Windows Media Player (WMP) is a built-in application that allows you to play multimedia files. Like many other applications, WMP remembers the most recently played files and displays them in the Recent File List under the File menu. This feature is useful if you regularly play certain files, but you may want to clear the list if you share the computer and a user account or create archives and CDs. There are two ways you can clear the list: I. The ClearMRU.exe Utility is available for free in the Windows Media Player Bonus Pack from Microsoft, but Microsoft does not support this tool. II. You can also manually delete the list through the Windows Registry: 1....


Ping sweeper - batch script

This simple ping sweeper to a giving range of IP.. @echo off  cls@color 0A  echo  echo *************************  echo *  @pih ping sweeper    *  echo *************************    echo.       for /l %%a in (1,1,255) do (  ping -n 1 10.19.127.%%a | find "Reply" )  Simply copy and paste in notepad & save it as ping_sweeper....


Pages 81234 »