Git Product home page Git Product logo

hackersnote's Introduction

Hacker's Note

It's a Ruby script creates a gitbook compatible structure for penetration test and red team projects The main target of this script is to make building gitbook project for a new PT/RT engagement easily.

Installation

$ gem install hackernote

Usage

$> hackernote -h

                                 ______            ____                                                 ______              ____
     |         |      .'.      .~      ~.|    ..''|          |`````````,         ..'''' |..          |.~      ~.`````|`````|
     |_________|    .''```.   |          |..''    |______    |'''|'''''       .''       |  ``..      |          |    |     |______
     |         |  .'       `. |          |``..    |          |    `.       ..'          |      ``..  |          |    |     |
     |         |.'           `.`.______.'|    ``..|__________|      `....''             |          ``|`.______.'     |     |___________
                                                                                                                                 v1.0.0
      
Hacker's Note - Helps security professionals to organize their notes in a gitbook structure for PT/RT engagements.

Help menu:
   -p, --project PROJECT_NAME       Project Name
   -l, --list TARGET_LIST           The target name or a text file contains list of targets
   -g, --git GIT_REPO_URL           Configure git server URL
   -h, --help                       Show this help message

Usage:
  hackernote --project <project_name> --list <targets[.list]> --git <git server repository URL>

Example:
  hackernote --project PT_CustomerName_WebApp_01-01-2030 --list target_list.txt
  hackernote -p PT_CustomerName_WebApp_01-01-2030 -l example.com
  hackernote -p PT_CustomerName_WebApp_01-01-2030 -l example.com -g https://github.com/[USERNAME]/PT_CustomerName_WebApp_01-01-2030.git

Document Structure

The script create a tree of folders and files for each target

  • Project Name
    • Target1/
      • target1.md
      • scanning_and_enumeration.md
      • critical
      • high.md
      • medium.md
      • low
      • informational.md
      • notes
    • TargetX/
      • target1.md
      • scanning_and_enumeration.md
      • critical
      • high.md
      • medium.md
      • low
      • informational.md
      • notes
    • README.md
    • book.json

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hackernote.

License

The gem is available as open source under the terms of the MIT License.

hackersnote's People

Contributors

kingsabri avatar

Watchers

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