- beautifulsoup.py
Here's how I automated the process of writing the content of a webpage in the format that I wanted to a text file. I have used the module BeautifulSoup from python to enhance my work.
- day1.py
My experiment with fuzzing with fuzzweek by gamezolabs. Basic fuzzer written in python with input mutation and catching segfaults/crashes caught from fuzzing the objdump(2013 version) binary.