Skip to content

Instantly share code, notes, and snippets.

@0xd33pstack
0xd33pstack / ezines.txt
Last active June 16, 2024 02:01
AppSec Ezines Url (https://github.com/Simpsonpt/AppSecEzine) from 1 to 309
https://gist.github.com/cure53/df34ea68c26441f3ae98f821ba1feb9c
http://goo.gl/ZIOZqG (+)
http://rol.im/asux/
https://bitbucket.org/decalage/oletools
https://goo.gl/fBEuSF (+)
https://intothesymmetry.blogspot.co.uk/2016/05/holy-redirecturi-batman.html
https://unlogic.co.uk/2016/04/12/binary-bomb-with-radare2-prelude/
http://www.oreilly.com/webops-perf/free/files/docker-security.pdf
http://goo.gl/QM0mZx (+)
import glob
# Result file
f = open('results.txt', 'a+')
# Read all files in a directory
for cf in glob.glob("*.txt"):
ez = open(cf, encoding='utf8')