Skip to content

ikajakam/WordlistGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Wordlist Generator from Live Website + Wayback URLs

A Bash script to generate a custom wordlist for a target domain by combining words scraped from the live site using CeWL and historical URLs fetched from the Wayback Machine using waybackurls.

This is useful for directory brute-forcing, parameter fuzzing, or general reconnaissance.

Features

  • Scrapes visible text from the target site using CeWL
  • Extracts keywords from archived URLs using waybackurls
  • Cleans and merges wordlists
  • Outputs a unique, sorted wordlist ready for use

Prerequisites

Make sure the following tools are installed and accessible :

Install using

sudo gem install cewl
go install github.com/tomnomnom/waybackurls@latest

Usage

chmod +x wordlistgenerator.sh
./wordlistgenerator.sh https://example.com

About

Wordlist Generator from Live Website + Wayback URLs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages