Giter Club home page Giter Club logo

Comments (1)

Obad94 avatar Obad94 commented on June 6, 2024

Use different output directories (each with its own databases) or include all your registered domains in one enumeration.

To use different output directories with their own databases in Amass, you can leverage the -dir flag followed by the desired directory path. This allows you to separate the results of different enumerations into distinct directories. For example:

amass enum -dir /path/to/output1 -d example.com
In the above command, the enumeration results for the domain "example.com" will be stored in the /path/to/output1 directory.

Similarly, you can perform additional enumerations with different output directories:

amass enum -dir /path/to/output2 -d example.org
Here, the results for the domain "example.org" will be saved in the /path/to/output2 directory.

By using different output directories, you can keep the enumeration results separate and organized according to the specific domains being scanned.

Alternatively, if you want to include all your registered domains in a single enumeration, you can specify them in a text file and provide it as input to Amass using the -df flag:

amass enum -df /path/to/domains.txt
In the domains.txt file, you can list all the domains you want to include in the enumeration, each on a separate line. This approach allows you to consolidate the results for all domains into a single output directory.

from amass.

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.