Again I created ebuilds for tools I came across recently:

  • net-analyzer/dnsenum

    DESCRIPTION="A perl script to enumerate DNS from a server"
    HOMEPAGE="http://code.google.com/p/dnsenum/"

    Very useful DNS information gathering tool during reconnaissance phase. Also part of the BackTrack distribution.
    Both the standard and the big hosts file for brute forcing are provided in /usr/share/dnsenum !
     
  • app-forensics/regripper

    DESCRIPTION="Perl scripts to parse Windows registry files"
    HOMEPAGE="http://regripper.wordpress.com/program-files/"

    Set of perl scripts which take a Windows registry file as input, parse it and output the requested information, e.g:
# regripper -r /tmp/NTUSER.DAT -p printers


They are part of my overlay !