Skip to content
/ MBPTL Public
forked from bayufedra/MBPTL

Self-deployed Straight-forward hacking lab machine which designed for new comer who want to learn Penetration Testing field that running inside Docker for easy setup.

License

Notifications You must be signed in to change notification settings

ImBIOS/MBPTL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Most Basic Penetration Testing Lab (MBPTL)

Most Basic Penetration Testing Lab (MBPTL) is straight-forward hacking lab machine which designed for new comer who want to learn cyber security especially in Penetration Testing field. This is a self-deployed lab that runs inside Docker and is very easy to setup.

This lab is designed to be very straight-forward to introduce what steps can be taken during penetration testing and the tools related to these steps.

What you will learn here

In this lab you will learn some basic penetration testing like:

  • Reconnaissance
  • Vulnerability Analysis
  • Exploiting Vulnerable Apps
  • Cracking Password
  • Post Exploitation

Set up Lab in Linux

Installing Docker

curl -s https://get.docker.com/ | sudo sh -

Installing GIT

sudo apt install git

Clone the Repository

git clone https://github.com/bayufedra/MBPTL

Deploy the Machine

cd MBPTL
sudo docker compose up -d

About

Self-deployed Straight-forward hacking lab machine which designed for new comer who want to learn Penetration Testing field that running inside Docker for easy setup.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • PHP 72.1%
  • HTML 15.1%
  • Hack 7.3%
  • Dockerfile 3.7%
  • C 1.2%
  • Shell 0.6%