Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1316

Most useful programming language for cracking/hacking?

by vril - 05 April, 2020 - 03:54 PM
This post is by a banned member (vril) - Unhide
vril  
Infinity
276
Posts
79
Threads
4 Years of service
#1
i was wondering what you guys think is the most useful programming language to know for cracking/hacking? i’m learning python right now. I want to learn selenium to automate programs. Should i keep learning python? What do you guys think is the most useful/interesting code to learn?
This post is by a banned member (Pshyotic) - Unhide
Pshyotic  
Registered
1.014
Posts
290
Threads
6 Years of service
#2
You are on the right path, but it's not everything on Python. Learn C# also and C++ (Personally I think C++ is the best for creating keyloggers)...
 
P S H Y O T I C

☻♥
[Image: Czwhvkg.png]
This post is by a banned member (YASHViR__GAMiNG) - Unhide
This post is by a banned member (Rapri) - Unhide
Rapri  
Registered
22
Posts
6
Threads
4 Years of service
#4
in my opinion, it does not really matter which language you choose (if youre choosing from java/python/c/c++ etc) because essentially what you can do with one language you can mostly do in the other while maybe needing some external libraries to get stuff done. 

so essentially imo it boils down to which is the easier language to learn and more importantly which one has MORE support so you can google shit up. 

So keeping all that in mind, id recommend Python or c++
This post is by a banned member (sNapbAck) - Unhide
sNapbAck  
Registered
18
Posts
0
Threads
4 Years of service
#5
If I had to pick only one language, I would choose Python by merit of how many modules it has ready to go, so it's very easy to test the water before you get really deep into something.

But once you go deep, I would go with C because it has more power over the operating system

If you go really deep, like decompiling binaries and shit, it is very good to have knowledge of assembler
This post is by a banned member (volf) - Unhide
This post is by a banned member (Vellawatt54) - Unhide
2
Posts
0
Threads
4 Years of service
#7
please I just downloaded mamp on my system but it showing The program can't start because MSVCP140.DLL is missing from the computer please anyone can help thank you
This post is by a banned member (Singleton) - Unhide
Singleton  
Infinity
96
Posts
4
Threads
4 Years of service
#8
In my opinion it doesn't matter which programming language you choose but it also depends on how the program should be executed and how long you want to release it.

For example if you choose python it means you need also install python on the host machine that runs the program. If the program is ment for hijacking or attacking a target machine you do not know whether or not python is installed there, so you better compile your program to binary code that the machine can run directly, for example exe in windows or out in Linux, so you better write your code in c++ or c, but pay attention that it is going to cost you time, because everything you develop in low level will cost you more lines of code to achieve the same goal.

In terms of security, ethical hacking etc, python is the best, it has great community, a lot of libraries that you can use, even sample projects in Github.

I hope your program ment for learning purposes so I advise you learning python.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)