Symmetric Encryption – Bidirectional Python Socket
Using the "cryptography" library allows us to encrypt the messages between the bidirectional client/server socket.
Using the "cryptography" library allows us to encrypt the messages between the bidirectional client/server socket.
These two scripts (client and server) demonstrate a simple method to utilize the Python Sockets library for bi-directional communication.
wpnuker is an assortment of tools in continual development that involve the assessment of a Wordpress blog.
This script parses the first page of the Google Search Engine Results Page.
This technique scrapes the "archive" section of Pastebin and generates a folder full of downloaded, raw, Pastebin posts which can be read or grep searched, etc.
This code calculates either an MD5 and or SHA256 hash of a file and then returns one or more values.
TryHackMe - SimpleCTF (easyCTF) - CVE-2019-9053 - Updated to Python 3
This script will decrypt DotNetNuke TripleDES (DES3) encrypted user and administrative passwords. DNN uses DES3 with a 192 bit key for default password storage.
Faker is a Python package that generates fake data for you.