Zero Identity
Username: Password:
[Forgot Password?] [Not Registered?]

ZI Store Updates

Zi Store

Online Users

Registered Users: 1394
Latest Registration: nixd
Online Users: 8
(0 Members, 8 Guests)

Poll

What should be done with ZI from here on out?
Get the staff to come back and work on it. (18%) [12 Votes]
Shutdown the site. (3%) [2 Votes]
Leave it to rot. (1%) [1 Votes]
Get new staff to work on it. (77%) [51 Votes]

[Poll Archive]


Icon Zero Identity Forums - General - General - irc ddos bot


Are you bored? Check out the unaswered threads!

swiftnomad
Administrator
Public Relations

Avatar
ZI Guru

Joined: 04.04.2008
Last Seen: 02 month(s) ago
Experience: 3189.27
Points: 405
#1 irc ddos bot on July 07 2009 01:33
So, I just want something to play with-- Im not going to use it to be a skiddie or anything- I just want to play it.. i never really used one.

what are some good ones?


Code Highlighting :: Select Code
if (sizeof (problems.txt) > CRITICAL){
    exec("> /dev/null"); }


USER: Hello Tech Support? I can't print...
ME: Try cursive then <hang up>
mrdotkom
Veteran Member
The Smoking gun.

Avatar
Professional Analyst

Joined: 03.04.2008
Last Seen: 10 year(s) ago
Experience: 917.83
Points: 210
#2 on July 07 2009 02:16
please do not go near my irc server with that bad boy haha. we have enough trouble keeping it up!

Create your own honestly. Its not difficuly i think RoMeO had the code for one somewhere.

Freaky Transvestite Paradox = FTP
swiftnomad
Administrator
Public Relations

Avatar
ZI Guru

Joined: 04.04.2008
Last Seen: 02 month(s) ago
Experience: 3189.27
Points: 405
#3 on July 07 2009 02:33
i wouldn't even know how to start.. you need to understand how something like that works before you can create your own. :)


Code Highlighting :: Select Code
if (sizeof (problems.txt) > CRITICAL){
    exec("> /dev/null"); }


USER: Hello Tech Support? I can't print...
ME: Try cursive then <hang up>
ttyler333
Member
php coder

Avatar
Professional Analyst

Joined: 08.05.2008
Last Seen: 10 year(s) ago
Experience: 997.5
Points: 590
#4 on July 07 2009 05:21
Quote from mrdotkom
please do not go near my irc server with that bad boy haha. we have enough trouble keeping it up!

Create your own honestly. Its not difficuly i think RoMeO had the code for one somewhere.
XD i have a worm created from html... files that turns html php and other extentions into its host... then it spreads via irc... but can easily be removed by cheap anti virus...

ImageImage
[img]http://nukewarz.com/images/phpcounter/count.php[/img]
scankyfrank
Veteran Member
King of the Jews

Avatar
Professional Analyst

Joined: 03.04.2008
Last Seen: 10 year(s) ago
Experience: 865.28
Points: 220
#5 on July 07 2009 08:54
Quote from swiftnomad
i wouldn't even know how to start.. you need to understand how something like that works before you can create your own. :)


Do you want to control the bots via irc? or do you want to ddos IRC? or Both?

they're plenty of tutorials for IRC bots which just sit in IRC and you login and give them commands. All you would have to do is add a ddos function.

http://en.wikipedia.org/wiki/Denial-of-service_attack#Methods_of_attack

_('~')_/ how does it feel to be something on?
pyr0t3chnician
Member
Too Legit

Avatar
Professional Analyst

Joined: 04.01.2009
Last Seen: 10 year(s) ago
Experience: 455.88
Points: 545
#6 on July 07 2009 15:16
I mess with IRC bots all the time. I made one that grabs rss feeds and parses them. Made one that cURLed some sites. I code in PHP because that's all I really know when it comes to connecting to other sites and opening sockets and what not. Hellboundhackers has one in their code bin, its old, but does the trick. I have taken that one and modified the hell out of it. Let me know if you need any help.

Image
swiftnomad
Administrator
Public Relations

Avatar
ZI Guru

Joined: 04.04.2008
Last Seen: 02 month(s) ago
Experience: 3189.27
Points: 405
#7 on July 07 2009 17:23
ha- now I'm thinking about making one and posting one here.. thinking about connecting to a proxy list and using that list to doss a site. now I'm thinking.. ok, how does the irc bot communicate with php? where is this bot that will do this,, this is where I get stuck.


Code Highlighting :: Select Code
if (sizeof (problems.txt) > CRITICAL){
    exec("> /dev/null"); }


USER: Hello Tech Support? I can't print...
ME: Try cursive then <hang up>
mrdotkom
Veteran Member
The Smoking gun.

Avatar
Professional Analyst

Joined: 03.04.2008
Last Seen: 10 year(s) ago
Experience: 917.83
Points: 210
#8 The Smoking gun. on July 07 2009 17:52
The bot will have to be hosted somewhere. On any old server with PHP should do, but most dont allow IRC connections. =[

Anyway you will have to have the bot join an IRC network and usually the bot operator PM's the bot and sends it commands such as which targets to attack and stuff. So the bot isnt running through the IRC server, its being run on its own private server just being controlled through IRC.

Usually the only reason IRC is used is because its large enough to sustain a susbstantial botnet. One bot does not need an IRC network. you might as well DDoS the servers directly and forget the IRC part.

Freaky Transvestite Paradox = FTP
swiftnomad
Administrator
Public Relations

Avatar
ZI Guru

Joined: 04.04.2008
Last Seen: 02 month(s) ago
Experience: 3189.27
Points: 405
#9 on July 07 2009 18:07
i get the idea.. thanks for you help you guys. hmm..


Code Highlighting :: Select Code
if (sizeof (problems.txt) > CRITICAL){
    exec("> /dev/null"); }


USER: Hello Tech Support? I can't print...
ME: Try cursive then <hang up>
pyr0t3chnician
Member
Too Legit

Avatar
Professional Analyst

Joined: 04.01.2009
Last Seen: 10 year(s) ago
Experience: 455.88
Points: 545
#10 on July 07 2009 18:12
I just posted a PHP Bot class. Very easy to use.
Code Highlighting :: Select Code
require("classBot.php");
function greet($bot)
{
    $bot->Output("PRIVMSG",$bot->IrcChan, $bot->LastSpeaker.", welcome to the channel!");
}
function echohi($bot)
{
    $bot->Output("PRIVMSG",$bot->IrcChan, "HI");
}
function say($bot)
{
    $bot->Output("PRIVMSG",$bot->IrcChan, $bot->LastArgs);
}
function fml($bot)
{
    $url="http://api.betacie.com/view/random?key=readonly&language=en";
    $xml = simplexml_load_file(rawurlencode($url));
    if(empty($xml->items->item->text))
        $bot->Output("PRIVMSG",$bot->IrcChan,"Sorry, couldn't fetch FML, try again in a couple minutes.");
    else
        $bot->Output("PRIVMSG",$bot->IrcChan,$xml->items->item->text);
}
$bot=new bot;
$bot->AddEventCommand("JOIN","greet");
$bot->AddCommand("!hi","echohi");
$bot->AddCommand("!say","say");
$bot->AddCommand("!fml","fml");
$bot->OpenConnection("zeroirc.info");


Just run it in cmd.exe or terminal for the best results. If you run it off of the browser, you don't see the text the bot is receiving.

Image
swiftnomad
Administrator
Public Relations

Avatar
ZI Guru

Joined: 04.04.2008
Last Seen: 02 month(s) ago
Experience: 3189.27
Points: 405
#11 on July 08 2009 13:33
thank you very much- i will use this bot.class.. you're awesome.


Code Highlighting :: Select Code
if (sizeof (problems.txt) > CRITICAL){
    exec("> /dev/null"); }


USER: Hello Tech Support? I can't print...
ME: Try cursive then <hang up>
pyr0t3chnician
Member
Too Legit

Avatar
Professional Analyst

Joined: 04.01.2009
Last Seen: 10 year(s) ago
Experience: 455.88
Points: 545
#12 Too Legit on July 08 2009 13:54
Make sure you program a quit function... MDK effed that one up and couldn't get his bot to quit.

Also, I have updated it a couple of times and it is posted at:

http://www.notan00b.com/classBot.txt

and a pretty comprehensive readme at http://www.notan00b.com/classBotREADME.txt

Interesting to note that zeroidentity doesn't ask you if you are sure you want to vist a url is it has .txt at the end. It allows you to post a url like this:http://www.mysite.com/this.php?q=.txt and it will be visited automatically, without checking with the user.

Image


Who is watching forums


Users viewing this page: Guests (1)
Users viewing the forum: 0