sup3rcewl

command module
v0.0.0-...-0feae0a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Sup3rCeWL

Clone of shellhunter's sup3rcewl improved.

  • Crawl websites concurrently and extract words into a wordlist
  • Should be faster as the original CeWL, as requests and parsing are performed concurrently.
  • static binary available, so no dependencies required
  • lower memory fooprint

Installation

  go install github.com/aituglo/sup3rcewl@latest

Or

  git clone https://github.com/Aituglo/sup3rcewl
  cd sup3rcewl
  go build

Usage

Run sup3rcewl --help to display the commandline options.

Examples

Crawl https://en.wikipedia.org with default parameters.

sup3rcewl https://en.wikipedia.org

Crawl https://en.wikipedia.org with depth of 2, 10 threads and write the output to wiki.txt sup3rcewl -d 2 -t 10 -w wiki.txt https://en.wikipedia.org

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL