Skip to content

marduc812/PentestMethodologyChecklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentesting Methodology Checklist

The following projects contains a list of pentesting methodologies that can used during your test.

Demo Page

Web Application Pentesting Methodology

Why use it?

  • Every methodology is an html file that can be used by every browser
  • All tests are checkboxes that can be changed when your testcase is done
  • Progressbar shows you the progress of your test
  • No extra software is required
  • Import / Export functionality
  • Everything is clientside, so no information is getting stored on the web server
  • Uses HTML and JavaScript

Preview

ToDo

  • Add docker image
  • Add more methodologies
  • Option to specify project name

Dockerfile

$ git clone https://github.com/marduc812/PentestMethodologyChecklist
$ cd PentestMethodologyChecklist
$ docker build -t marduc812/methodologies .
$ docker-compose up -d