Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with linking Pin
sjcomp27-Apr-03 12:35
sjcomp27-Apr-03 12:35 
General3D perspective: zoom to extent Pin
Bartosz Bien27-Apr-03 10:10
Bartosz Bien27-Apr-03 10:10 
GeneralHelp Pin
th3kill3r27-Apr-03 7:16
th3kill3r27-Apr-03 7:16 
GeneralRe: Help Pin
th3kill3r27-Apr-03 7:17
th3kill3r27-Apr-03 7:17 
GeneralRe: Help Pin
Nish Nishant27-Apr-03 7:27
sitebuilderNish Nishant27-Apr-03 7:27 
GeneralRe: Help Pin
Kuniva27-Apr-03 7:46
Kuniva27-Apr-03 7:46 
GeneralRe: Help Pin
Anonymous28-Apr-03 11:56
Anonymous28-Apr-03 11:56 
GeneralRe: Help Pin
Kuniva29-Apr-03 4:49
Kuniva29-Apr-03 4:49 
i don't know any tuts on making one, i think most people just make them up, and there isn't like a base model for a RAT because the functions differ from file transmissions to showing/hiding the startbutton lol (which is really stupid according to me btw)

I would suggest u pick up on winsock programming first, u need to know how to program asynchronous sockets as well as blocking sockets, u can find all the info u need at the winsock programmers faq, just type that in in altavista and u'll get there, they have some samples, this is without mfc though, but its the best way to learn.

The problem these days though are firewalls and shared connections and getting the ip since messengers use a central server u cant get the ip as easily. So what i did with mine was when the RAT ran it logs in to a public chat server (like irc for example, but mine doesnt use IRC allthough it should be possible i guess). Then when the RAT is running, u'll know cause u see the nick is logged into the chat, and u can also get the ip through the chat, so u can try and direct connect, however if there's a firewall u wont be able to and u would need a direct connection to transmit files. But i also thought of that too, and its fairly simple, u just make it so that the RAT listens on the chat for commands, so u can give it commands through the chat, u could even make it so that it would only take commands from a certain chat user so other people wont take advantage. My RAT for instance has a function to download files from the web, so if i want a file on the target computer but i cant direct conect, i just upload the file to my webspace, and give the command through the chat to download that file. The other way around is possible as well, u give a command to upload a file to webspace, of course this involves ur password and login being in ur trojan, so i suggest encrypting ur code or use free webspace so that when ur trojan gets into wise hands they dont run away with ur webspace lol.

Anyways, i hope that helped, maybe i'll write a tut about making a RAT one day Wink | ;)

Kuniva
--------------------------------------------

GeneralSSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:15
Kuniva27-Apr-03 7:15 
GeneralRe: SSL - i don't fully get the concept Pin
Nish Nishant27-Apr-03 7:31
sitebuilderNish Nishant27-Apr-03 7:31 
GeneralRe: SSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:42
Kuniva27-Apr-03 7:42 
GeneralRe: SSL - i don't fully get the concept Pin
Felix Gartsman27-Apr-03 8:29
Felix Gartsman27-Apr-03 8:29 
GeneralPass IStream in Image Class Pin
Emiliano27-Apr-03 4:53
Emiliano27-Apr-03 4:53 
GeneralRe: Pass IStream in Image Class Pin
MAAK28-Apr-03 11:38
MAAK28-Apr-03 11:38 
GeneralCell Manipulation in CListCtrl Pin
ttohme27-Apr-03 4:04
ttohme27-Apr-03 4:04 
GeneralRe: Cell Manipulation in CListCtrl Pin
Stormwind27-Apr-03 17:02
Stormwind27-Apr-03 17:02 
GeneralRe: Cell Manipulation in CListCtrl Pin
basementman28-Apr-03 4:43
basementman28-Apr-03 4:43 
QuestionCan we customize the title bar buttons of a window? Pin
Abin27-Apr-03 3:48
Abin27-Apr-03 3:48 
AnswerRe: Can we customize the title bar buttons of a window? Pin
basementman28-Apr-03 4:46
basementman28-Apr-03 4:46 
AnswerRe: Can we customize the title bar buttons of a window? Pin
Brian Shifrin28-Apr-03 13:48
Brian Shifrin28-Apr-03 13:48 
GeneralRe: Can we customize the title bar buttons of a window? Pin
Abin28-Apr-03 14:00
Abin28-Apr-03 14:00 
GeneralRe: Can we customize the title bar buttons of a window? Pin
Matthias Mann29-Aug-03 22:46
Matthias Mann29-Aug-03 22:46 
AnswerRe: Can we customize the title bar buttons of a window? Pin
John R. Shaw28-Apr-03 16:31
John R. Shaw28-Apr-03 16:31 
GeneralUser Breapoint called from code at 0x77f9180c ! Pin
white jungle27-Apr-03 3:23
white jungle27-Apr-03 3:23 
GeneralRe: User Breapoint called from code at 0x77f9180c ! Pin
Ted Ferenc27-Apr-03 9:38
Ted Ferenc27-Apr-03 9:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.