0xdekster / ReconNote

Web Application Security Automation Framework which recons the target for various assets to maximize the attack surface for security professionals & bug-hunters
412 stars 93 forks source link

Recommend to mount local amass-config.ini #5

Open godzilla74 opened 4 years ago

godzilla74 commented 4 years ago

Since ppl might up/down docker containers frequently (on system restart for instance), they would loose any of the config changes they've made inside the container.

I'd recommend placing a template amass-config.ini file in the main repo, having the user edit that. Then you can modify the docker-compose.yml to include this mount:

    volumes:
      - ../reconnote-output/:/var/www/html
      - ${PWD}/amass-config.ini:/deksterecon/amass-config.ini

I think this would also help to close issue #4

Siegelcpp commented 3 years ago

I can’t configure amass-config.ini or even find its location. Can you tell me how to configure it, thank you very much