Why Python Programming is a very useful for a Hacker?


Python Programming is having some very useful features for hacking and most importantly it has pre-built libraries which provide some useful functions

What is Python?
>>> Python is High Level General Purpose Programming Language which was developed by Guido Van Rossum and was first released in 1991.

Features of Python Programming

1. Python is a Object Oriented Programming Language(OOP)
2. Python is simple comparing to java
3. Python is a Strong Scripting Language
4. Python has rich library support
5. Python is also used for Web Applications
6. Python has a big supportive community.


If anybody have used termux or any linux we use commands to install a specific tool
Now most of the hacking tool scripts are made up of python

Example:-

We are accessing a folder where my tool is kept

ls
Tools(it is the folder)
cd tools( to move to the tool directory)
Now the folder containing this files:-
fb_cracker.py
nano.txt 
script.py

Now you can see the extensions of the files that are .txt, .py

Now .txt is a text file
And .py is the python file it specifies that the script is made up of python programming.

By Learning python programming you can make your own tool.

Comments

Popular Posts