Sinisterly
How to create a hacking tool? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: How to create a hacking tool? (/Thread-How-to-create-a-hacking-tool)

Pages: 1 2 3


RE: How to create a hacking tool? - Amrith Prasobh - 05-11-2014

I want to learn Java, how is it better guys? and tell me if Der is anything bad about it.


RE: How to create a hacking tool? - dropzon3 - 05-11-2014

(05-05-2014, 07:26 PM)greybat163 Wrote:
(04-30-2014, 08:24 PM)shayuken Wrote: by the way, you already have in mind which hacking tool you want to develope for what?

I am planing for A tool which works like a keylogger. :Yuck:

If you're wanting to write something like a keylogger than you need lower-level access than what a scripting language like Python or Ruby would provide natively, or a sandboxed language like Java.

That said the functionality can be added through language extensions, though these need to be written in a native language(usually C or C++). Though as the WinAPI is common I know some extensions already exist on python you have pywin32 pyhook, and PythonCOM that would be useful for your purposes.

Java you can use JNI (Java Native Interface) to create a Java interface to the WinAPI. Or you can make use of JNA (Java Native Access) http://en.wikipedia.org/wiki/Java_Native_Access which would probably be more useful in your case if you used Java.

Though for learning and for flexibility I'd recommend either using a .NET language(C# or Visual basic for example) or a notive language like C or C++. That way you get to implement everything and learn how it works. Of course that is just my opinion.

(05-11-2014, 07:52 AM)Amrith Prasobh Wrote: I want to learn Java, how is it better guys? and tell me if Der is anything bad about it.

http://en.wikipedia.org/wiki/Criticism_of_Java


RE: How to create a hacking tool? - bboyrai - 06-07-2014

which is good to create backdoor bro.. c++ or ?


RE: How to create a hacking tool? - howhack - 06-19-2014

try codeing in visual basic. Is very simple