paperlink
Paperlink is a reporting and collaboration tool designed for Cyber Security Red Teams. It enables teams to document their findings during penetration tests, associate them with various assets in a client's network, and collaborate on report creation.
Installation
- Clone the repository from Git.
- Ensure you have both make and npm installed on your system.
Usage
Running the Server
- Navigate to the repository directory.
- Execute the command:
make
This will start the server in the current directory on port 8080
Building the Application
- Navigate to the repository directory.
- Run the following command:
make build
This will make a zip file called paperlink.zip containing all files for the application.
- On the server you will run this on, unzip and run
npm install
- Then run
./paperlink
To start the application on port 8080
Flags
To create an admin account run
./paperlink --admin {name of admin account}
This will create an admin account and print the temporary password to standard out. Remember to copy this password, as it can't be recovered.