Coder Social home page Coder Social logo

pendoc's Introduction

Pendoc

Pendoc is a command-line tool for managing and documenting penetration testing activities. It provides a structured way to store and organize information related to targets, actions, vulnerabilities, and more.

Installation

  1. Clone the repository:

    git clone https://github.com/<username>/pendoc.git
    
  2. Navigate to the project directory:

     cd pendoc
    
  3. Install the required dependencies:

     pip install -r requirements.txt
    

Usage

  1. Run the script:

     python pendoc.py
    
  2. Follow the prompts to perform various actions such as creating a new session, adding targets, recording actions, etc.

Features

  • Create and manage multiple sessions for different engagements.
  • Add targets with relevant information such as IP address, operating system, domain, etc.
  • Record actions performed during the engagement, including commands executed, output, screenshots, etc.
  • Keep track of vulnerabilities discovered, including CVE numbers, affected services, descriptions, and URLs.
  • Add comments and notes to provide additional context or details.
  • Easily copy relevant information to the clipboard for further use.
  • Capture and save screenshots automatically.

Configuration

Pendoc uses a configuration file (data2.conf) to store user-specific settings. By default, the file is located in the .config/pendoc directory. If the file doesn't exist, it will be created with default values.

Folder Structure

Pendoc creates a folder structure to organize sessions, notes, images, scripts, and other files. The structure is as follows:

. ├── nmap ├── images ├── scripts ├── others

The nmap folder stores Nmap scan results, the images folder contains captured screenshots, the scripts folder holds custom scripts, and the others folder can be used to store additional files related to the engagement.

Please make sure to replace <username> with your actual GitHub username in the clone command.

pendoc's People

Contributors

devmbinformes 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.