Joshua Cole
Joshua Cole's Blog

Joshua Cole's Blog

Follow
homeCyber Security 101How things workBeginnersQuest - Google CTF 2021badgesnewsletter
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Exfiltrating Data using Light

Feb 5, 20235 min read

Using python to capture and project data · While reading the news, I have seen a lot of people try exfiltrating data from compromised systems that are...

Exfiltrating Data using Light

PicoCTF 2022: Buffer Overflow 1

Sep 30, 20226 min read

Intro This is a write-up for PicoCTF 2022: Buffer Overflow 1. This is one of my favourite challenges to do. I recommend solving it for yourself before...

PicoCTF 2022: Buffer Overflow 1

What is Symmetric Encryption?

Jul 29, 20225 min read

Symmetric Encryption explained by a basic Python implementation of a Stream Cipher · What is Symmetric Encryption? Symmetric encryption is a type of...

What is Symmetric Encryption?

Hunt down social media accounts with Sherlock

Jul 12, 20225 min read

Sherlock is a powerful command line tool that can be used to find usernames across many websites and social networks. It works on Linux, MacOS and...

Hunt down social media accounts with Sherlock

Working out the jug problem in python

May 16, 20224 min read

Everyone knows the classic water jug problem. You are by a stream with a 5-Litre and a 7-Litre bucket. How do you measure out 6-Litres in the fewest...

Working out the jug problem in python

Making a simple username and password generator in Python

May 1, 20223 min read

In this tutorial, I am making a basic username and password generator in Python Notes I am going to be putting this all into a class called gen and...

Making a simple username and password generator in Python