Jump to content
Fi8sVrs

ClapTrap IRC Bot

Recommended Posts

  • Active Members

ClapTrap is an IRC bot written in perl that performs various attacks against web applications.

#!usr/bin/perl
#ClapTrap IRC Bot 0.5
#(C) Doddy Hackman 2014
#
#Commands to use :
#
#!sqli <page>
#!lfi <page>
#!panel <page>
#!locateip <web>
#!sqlifinder <page>
#!rfifinder <page>
#!crackit <hash>
#!tinyurl <page>
#!httpfinger <page>
#!md5 <text>
#!base64 <encode/decode> <string>
#!hex <encode/decode> <string>
#!ascii <encode/decode> <string>
#!help
#
#Thanks to Aceitunas & Explorer (perlenespanol)

Code:

Download:

#!usr/bin/perl

#ClapTrap IRC Bot 0.5

#© Doddy Hackman 2014

#

#Commands to use :

#

#!sqli <page>

#!lfi <page>

#!panel <page>

#!locateip <web>

#!sqlifinder <page>

#!rfifinder <page>

#!crackit <hash>

#!tinyurl <page>

#!httpfinger <page>

#!md5 <text>

#!base64 <encode/decode> <string>

#!hex <encode/decode> <string>

#!ascii <encode/decode> <string>

#!help

#

#Thanks to Aceitunas & Explorer (perlenespanol)

#

use IO::Socket;

use LWP::UserAgent;

use HTML::LinkExtor;

use URI::Split qw(uri_split);

use Digest::MD5 qw(md5_hex);

my @Links, values %b );

}

}

sub toma {

return $nave->get( $_[0] )->content;

}

sub tomar {

my ( $web, $var ) = @_;

return $nave->post( $web, [ %{$var} ] )->content;

}

sub tomados {

return $nave->get( $_[0] );

}

sub tomax {

return $nave->get( $_[0] );

}

sub savefile {

open( SAVE, ">>" . $_[0] );

print SAVE $_[1] . "\n";

close SAVE;

}

sub abrir {

open my $FILE, q[<], "config.txt";

my $word = join q[], <$FILE>;

close $FILE;

return $word;

}

sub head {

print qq(

@@@@ @ @ @@@@@ @@@@@ @@@@@ @ @@@@@ @ @@@@@ @@@@

@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @

@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @

@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @

@ @ @ @ @@@@@ @ @@@@@ @ @ @@@@@ @ @@@@@ @

@ @ @ @ @ @ @ @ @ @ @ @ @ @ @

@ @ @@@@@ @ @ @ @ @@@@@ @ @ @ @ @

@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @

@@@@ @@@@@@ @ @ @ @ @ @ @ @ @ @ @ @@@@

);

}

sub copyright {

print "\n\n-- == © Doddy Hackman 2014 == --\n\n";

}

# The End ?

Source Files from Doddy Hackman ? Packet Storm

Edited by Fi8sVrs
Link to comment
Share on other sites

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