https://github.com/jewels86/tourmaline
A comprehensive and efficient web enumeration toolkit.
https://github.com/jewels86/tourmaline
directory-enumeration directory-finder dotnet file-scraper fuzzing hacking hacking-tool penetration-testing pentesting red-team security web-scraping
Last synced: about 2 months ago
JSON representation
A comprehensive and efficient web enumeration toolkit.
- Host: GitHub
- URL: https://github.com/jewels86/tourmaline
- Owner: jewels86
- License: gpl-3.0
- Created: 2024-04-03T16:48:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T18:30:34.000Z (over 1 year ago)
- Last Synced: 2025-01-17T18:50:20.688Z (over 1 year ago)
- Topics: directory-enumeration, directory-finder, dotnet, file-scraper, fuzzing, hacking, hacking-tool, penetration-testing, pentesting, red-team, security, web-scraping
- Language: C#
- Homepage:
- Size: 943 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tourmaline
A comprehensive and effcient web enumeration toolkit.

## Overview
**Tourmaline** is a command line tool for web penetration testing.
Tourmaline can be used to find directories, identify a site's CMS, and scrape websites for both files and data.
You can read the docs [here](https://jewels86.gitbook.io/tourmaline).
## Installation
**Tourmaline** is currently only available for systems supporting debian packages. Download the latest Tourmaline `.deb` file and install it with:
```
sudo dpkg -i [FILE_NAME]
```
Where `[FILE_NAME]` is the name of the downloaded file.
## Supporting Tourmaline
### Contributing
Please read our [CONTRIBUTING.md](CONTRIBUTING.md) and [CODE_OF_CODUCT.md](CODE_OF_CONDUCT.md) files before creating an issue or pull request.
I will probably get back to you within 2-3 days!
### Other ways to support
- Give feedback! Your help in making Tourmaline better would mean a lot to me. You can reach me at `jewels286@proton.me`!
- Allow me to use you site for the gallery! If you're alright with it, I could use some more sites to use as an example! Send me an email if you're interested.
## Gallery

## Todos
- Add squarespace and wix to CMS detection
- Add data scraper flags like get surrounding characters/current tag
- Finish docs