CeWL - генератор словарей на Ruby

  • Автор темы Ha3aP
  • Дата начала
  • Участники 6

Ha3aP

Newbie
22.06.2020
7
0
1
1608110188387.png

CeWL (произносится как «круто») - это ruby-приложение, которое просматривает заданный URL-адрес до указанной глубины, опционально следуя по внешним ссылкам, и возвращает список слов, которые затем можно использовать для взломщиков паролей, таких как John the Ripper.

Он также имеет связанное приложение командной строки, FAB (Files Already Bagged), которое использует те же методы извлечения метаданных для создания списков авторов / создателей из уже загруженных.

Установка
CeWL необходимо установить пакет RubyGems вместе со следующими пакетами:

  • nokogiri
  • mime-types
  • mini_exiftool
  • rubyzip
  • spider
Их можно установить, запустив
bundle install
из каталога CeWL. Пакет mini_exiftool также необходимо установить приложение exiftool.

Использование:
Код:
cewl [OPTION] ... URL
    --help, -h: show help
    --keep, -k: keep the downloaded file
    --depth x, -d x: depth to spider to, default 2
    --min_word_length, -m: minimum word length, default 3
    --offsite, -o: let the spider visit other sites
    --write, -w file: write the output to the file
    --ua, -u user-agent: user agent to send
    --no-words, -n: don't output the wordlist
    --meta, -a include meta data
    --meta_file file: output file for meta data
    --email, -e include email addresses
    --email_file file: output file for email addresses
    --meta-temp-dir directory: the temporary directory used by exiftool when
                                   parsing files, default /tmp
    --count, -c: show the count for each word found

    Authentication
        --auth_type: digest or basic
        --auth_user: authentication username
        --auth_pass: authentication password

    Proxy Support
        --proxy_host: proxy host
        --proxy_port: proxy port, default 8080
        --proxy_username: username for proxy, if required
        --proxy_password: password for proxy, if required

    Headers
        --header, -H: in format name:value - can pass multiple

    --verbose, -v: verbose

    URL: The site to spider.
 

skil26rys

Script Kiddie
22.06.2020
9
0
1
Первый нах. В том числе по генераторам) Моя тема первая!)
 

Temanka

Newbie
22.06.2020
8
0
1
Та да. Гораздо шире чем просто генератор словарей.
 

BrandonFak

Newbie
26.11.2020
5
0
1
I can recommend to visit to you a site, with an information large quantity on a theme interesting you.
 

Об LS-LA

  • Мы, группа единомышленников, основная цель которых повышать уровень знаний и умений.
    Не забывая о материальном благополучии каждого)

About LS-LA

  • We, a group of like-minded people, whose main goal is to increase the level of knowledge and skills.
    Not forgetting about everyone’s material well-being)

Быстрая навигация

Пользовательское меню