Experiments
Here are some small programs I wrote to experiment a bit on some concepts.
md5.py
: implementation of the MD5 cryptographic hash (RFC 1321) in Python
eapy.py
: EAP/MD5 supplicant in python
etherleak.py
: Etherleak vulnerability tester
icmpleaktest.py
: ICMPleak vulnerability tester
arpyspoof
: ARP cache poisoning proof of concept
strace.py
: strace experiment
burneye-dumper1.py
,
burneye-dumper2.py
: BurnEye dumper experiments
... (more to come)