This Python script automates the process of generating penetration testing reports in Excel format. It utilizes the requests library to gather data from various sources and the openpyxl library to create and manipulate Excel files.
- Automates data collection for penetration testing reports.
- Generates well-structured Excel reports.
- Easy to use.
To run this script, you need to have Python installed on your machine. The following libraries are required:
requestsopenpyxl
You can install the required libraries using pip:
pip install requests openpyxlClone the repository:
git clone https://github.com/Kunaldeorukhakar/PentestautoNavigate to the project directory:
cd PentestautoInstall the required libraries:
pip install -r requirements.txtTo use the script, run the following command in your terminal:
python pentestauto.py