Tag: loops in python

  • Hacking with Python series: Open user and password files to read

    Hacking with Python series: Open user and password files to read

    This article will help you to code the part where you need to open the user and pass file in python. One of the part where you will use this code is while brute forcing a certain port. Before looking at the code, I am providing the explanation about how the code works! Explanation :…

  • Hacking with Python:The Head Start Part 1

    Hacking with Python:The Head Start Part 1

    Python is an easy scripting language. It runs on any platform, you name it! Python is interpreted since it reads the code line by line. It is plain and short. But the question is “Why use python in hacking?”. To answer this, I must tell you that there are other languages too such as Ruby,…