Wednesday, October 26, 2016

Python for hacking

Python is a widely used high level, general purposedynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.


              It is mostly used in Linux operating systems. It can be using in hacking to make tools, exploits, Trojans,etc. Python is a powerful programming language which can be used in hacking.

         Python has some important features that make it particularly useful for hacking, but probably most importantly, it has some pre-built libraries that provide some powerful functionality. Python ships with over 1,000 modules and many more are available in various other repositories. This isn't to say that scripting languages like BASH, Perl, and Ruby can't do the same things as Python, but building those capabilities are much easier using Python.
  
       Here is a image which shows a ftp password cracker made using python.


No comments:

Post a Comment