The idea behind waymore is to find even more links from the Wayback Machine than other existing tools.
The biggest difference between waymore and other tools is that it can also download the archived responses for URLs on wayback machine so that you can then search these for even more links, developer comments, extra parameters, etc. etc. š
Also, other tools do not currenrtly deal with the rate limiting now in place by the sources, and will often just stop with incomplete results and not let you know they are incomplete.
Anyone who does bug bounty will have likely used the amazing waybackurls by @TomNomNoms. This tool gets URLs from web.archive.org and additional links (if any) from one of the index collections on index.commoncrawl.org.
You would have also likely used the amazing gau by @hacker_ which also finds URLās from wayback archive, Common Crawl, but also from Alien Vault and URLScan.
Now waymore gets URLās from ALL of those sources too (with ability to filter more to get what you want):
š Itās a point that many seem to miss, so Iāll just add it again š ā¦ The biggest difference between waymore and other tools is that it can also download the archived responses for URLs on wayback machine so that you can then search these for even more links, developer comments, extra parameters, etc. etc.
š PLEASE READ ALL OF THE INFORMATION ON THIS PAGE TO MAKE THE MOST OF THIS TOOL, AND ESPECIALLY BEFORE RAISING ANY ISSUES š¤
š THIS TOOL CAN BE VERY SLOW, BUT IT IS MEANT FOR COVERAGE, NOT SPEED
ā ļø A common mistake that is made is passing a file of subdomains to get everything for a domain. DONāT DO IT! Just pass the domain only to get all subs for that domain. It will be SO much quicker, and you wonāt miss anything.
NOTE: If you already have a config.yml
file, it will not be overwritten. The file config.yml.NEW
will be created in the same directory. If you need the new config, remove config.yml
and rename config.yml.NEW
back to config.yml
.
waymore
supports Python 3.
Install waymore
in default (global) python environment.
pip install waymore
OR
pip install git+https://github.com/xnl-h4ck3r/waymore.git -v
You can upgrade with
pip install --upgrade waymore
Quick setup in isolated python environment using pipx
pipx install git+https://github.com/xnl-h4ck3r/waymore.git
For more information click here.
ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…
HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect…
SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination…
Flyphish is an Ansible playbook allowing cyber security consultants to deploy a phishing server in…
A crypto library to decrypt various encrypted D-Link firmware images. Confirmed to work on the…
LLMs (e.g., GPT-3.5, LLaMA, and PaLM) suffer from hallucinationāfabricating non-existent facts to cheat users without…