https://github.com/leebaird/assessment-manager
Manage all logistical information for a pentest including clients, contacts, employees, findings, projects, scoping, and vulnerabilities.
https://github.com/leebaird/assessment-manager
pentest scoping vulnerabilities
Last synced: 3 months ago
JSON representation
Manage all logistical information for a pentest including clients, contacts, employees, findings, projects, scoping, and vulnerabilities.
- Host: GitHub
- URL: https://github.com/leebaird/assessment-manager
- Owner: leebaird
- License: mit
- Created: 2017-08-29T22:29:53.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T22:59:28.000Z (about 2 years ago)
- Last Synced: 2026-01-13T01:10:15.122Z (6 months ago)
- Topics: pentest, scoping, vulnerabilities
- Language: PHP
- Homepage:
- Size: 793 KB
- Stars: 43
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Follow on Twitter [](https://twitter.com/discoverscripts)
[](https://github.com/leebaird/discover/blob/master/LICENSE)
### About
```
This project is currently in the beta stage of development.
Manage all logistical information for a pentest including clients, contacts, employees, findings, projects,
scoping, and vulnerabilities.
Special thanks to Shipul Biswas for all his help on this project!
https://www.guru.com/freelancers/far-bis
```
### macOS Requirements
```
Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
XAMPP
https://www.apachefriends.org/download.html
```
### Setup
```
Open XAMPP and use the control panel to start MySQL and Apache.
cd /Applications/XAMPP/htdocs/
Change line 8 in index.php to header('Location: '.$uri.'/assessment-manager/src/php/index.php');
git clone https://github.com/leebaird/assessment-manager.git
```
### Usage
```
cd assessment-manager/bin/
./setenv.sh osx
cd ../src/db/mysql/amdb/
./access.sh setup
./access.sh clear
./access.sh load
Open Safari to localhost and enter the default creds.
account: admin
password: 1234!@#$qwerQWER
```
### Pages
```
Clients
Contacts
Employees
Findings: create finding categories with boiler plate text for your deliverables.
Projects: track important dates and various aspects of an engagement.
Vulnerabilities:
Host: import Nessus and Nexpose findings.
Web: import Burp Suite Pro and Acunetix findings.
```