Open In App

Lockdoor Framework – Penetration Testing Framework With Cyber Security Resources

Last Updated : 28 Mar, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Finding an automated tool that can perform all the phases of work in single integration is very difficult. So Lookdoor Framework is an automated tool that can help the security researchers, penetration testers, and bug bounty hunters to fund the information about the target domain and also enumerate the target domain. Lookdoor Framework tool is developed in the Bash Script and available on the GitHub platform for free. Its installation and usage are very much easier and its described in this article in a proper step manner.

Installation of Lockdoor Framework Tool on Kali Linux OS

Step 1: Get the Lockdoor Framework repository or clone the Lockdoor Framework tool from GitHub, use the following command.

git clone https://github.com/SofianeHamlaoui/Lockdoor-Framework.git

 

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd Lockdoor-Framework

 

Step 3: Change the permissions of the install.sh file by using the following command.

sudo chmod +x ./install.sh

 

Step 4: Execute the install.sh file to install the tool in your system.

sudo ./install.sh

 

Step 5: The tool is successfully installed on our system, so now we will check the modules available in the tool.

 

Working with Lockdoor Framework Tool on Kali Linux OS

Example 1: Information Gathering 

Select Option 1

In this example, we are using the Information Gathering module provided by Lockdoor Framework.

 

We have selected Option 1 which is for the DirSearch tool that can generate various extension files on the target domain,

Select Option 1

 

We have specified the target as geeksforgeeks.org

 

The tool has started the scanning process on the geeksforgeeks.org target domain.

 

We have got the output of our scan with the status code and the extension file which are present on the target domain.

 

Example 2: Web Hacking

Select Option 2

In this example, we are using the Web Hacking module provided by Lockdoor Framework.

 

We have selected option 14 which is whatweb tools integrated into Lookdooor Framework.

Select Option 14

 

We have given the target domain as geeksforgeeks.org.

 

We have got the output of our Web Hacking module scan.

 

Example 3: Pentesting & Security Assessment Finding Reports Templates

Select Option 10

In this example, we are using the Pentesting & Security Assessment Finding Reports Templates module provided by Lockdoor Framework.

 

We have got the location of report templates that can be helpful for reading purposes to security researchers.

 

We have displayed the contents of one of the pdf report files.

 



Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads