| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple Python script that prompts you for a root folder name and creates a standard folder structure for penetration testing projects.
curl -O https://raw.githubusercontent.com/MegaByteKnight/penTestFileSetup/main/penTestFileSetup.py
chmod +x penTestFileSetup.py ./penTestFileSetup.py
python3 penTestFileSetup.py
Let's create a directory for penetration testing Enter the name of the directory you would like to create (i.e. Pen Test Company): Pen Test Company
Pen Test Company/
├── EPT
│ ├── evidence
│ │ ├── credentials
│ │ ├── data
│ │ └── screenshots
│ ├── logs
│ ├── scans
│ ├── scope
│ └── tools
└── IPT
├── evidence
│ ├── credentials
│ ├── data
│ └── screenshots
├── logs
├── scans
├── scope
└── tools
If you'd like a different folder structure, simply open the penTestFileSetup.py file in your favorite text editor and modify the subdirectories list. Adjust, add, or remove entries as needed to fit your project requirements. Save your changes and run the script again to generate the updated folder structure.
Feel free to submit issues or pull requests if you have ideas for improving this script. All contributions are welcome!
| Back | FazBrowse Home | New Git URL |