Giter VIP home page Giter VIP logo

Comments (5)

Edu4rdSHL avatar Edu4rdSHL commented on June 12, 2024 1

That's a configuration template and shouldn't be used as-is. As mentioned in the header:

# IF YOU ARE NOT USING ONE OF THEM PLEASE LEAVE THIS EMPTY OR DELETE IT FROM THE FILE

So, please remove or comment adding # to the start of the line the options that you aren't going to use from the config file and try again.

from findomain.

oscple avatar oscple commented on June 12, 2024 1

Sorry, I didn't read this, It's working fine now thank you.

from findomain.

Edu4rdSHL avatar Edu4rdSHL commented on June 12, 2024

Hello, looks like that some values are invalid in the configuration file, please make sure to remove options that you are not using. Can you post the config file that you are using?

from findomain.

oscple avatar oscple commented on June 12, 2024

source : https://github.com/Findomain/Findomain/blob/master/config_examples/config.example.yml

# Findomain configuration file. The following listed values are all the possible values you can set at the moment.
# IF YOU ARE NOT USING ONE OF THEM PLEASE LEAVE THIS EMPTY OR DELETE IT FROM THE FILE
#
# You can use multiple API keys per-provider using comma as separator.

# Your postgres connection URI here in the following format: postgresql://user:password@host:port/database
postgres_connection: ""
# Your Discord webhook URL here
discord_webhook: ""
# Your Slack webhook URL here
slack_webhook: ""
# Your Telegram bot token here
telegrambot_token: ""
# Your Telegram chat ID here
telegram_chat_id: ""
# Your Spyse bearer tokens here, please use comma to separate if multiple are added
spyse_token: ""
# Your Facebook bearer tokens here, please use comma to separate if multiple are added
fb_token: "xxxxxxxxxxxx"
# Your VirusTotal bearer tokens here, please use comma to separate if multiple are added
virustotal_token: "51xxx2xxxxxxxxx"
# Your SecurityTrails bearer tokens here, please use comma to separate if multiple are added
securitytrails_token: "KxxxExxxxxxxx"
# Your CertSpotter bearer tokens here, please use comma to separate if multiple are added
certspotter_token: ""
# Your C99.nl API keys here, please use comma to separate if multiple are added
c99_api_key: ""
# Your free Bufferover API keys here, please use comma to separate if multiple are added. See https://tls.bufferover.run/
bufferover_free_api_key: "hkxxxxUXMxxxxxxxx"
# Your paid Bufferover API keys here, please use comma to separate if multiple are added. See https://tls.bufferover.run/
bufferover_paid_api_key: ""
# Your FullHunt.io API keys here, please use comma to separate if multiple are added. See https://fullhunt.io/
fullhunt_api_key: "d1xxxxxxx"
# Number of threads used for lightweight jobs such as IP discovery and HTTP status check
lightweight_threads: ""
# Number of threads used for taking website screenshots
screenshots_threads: ""
# Number of seconds for the rate limit here.
rate_limit: ""
# Value in seconds for the HTTP Status check of subdomains. Default 5
http_timeout: "10"
# Allows you to save data to the database even if the alerts weren't sent to the webhooks. Possible values: true, false
# It's the equivalent of the --mtimeout flag
dbpush_if_timeout: ""
# Enable --no-monitor flag. Possible values: true, false
no_monitor: ""
# Randomize the order of the targets instead of sorting them alphabetically
randomize: ""
# Path to user agents file
user_agents_file: ""
# List of sources to exclude separated by comma
exclude_sources: ""
# List of filename paths to import subdomains from, if there are multiple they need to be separated by comma
import_subdomains_from: ""
# Number of http retries before giving up and marking the domain as HTTP inactive. Default 2
http_retries: "3"
# Timeout in seconds before the DNS reolution is considered failed. Default 3
resolver_timeout: "3"
# Number of IPs that will be port-scanned at the same time. Default is 10.
parallel_ip_ports_scan: "10"

from findomain.

Edu4rdSHL avatar Edu4rdSHL commented on June 12, 2024

Glad to hear!

from findomain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.