Skip to content
Manabu Niseki edited this page Jan 28, 2024 · 2 revisions
Commands:
  miteru db              # Sub commands for DB
  miteru execute         # Execute the crawler
  miteru help [COMMAND]  # Describe available commands or one specific command
  miteru sidekiq         # Start Sidekiq
  miteru web             # Start the web app
$ miteru help execute
Usage:
  miteru execute

Options:
  [--auto-download], [--no-auto-download]              # Enable or disable auto-downloading of phishing kits
                                                       # Default: false
  [--directory-traveling], [--no-directory-traveling]  # Enable or disable directory traveling
                                                       # Default: false
  [--download-to=DOWNLOAD_TO]                          # Directory to download phishing kits
                                                       # Default: /tmp
  [--threads=N]                                        # Number of threads to use
                                                       # Default: 10
  [--verbose], [--no-verbose]
                                                       # Default: true

Note that you have to initialize the database first. Otherwise miteru execute will fail.

miteru db migrate
miteru execute
Clone this wiki locally