Skip to content

mashunterbd/APTRS

Repository files navigation

this tool modified only for Kali Nethunter arm64-64 bit Android device ( aarch64) architecture supported only one. if you want to use in another distro then you need to customise.

##just customise last line in install.sh file

wkhtmltopdf -V
if ! [ $? -eq 0 ]; then
    echo 'Download and Install wkhtmltopdf Version 0.12.6 for PDF Report Generation - https://wkhtmltopdf.org/downloads.html'
fi

# install libssl1.1_1.1.1 arm64
dpkg --install libssl1.1_1.1.1f-1ubuntu2_arm64.deb

#Clean libssl deb file
rm libssl1.1_1.1.1f-1ubuntu2_arm64.deb

# Check if wkhtmltopdf is installed
if command -v wkhtmltopdf &>/dev/null; then
    # Remove wkhtmltopdf if it is installed
    sudo apt purge wkhtmltopdf
fi

# Install specified version of wkhtmltopdf
sudo dpkg --install wkhtmltox_0.12.6-1.buster_arm64.deb

# Clean up downloaded .deb file
rm wkhtmltox_0.12.6-1.buster_arm64.deb

You need to remove this line and add your device architecture supported wkhtmltox_0.12.6 .deb and libssl1.1_1.1.1f .deb pkg

some reference link for download wkhtmltopdf tool: https://wkhtmltopdf.org/downloads.html

APTRS (Automated Penetration Testing Reporting System) is an automated reporting tool in Python and Django. The tool allows Penetration testers to create a report directly without using the Traditional Docx file. It also provides an approach to keeping track of the projects and vulnerabilities.

GPLv3 License sponsors Python Version GitHub release (latest by date including pre-releases) GitHub Workflow Status (with branch) Libraries.io dependency status for GitHub repo platform Twitter

Prerequisites

Installation

Linux Installation

  git clone https://github.com/Anof-cyber/APTRS.git
  cd APTRS
  install.sh

Running

Linux

  run.sh

Features

  • Demo Report
  • Managing Vulnerabilities
  • Manage All Projects in one place
  • Create a Vulnerability Database and avoid writing the same description and recommendations again
  • Easily Create PDF Reprot
  • Dynamically add POC, Description and Recommendations
  • Manage Customers and Comapany

Screenshots

Project

App Screenshot

View Project

App Screenshot

Project Vulnerability

App Screenshot

Project Report

App Screenshot

Project Add Vulnerability

App Screenshot

Roadmap

  • Improving Report Quality
  • Bulk Instance Upload
  • Pentest Mapper Burp Suite Extension Integration
  • Allowing Multiple Project Scope
  • Improving Code, Error handling and Security
  • Docker Support
  • Implementing Rest API
  • Project and Project Retest Handler
  • Access Control and Authorization
  • Support Nessus Parsing

Authors (Thanks for your amazing tool)

About

Generate your vulnerable report.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published