Code Monkey home page Code Monkey logo

aptrs's Introduction

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)

aptrs's People

Contributors

mashunterbd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.