Welcome to my blog about IT-Security, Vulnerability Researching, Reverse Engineering, Linux, and creativity in general :-). This blog will contain everything the Security-heart loves – enjoy your reading!

This site is officially still under construction since I have to test some other plugins to optimize the view and handling of my site. But feel free to leave comments on anything. I like feedback 😉

file="fuzzing.wav"
junk="x41"*2500
writeFile = open (file, "w")
writeFile.write(junk)
writeFile.close()