tool to exploit command execution vulnerabilities in web scripts
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.
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.
To install gwee, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gwee
To see what files were installed by gwee, run:
port contents gwee
To later upgrade gwee, run:
sudo port selfupdate && sudo port upgrade gwee
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.