Jump to content
cPanel

Private Jce checkeer

Recommended Posts

Posted

#!/usr/bin/perl

use HTTP::Request;

use LWP::Simple;

use HTTP::Request::Common;

print "[+] Private Jce checkeer maded by cPanel \n";

print "[+] Chose File:";

$file=<STDIN>;

chomp($file);

open (file, "<$file") || die "[-] Can't open the List of site file !";

my @file = <file>;

close file;

foreach $webs (@file) {

chomp $webs;

$site = $webs;

print "Checking $site \n";

my $jes1 = "http://".$site."/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=cf6dd3cf1923c950586d0dd595c8e20b";

my $cik = &get($jes1);

if ($cik =~ /{"result":null,"error":"No function call specified!"}/g) {

print "[+]Checking $site Success \n";

open(BEN,">>success.txt");

print BEN "$site\n";

close(BEN);

} else {

print "[-]Checking $site Failed \n";

open(BEN,">>failed.txt");

print BEN "$site\n";

close(BEN); }

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...