FOR EDUCATIONAL PURPOSE ONLY
There are lot of websites is ready to teach you for following topics
But wait! All these kind of hacking, using tools such as
There are lot of websites is ready to teach you for following topics
- how to hack into computers,
- stealing credentials,
- compromising servers,
- sniffing wifi to get encrypted data,
But wait! All these kind of hacking, using tools such as
- metaslpoit,
- aircrack,
- fern wi-fi, and some more.
and those tools are actually based on both 60% c/c++ and python , 40% others programming languages like Ruby, PERL.
To be a pentester you, one should learn programming.
but what kinda programming languages and you should know which concept to start and where to concentrate?
Even though you are expert in writing codes, you need to know which library/module is used for hacking. What are the keywords to write codes.
In this post i am going to tell you which programming is suitable for hacking.
Computers hacking usually contains many types. some common hacking methods are
To be a pentester you, one should learn programming.
but what kinda programming languages and you should know which concept to start and where to concentrate?
Even though you are expert in writing codes, you need to know which library/module is used for hacking. What are the keywords to write codes.
In this post i am going to tell you which programming is suitable for hacking.
Computers hacking usually contains many types. some common hacking methods are
- defacing websites
- exploiting computers
- sniffing wi-fi
Thus for above all three common computer hacking , literally three languages is used.
now note down top two language (c/c++ and Python) and their usage
1.Python
There are lot of websites saying python is one of the simple language hacking.
But truth is, Python is also a complex program,in which it is hard to learn some of the common keywords which is inbuilt in some
particular modules. It contains deep knowledge of python programming.some facts about python
now note down top two language (c/c++ and Python) and their usage
1.Python
There are lot of websites saying python is one of the simple language hacking.
But truth is, Python is also a complex program,in which it is hard to learn some of the common keywords which is inbuilt in some
particular modules. It contains deep knowledge of python programming.some facts about python
- Best language for hacking wi-fi and creating Exploits.
- Bor hacking into wi-fi and stealing passswords you must know how to sniff the network
- To sniff the network, "scapy" is the module for sniffing and spoofing
- Also learn how unpack/decrypt the encrypted pack bby learning "struct" module
- Thus learn scapy and struct.. these two can be very usefull
- I will tell you why python is not good for hacking computers.
2.c/c++
When you go to google and search "languages for hacking", websites will tell you learn c/c++ because it is easy programming language"
Mastering in c needs more time than mastering python.But the following will make you to decide to start learning
When you go to google and search "languages for hacking", websites will tell you learn c/c++ because it is easy programming language"
Mastering in c needs more time than mastering python.But the following will make you to decide to start learning
- c is a low level language, thus it makes easier to interact with computers
- Though it is a very successful language for hacking it takes time to be an expert (at least some months)
- You need to learn top to bottom of all topics in c to be a good pentester in c language(i am learning c again, let me tell you if there is any important topics for hacking in c later)
- c is easily converted to a executable files you can directly attack a computer or server
- Now, i hope you understand wwhy python is not good for hacking conputers.
- Though one can write his code using python he should convert into executable format (.exe)
- And also he/she should send the .exe file to the victim computer and the victim should double on it to run the scrip successfully.
- For running those script succesfully, the victim system should contain python installed.
AND FINALLY
c/c++ - good for computer hacking
python - good for wi-fi and sever credentials bruteforce attack
make your decision , which language to learn first.
c/c++ - good for computer hacking
python - good for wi-fi and sever credentials bruteforce attack
make your decision , which language to learn first.
No comments:
Post a Comment