EvilZone
Hacking and Security => Beginner's Corner => : ftfly April 06, 2015, 03:18:05 AM
-
Hello guys,
I'm new at here and I was searching stuff to learn how to do my own Trojan using the Java language, but I found nothing here.
Obs.: I'm a Java SE programmer, with some abilities to code Python. Recently I was studying the JNI and I could connect the Java to C code through a DLL created by me (seems to use the windows DLL, but I still not know how to do it ).
I/We need stuff focused on trojan creation. :(
-
Well I am noob. But still you shouldnt look for books 'how to create a trojan usin java' what you should look for is 'system administration using java', 'java network programming'. Well I'm not sure about java itself, but python is a right choice for that. You see remote access trojan is almost same as remote administration tool. So innocent name for that is remote administration tool. Look and learn about systems administration. Because these guys studying powerfull shiet like controlling hundreads of servers from a single computer.
So thats my noobish attempt to point you at the right direction, by how I understand things.
-
*cough,cough* Hooking
that little tip was more than you deserve... if you cant be bothered to make an introduction why
should we be bothered to answer your questions?
-
Java won't be good for a trojan because it requires the user to have a Java environment installed. C is a good choice because it compiles to native machine code and will run on any system you compile it for. C# is good for Windows but you should only expect it to work on Windows.
To control the trojan you should learn about socket programming to create a server for it to connect to for direct control. You could have the trojan just connect to a web server to receive commands or send out information.
-
Java won't be good for a trojan because it requires the user to have a Java environment installed. C is a good choice because it compiles to native machine code and will run on any system you compile it for. C# is good for Windows but you should only expect it to work on Windows.
To control the trojan you should learn about socket programming to create a server for it to connect to for direct control. You could have the trojan just connect to a web server to receive commands or send out information.
C# can be easily decompiled though.
OP: Do what Teapot said and introduce yourself.