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
getrails — Get trails lib: Get all urls indexed of target | Kitploit
Tools/GitHubGitHub/jul10l1r4/getrails
OSINT (Open Source Intelligence)DNS & Subdomain EnumerationInformation GatheringWeb Security
GitHubjul10l1r4/getrails

getrails

Get trails lib: Get all urls indexed of target

View RepositoryWebsite
24 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Getrails

GETRAILS

Upload Python Package Codacy Badge

Lib of OSINT and Dork hacking that work with Google, Duckduckgo and Torch

Feel free to contribute

Run

root@kitploit:~
import getrails
getrails.search('site:scanme.nmap.org')) # Try Google search if return error use Duckduckgo
# ["http://scanme.nmap.org",...]

getrails.go_gle("term") # Searching Google
getrails.go_duck("term") # Searching Duckduckgo
getrails.go_onion("term") # Searching torch (Onion)

Install

root@kitploit:~
pip3 install getrails

or

root@kitploit:~
python3 setup.py
Download Tool