Skip to content

geckom/Attero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attero

Unstable pre-alpha software - Do not use on production systems

Build Status Requirements Status codecov

A note taking tool for infosec

Attero is a note taking, report generating, collaboration and management tool designed primary for pentetration testing and red team engagements.

Screenshots

Dashboard

Installation

The installation:

  • Install python3 and django

  • Install the python requirements

Ubuntu installation

  • Install the following packages "apt install python3 python3-django python3-pip"

  • Install the pip packages "pip3 install -r requirements.txt"

Post-Installation : Getting Started

Initialize the database:

python3 manage.py migrate

And then create the administration user:

python3 manage.py createsuperuser

Start Attero:

python3 manage.py runserver

Features

  • Simple project management system

  • Tree structured notes per project

  • Notes created in HTML using a WYSIWYG editor

  • Task management system per project

Work in progress

  • 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