Collection of simple security tools created while learning Python. Nothing special, just some Python playground and just-for-security-skills-improvements work.
htmlanalyzer.py - Analyse HTML source (comments, login/pass informations etc.)
pef.py - Analyse PHP file for dangerous function(s) and global variables occurence(s)
htmlencoder.py - Encode special chars in HTML strings (<, >, ', ", )
dirscan.py - Web server directory discover tool (now supports wordlist, bruteforce TBD)