alpkeskin / mosint

An automated e-mail OSINT tool
MIT License
4.79k stars 555 forks source link

Automatically generate a `.mosint.yaml` file during installation. #81

Open RokeJulianLockhart opened 11 months ago

RokeJulianLockhart commented 11 months ago

It should include sane defaults.

  1. ./mosint example@example.com
  2. ```log RokeJulianLockhart@s1e8h4:~/go/bin> _ _ _ __ ___ ___ ___ (_) _ __ | |_ | '_ ` _ \ / _ \ / __| | | | '_ \ | __| | | | | | | | (_) | \__ \ | | | | | | | |_ |_| |_| |_| \___/ |___/ |_| |_| |_| \__| v3.0 https://github.com/alpkeskin/ Now: Tuesday, 24 Oct 2023 You must create a config file in your home directory named .mosint.yaml Or you can use --config flag to specify a config file You can find an example config file in the repository: https://github.com/alpkeskin/mosint/blob/master/example-config.yaml RokeJulianLockhart@s1e8h4:~/go/bin> ```
RayoBlanco07 commented 10 months ago

@RokeJulianLockhart You know how to do the config proces, I have the .mosint.yaml (idk were is the $home directory)

RokeJulianLockhart commented 10 months ago

https://github.com/alpkeskin/mosint/issues/81#issuecomment-1821561047

@RayoBlanco07, I don't know what you're asking.

RayoBlanco07 commented 10 months ago

if you @RokeJulianLockhart know were I have to put the config file, the program say it's in the $home directory and I don't know were is.

RokeJulianLockhart commented 10 months ago

https://github.com/alpkeskin/mosint/issues/81#issuecomment-1822856061

@RayoBlanco07, it needs to be at $HOME/.mosint.yaml:

wget 'https://raw.githubusercontent.com/alpkeskin/mosint/master/example-config.yaml' -O "$HOME/.mosint.yaml" # https://stackoverflow.com/revisions/31667928/3#:~:text=-O%20is%20the,path%2Fto%2Ffolder

per

You must create a config file in your home directory named .mosint.yaml

as https://github.com/alpkeskin/mosint/blob/dd331ba3df1e60b27bc80fdbe6e15cd91804a113/README.md#configuration-file elaborates upon.