Working with SourceLeakHacker Tool on Kali Linux OS

Example 1: Scanning single target URL

python SourceLeakHacker.py –url=http://w3wiki.org –threads=4 –timeout=8

In this example, we are scanning only one target URL i.e w3wiki.org.

The tool is checking multiple PHP files on the target URL for source code leaks.

Example 2: Scanning Multiple target URLs

python SourceLeakHacker.py –urls=url.txt –threads=4 –timeout=8

In this example, we will be scanning multiple target domains at the same time.

We have passed the url.txt file path which contains the list of target URLs.

The tool is checking the source code leak on google.com.

The tool is checking the source code leak on w3wiki.org.

The tool is checking the source code leak on facebook.com.


SourceLeakHacker – Multi Threads Web Application Source Leak Scanner

SourceLeakHacker is a multi-thread web directories scanner. This tool is a fully automated cyber security tool that is designed and developed in Python. This tool is freely available on the GitHub platform. You can also contribute to it. This tool can also work with a list of multiple target URLs at the same time. Along with this, you can get the output of your scan in CSV file format for further analysis.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of SourceLeakHacker  Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with SourceLeakHacker Tool on Kali Linux OS

Example 1: Scanning single target URL...