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
Tools/GitHubGitHub/c4tcom/katana
OSINT (Open Source Intelligence)ReconnaissanceVulnerability AnalysisInformation GatheringWeb SecurityLearning & EducationArchived
GitHubc4tcom/katana

Katana

Python Tool that gives you the ability to run Advanced Google Queries (Known as Google Dorks - Google Dorking)

View Repository
1.3k2201 year 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
Katana — Python Tool that gives you the ability to run Advanced Google Queries (Known as Google Dorks - Google Dorking) | Kitploit

Katana-ds

Github All Releases Github All Releases Github All Releases Github All Releases

Katana-ds (ds for dork scan) is a simple python tool that automates Google Hacking/Dorking and supports Tor. It becomes a more powerful in combination with GHDB

Note 25/09/2021 : This Repo is New but the script it self is old back when google dorking was something, i wrote this script back in Highschool during the process of learning how to "scrape" using python and in order to get to use on bs4 and other Python packages and i learned alot of things along, still there's alot of people who use this script... Thanks for 500 ⭐... Oh and OSINT too.

Note 01/07/2025 : This is a Google Dorking tool I originally wrote around 8 years ago, back when I was just starting to explore scripting, automation, and basic OSINT. I only uploaded it to GitHub a few years later — mostly for fun — not expecting it to gain much attention.

  • Fast-forward, and somehow it’s sitting at 1.2k stars. Wild!

Looking back, the code is… let’s say, “educational.” But I’ve decided to leave it up because:

  • It’s a fun reminder of where I started,

  • Some folks still find it useful (or nostalgic),

  • And honestly? It’s part of the journey.

If you’re just browsing, enjoy the blast from the past!

I worked on another tool that was inspired by Tomnomnom's wwww from Nahamcon on how to make your own wordlist if you are into web security and more.

Installation :

Use the package manager pip to install requirements

root@kitploit:~
cd Katana
python3 -m pip install -r requirements.txt
python3 kds.py
Download Tool