Skip to content
  • Blog Postings
  • Training Courses
  • About
  • Blog Postings
  • Training Courses
  • About
Offensive Python
Offensive Python Ethical Hacking using the Python 3 Programming Language
Offensive Python
Offensive Python Ethical Hacking using the Python 3 Programming Language
  • Blog Postings
  • Training Courses
  • About
ObfuscationOffensive Tool

No more _MEI folder with PyInstaller

adminFeb 27, 2025Feb 27, 2025
If you prefer to code your Red Team tools in Python like I do and you use Pyinstaller to create...
Read More
Offensive Tool

Guessing KeyPass version 4 Passwords

adminFeb 20, 2025Feb 21, 2025
Earlier versions of the commonly used KeyPass password manager software was a blessing in disguise whenever you would come across...
Read More
Offensive Tool

A Python Netcat Listener

adminMar 29, 2024Mar 29, 2024
     During Red Team exercises, we may gain access to systems but in tightly controlled environments, it can be...
Read More
C Language

Running Windows EXE in the Background

adminMar 29, 2024Mar 29, 2024
     If coding in Python, running an EXE in the background, unattached to a console is easily accomplished with...
Read More
Offensive Tool

Password Guessing a Web Login Page

adminMar 21, 2024Mar 22, 2024
Simple code for attempting to guess admin’s password for a web form login. from requests import post # Look like...
Read More
Compound Data Types

The Counter Dictionary

adminMar 21, 2024Mar 21, 2024
     If we need to find the most common thing in an environment and we have, or can easily...
Read More
File Operations

Searching Files Recursively

adminMar 18, 2024Mar 19, 2024
     I would typically NOT use Python for doing recursive grep operations, because it is going to be SUPER...
Read More
Compound Data Types

List Comprehensions

adminMar 18, 2024Mar 18, 2024
     Python has a really cool feature known as comprehensions.  Below are a few examples of how this might...
Read More
Compound Data Types

Copying Lists

adminMar 18, 2024Mar 18, 2024
     Ocasionally, it is useful to copy a list that we already have created in order to initialize a...
Read More
General

The Map Function

adminMar 14, 2024Mar 15, 2024
     You have a list of strings that are numbers and you need to get a sumation of those...
Read More
12

Search

About This Site

This site contains information related to Ethical Hacking with primarily a Python focus.

  • Binary and Hexadecimal
  • C Language
  • Compound Data Types
  • File Operations
  • General
  • Obfuscation
  • Offensive Tool
  • Blog Postings
  • Training Courses
  • About
Copyright © 2025 - Kenta Writer Hub By WP Moose