Full Version: Irc Trojan / Backdoor
K2DaC
Hi yall!!!

Is there a proggi which logs in automaticly in my irc chan everytime the stro boots up???

If yes which one is the best and always starts when stro is booting???
Is there a posibility to see the actuall IP???


THANX IN ADVANCE!!!!
Thom
try sub0t/r_bot.

You will find them if you search the forum.
FireAlwaysWorks
Yes, I am working on making one right now. I just took a break form my code to see what was up on GSO. No I will NOT post my code for the world. One of the reasons why I am programming it is so that it is undetectable, true I could use an encrypted envelope, but no. Another reason why I am making my own is to lean more about programming, it is my fist C program J. I am also building DOS attacks and a port scanner into it as well as some other custom features wink.gif. Which I will post the code for some of that J. I am posting a reply mainly to say that this is a good idea, however you seem to be a script-kiddie and it appears that you are not a very intelligent one at that. For instance you obviously don't know much about the IRC protocol, may I suggest reading RFC 1459. I also suggest connecting to IRC with telnet.

You didn't even search google or search this very website, instead you made post that in my opinion makes this site look bad. Also you should try and spell check your posts, spelling errors make you look stupid. (FUN FACT: Often companies when going though "down sizing" or what I like to call Greedy CEO Syndrome (GCEOS for short) will look at there employees e-mails and if there are a large number of spelling errors that will sometimes make the decision to cut you and not your college.) I try I haven't always spell checked my posts, sometimes I am on public machines. However I have my ssh-VNC server up on one of my FreeBSD boxes so that shouldn't be a problem anymore.

I do not intend to cause a flame war, merely to improve the quality of posts on GSO. If you have a problem PM me.

Peace
K2DaC
QUOTE (FireAlwaysWorks @ Dec 28 2003, 06:48 AM)
Yes, I am working on making one right now. I just took a break form my code to see what was up on GSO. No I will NOT post my code for the world. One of the reasons why I am programming it is so that it is undetectable, true I could use an encrypted envelope, but no. Another reason why I am making my own is to lean more about programming, it is my fist C program J. I am also building DOS attacks and a port scanner into it as well as some other custom features wink.gif. Which I will post the code for some of that J. I am posting a reply mainly to say that this is a good idea, however you seem to be a script-kiddie and it appears that you are not a very intelligent one at that. For instance you obviously don't know much about the IRC protocol, may I suggest reading RFC 1459. I also suggest connecting to IRC with telnet.

You didn't even search google or search this very website, instead you made post that in my opinion makes this site look bad. Also you should try and spell check your posts, spelling errors make you look stupid. (FUN FACT: Often companies when going though "down sizing" or what I like to call Greedy CEO Syndrome (GCEOS for short) will look at there employees e-mails and if there are a large number of spelling errors that will sometimes make the decision to cut you and not your college.) I try I haven't always spell checked my posts, sometimes I am on public machines. However I have my ssh-VNC server up on one of my FreeBSD boxes so that shouldn't be a problem anymore.

I do not intend to cause a flame war, merely to improve the quality of posts on GSO. If you have a problem PM me.

Peace

1st of all: my native language isnīt english...

And I donīt know why u act in such a agressive way???
I`m just asking some questions like thousands of ppl here,too...
And YES I started with script kidding (or however u call it)...But I got interested in this stuff and now I am coding my own trojan...and if its ready ill post it!!!
How do you started to read as a little kid???Ahhhhh sure...You were skipping all the children books with a lot of pictures and easy reading and started with shakesbeeeeaaaaar (watch my spelling blink.gif ).

No disrespect to you...Have a nice day

Thanx th0m 4 your support...
pita
if u want a code of a tiny irc backdoor to make your own here its a link:

http://madchat.org/coding/c/c.seku/src/DEFTCODE.C
Kpz
Hi K2Dac

Take a look at this, it may be of use. Its a nice bot and the "encryption" between it and you is a nice touch wink.gif

Its written in assembly (someone must have been VERY bored tongue.gif) so its not for the faint of heart.

I can get the sod to compile, but I'll be damned if I can get it to run stable. It runs, adds itself to the registry, connects just fine (except +k channels, and yes I set the key in the source). The problem comes when you run a command - the client access violations' and the bot EOF's. I gave up trying to diagnose the problem and I'm writing my own. I may post it when its done smile.gif
Yorn
Write your own bot in FBSL.

http://gedd123.free.fr/Documentation.htm

It'll compile to EXE even. You can include the DLL with the file and everything. It's not as tiny as a C or ASM one, but it'll be your own.
wicked
lol yorn... I think that I've seen this somewhere before...???...Programming Section Perhaps... ŋŋ....

I Must admit mate it looks F**kin cool... and simple... Reminds of the Days when I got into Qbasic.... & it's Predessor Basica.... Then I jst got lost....VB..VD...STD lmao

jst wanted to say that I didn't pay much attention to it in the first post but am Reading up on it now and it looks Good...

CODE

Syntax :

IF( CONDITION1 [<,>, =, <>, OR, AND, BOR, BAND, XOR ] CONDITION2 ) ACTION
IF( CONDITION1, [<,>, =, <>, OR, AND, BOR, BAND, XOR ] CONDITION2) IF( CONDITION3... ) ...can be encapsulated

Parameters  :
CONDITION is an expression to evaluate : can be any kind of variable or function called !
OR is a logical OR
BOR is a Binary OR
XOR is an Exclusive OR
AND is a logical AND
BAND is a Binary AND


Jst looking at the format that this is written in , is what I'am used to... Never could understand high level Languages like C++ etc... cause the basic Structure jst never made sense... Like:

*Reaches for Visual C++4 Manual by Michael J. Young

CODE

int Count = 0;
int &RefCount = Count;
int *PtrCount = &Count;


What does Count ==??

Thanks again Mate..

Wkd..

*Will pay more attention in the Future to your Wisdom...

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.