# README
PenTestPal
PenTestPal is a GUI application written in Go that automates web application penetration testing for bug bounties. Currently, it is in development and there is no current functionality other than the GUI interface.
Features
Scan a URL with different security tools Display scan results in the application Export scan results to a PDF file Preview and edit the PDF report content before exporting
Installation
To install PenTestPal, you need to have Go 1.16 or later installed on your system. Then, you can run the following command to download and install the application:
go install github.com/adehlbom/PenTestPal@latest
Usage
To start PenTestPal, simply run the following command:
PenTestPal
This will start the application and display a GUI window. Currently, there is no functionality other than the GUI interface.
Contributing
Contributions to PenTestPal are welcome! If you find a bug or have a feature request, please create a new issue in the GitHub repository. If you want to contribute code, please fork the repository and create a new branch for your changes. When you're ready, submit a pull request and we'll review your changes.
License
PenTestPal is licensed under the MIT License. See LICENSE for more information.