Hi! What do you guys think is the best Programming language for hacking ?
Hi, thanks for your answer, I was asking, more looking for the best language to make malware, virusses, the language which is closest to the computer system and can manipulate the software.this is a bit of a misguided question, there is no single best language for hacking because hacking and programming are not the same thing.
you are asking what language (assumed you mean programing language ?) is the best for hacking.
Hacking is not a single act, its a mindset of curiosity and wanting to know the how things work and how you can get them to stop working.
An example of this is Denial-Of-Service, although not considered "hacking" in the media terms it involves understanding the functionality of something, in this example a web application, which involves identifying the expected outcome which is loading a webpage.
The "hacking" part of this example would be identifying that if you supplied a large file the web application would crash and produce a Denied Service condition because nobody would be able to access the web app, hence the term Denial-Of-Service.
So to awnser your question there is no "best language for hacking", you choose the tools to suit the task at hand.
Same as a construction worked using an electrical saw instead of a hand saw, this is because the electrical saw is faster so is the best tool for the job out of the 2 options
If your new to programming as others have said Python is a good start as it has a pretty human readable syntax compared to something like C, but both have their places and uses.
Hope this adds some clarity for you
again your looking for a single solution to a multi fauceted problem, there is no best language to do any of those things, the best language is the one your most familiar withHi, thanks for your answer, I was asking, more looking for the best language to make malware, virusses, the language which is closest to the computer system and can manipulate the software.
Learn C/C++ and Assembly if you want to make malware as they are low level languages. I would throw some others in there also like Python and Rust etc. That is what I would suggest what ever you are most comfortable with though.Hi, thanks for your answer, I was asking, more looking for the best language to make malware, virusses, the language which is closest to the computer system and can manipulate the software.
Exactly, its like from small to big, concept of start to crawl, walk then run so i suggest him to start with Python, but again i think everyone got their own opinion or what ever works best for them especially if they have a specific purpose or field ).agree on C/C++ or assembly being ideal, however a big learning curve as first languages to learn but python definatley wouldnt be a bad start to understand the basic concepts of programming
хорошо объяснилЭто все равно что спросить: А какая машина лучше подходит для езды?
Для взлома, прежде всего, необходим особый набор соответствующих знаний в определенных технических областях, в том числе знание, глубокое программирования как науки, вцелом. Необходимы знания математики, алгоритмов и структур данных. Языки программирования-это лишь инструмент, причем каждый язык удовлетворяет лучше одним условиям, и хуже другим.