TryHackMe - Python for Pentesters

Introduction Python can be the most powerful tool in your arsenal as it can be used to build almost any of the other penetration testing tools. We will cover several key areas that will be useful during engagements and help you better understand Python. We are not learning to become a developer; our objective is to become a penetration tester. This room will give you pointers on which you can build and improve....

December 6, 2021 · 6 min · jincx

Python Basics - Quick Guide

Introduction Python is one of the most widely used, easy-to-learn, quick-to-understand and most convenient scripting languages; especially for cybersecurity, data science and machine learning. As the learning curve is simple enough to pick up and you can almost find a library for everything if you wish to automate if you search for it. History Python is an interpreted high-level programming language, meaning it reads and executes the codes line by line instead of compiling all at once like Golang or C#, etc....

December 1, 2021 · 6 min · jincx