tachyon v3.4.2 releases: Fast Multi-Threaded Web Discovery Tool
Tachyon is a Fast Multi-Threaded Web Discovery Tool.
The main goal of it is to help webadmins find leftover files in their site installation, permission problems and web server configuration errors. It is not a vulnerability scanner or a web crawler.
Features
It provides:
- Plugin support
- SSL support
- Robots.txt support
- Common directory lookup
- Fast Multi-Threaded execution
- Automatic variable rate limiter
- Recursive scanning
Changelog
v3.4.2
- Adding
--pre-crawled-path
to include paths to be generated.
Install
Requirements
A mainstream OS (Windows, Linux, Mac OS X)
Python 3.x (Could still work with 2.7, with minor issues)
urllib3 1.1+
git clone https://github.com/delvelabs/tachyon.git
pip install -r requirements.txt
How to help (for sysadmins)
- Run tachyon on your domain
- Run a recursive directory listing of your domain (I don’t need to know what the domain is)
- Send me the result list and the directory listing
Usage
Existing plugins:
- HostProcessor: This plugin process the hostname to generate host and filenames relatives to it.
- PathGenerator: Generate simple paths with letters and digits (ex: /0).
- Robots: Add the paths in robots.txt to the paths database.
- SitemapXML: Add paths and files found on the site map to the database.
- Svn: Fetch /.svn/entries and parse for target paths.
Copyright 2018- Delve Labs Inc.
Source: https://github.com/delvelabs