Simple tool for taking notes in a pentest.
git clone https://github.com/averagesecurityguy/ptnotes
or
wget https://github.com/averagesecurityguy/ptnotes/archive/v<version_number>.zip
gunzip v<version_number>.zip
From the ptnotes folder run python server then connect to the server on http://127.0.0.1:5000.
You will need to install the flask framework: pip install flask