Blackbag is Matasano's suite of penetration testing and reverse engineering tools. What started as a binary interactive netcat, has evolved into our blackbag of tools to help us understand and attack proprietary protocols, find compressed images inside of files and more!
Blackbag is Matasano's suite of penetration testing and reverse engineering tools. What started as a binary interactive netcat, has evolved into our blackbag of tools to help us understand and attack proprietary protocols, find compressed images inside of files and more!
To install blackbag, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install blackbag
To see what files were installed by blackbag, run:
port contents blackbag
To later upgrade blackbag, run:
sudo port selfupdate && sudo port upgrade blackbag
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.