Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
RastLeak — Tool to automatic leak information using Hacking with engine searches | Kitploit
Tools/GitHubGitHub/n4xh4ck5/rastleak
OSINT (Open Source Intelligence)Data ExfiltrationInformation GatheringWeb Security
GitHubn4xh4ck5/rastleak

RastLeak

Tool to automatic leak information using Hacking with engine searches

View Repository
91278 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

RastLeak

Tool to automatic leak information using Hacking with engine searches (Google and Bing).

How to install

root@kitploit:~
 git clone https://github.com/n4xh4ck5/RastLeak.git 

Install dependencies with pip:

root@kitploit:~
 pip install -r requirements.txt 

To install wget:

root@kitploit:~
sudo pip install wget 

Version

The last stable version is 2.2

Usage

root@kitploit:~

python rastleak.py -h

usage: rastleak.py [-h] -d DOMAIN [-v VERSION] -o OPTION -n SEARCH -e EXT
                   [-f EXPORT]

This script searchs files indexed in the main searches of a domain to detect a possible leak information

optional arguments:

  -h, --help            show this help message and exit
  
  -d DOMAIN, --domain DOMAIN
  
                        The domain which it wants to search
                        
  -v VERSION, --version VERSION
  
                        Display the version (v=yes)
                        
  -o OPTION, --option OPTION
  
                        Indicate the option of search
                        	1.Searching leak information into the target
                        	2.Searching leak information outside target
  -n SEARCH, --search SEARCH
  
                        Indicate the number of the search which you want to do
 
 -e EXT, --ext EXT     Indicate the option of display:
 
                        	1-Searching the domains where these files are found
                        	2-Searching ofimatic files
                        
  -f EXPORT, --export EXPORT
  
                        Export the results in a file (Y/N)
                         Format available:
                        	1.json
                        	2.xlsx

Author

Ignacio Brihuega Rodríguez aka n4xh4ck5

Twitter: @n4xh4ck5

Web: fwhibbit.es

Disclamer

The use of this tool is your responsability. I hereby disclaim any responsibility for actions taken with this tool.

Download Tool