Joshua Cole
Joshua Cole's Blog

Joshua Cole's Blog

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

python beginner

#python-beginner

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

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