Attero is a note taking, report generating, collaboration and management tool designed primary for pentetration testing and red team engagements.
The installation:
-
Install python3 and django
-
Install the python requirements
-
Install the following packages "apt install python3 python3-django python3-pip"
-
Install the pip packages "pip3 install -r requirements.txt"
Initialize the database:
python3 manage.py migrate
And then create the administration user:
python3 manage.py createsuperuser
Start Attero:
python3 manage.py runserver
-
Simple project management system
-
Tree structured notes per project
-
Notes created in HTML using a WYSIWYG editor
-
Task management system per project
- Create basic project system
- Setup basic template
- Setup User management system
- Setup project object based permissions
- Create note system (tree structured)
- Create task system (tree structured)
- Update menu styling (for in-project pages)
- Create nmap import feature