# $Id: Portfile,v 1.1 2004/09/07 16:40:03 mww Exp $ PortSystem 1.0 name gwee version 1.36 categories www security platforms darwin maintainers mww@opendarwin.org description tool to exploit command execution vulnerabilities in web scripts long_description gwee (generic web exploitation engine) is a small program \ written in C designed to exploit arbitrary command \ execution vulnerabilities in web scripts, such as Perl \ CGIs, PHP, etc. homepage http://tigerteam.se/dl/gwee/ master_sites ${homepage} checksums md5 4e0c09fdc6a261e80bdba34aba1f9a29 depends_run bin:python:python23 \ bin:perl:perl5.8 use_configure no build.target unix destroot { xinstall -m 755 ${worksrcpath}/gwee ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/gwee.1 ${destroot}${prefix}/share/man/man1 }