Skip to content

Hacker's Note - A command-line tool creates gitbook compatible structure for pentest and read team projects documentation.

License

Notifications You must be signed in to change notification settings

Ezees/HackersNote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hacker's Note - A command-line tool creates gitbook compatible structure for pentest and read team projects documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%