EnglishFrenchSpanish

Ad


OnWorks favicon

cewl - Online in the Cloud

Run cewl in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command cewl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


cewl - custom word list generator

SYNOPSIS


cewl [OPTION] ... URL

DESCRIPTION


CeWL (Custom Word List generator) is a ruby app which spiders a given URL, up to a
specified depth, and returns a list of words which can then be used for password crackers
such as John the Ripper. Optionally, CeWL can follow external links.

CeWL can also create a list of email addresses found in mailto links. These email
addresses can be used as usernames in brute force actions.

CeWL is pronounced "cool".

OPTIONS


--help, -h
Show the help.

--count, -c
Show the count for each word found.

--depth N, -d N
The depth to spider to. Default: 2.

--email, -e
Include email addresses in the search. This option will create an email list, after
the words list, that can be used as usernames in brute force actions.

--email_file FILE
Filename for email output. Must be used with '-e' option. If used, the email list
created by '-e' option will be written in a file and won't be shown in stdout.

--keep, -k
Keep the downloaded files (in /tmp or in directory specified by '--meta-temp-dir'
option). These files are acquired when using the '-a' option.

--meta, -a
Consider the metadata found when processing a site. This option will download some
files found in the site and will extract its metadata. So, the network traffic will
be greater. The files will be downloaded in /tmp folder or in directory specified
by '--meta-temp-dir' option. The metadata will be shown after the words list and
can be used as elements for brute force actions.

--meta_file FILE
Filename for metadata output. Must be used with '-a' option. If used, the metadata
list created by '-a' option will be written in a file and won't be shown in stdout.

--meta-temp-dir DIRECTORY
The directory used by exiftool when parsing files. Default: /tmp.

--min_word_length N, -m N
The minimum word length. This strips out all words under the specified length.
Default: 3.

--no-words, -n
Don't output the wordlist.

--offsite, -o
By default, the spider will only visit the site specified. With this option, CeWL
will also visit external sites (that are quoted by hyperlinks).

--ua USER-AGENT, -u USER-AGENT
Change the user-agent. The default is 'Ruby'. There are a list of valid user-agents
at http://www.user-agents.org.

--write FILE, -w FILE
Write the output to the file rather than to stdout.

--auth_type TYPE
Type of authentication for websites that uses it. The current options are 'digest'
and 'basic'.

--auth_user USERNAME
Authentication username for websites.

--auth_pass PASSWORD
Authentication password for websites.

--proxy_host HOST
Proxy name or IP address, when needed.

--proxy_port PORT
Proxy port, when needed. Default: 8080.

--proxy_username USERNAME
Username for proxy, if required.

--proxy_password PASSWORD
Password for proxy, if required.

--verbose, -v
Verbose. Show extra output. Useful for debugs.

URL The site to spider.

Use cewl online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad