Giter Club home page Giter Club logo

Comments (9)

rverton avatar rverton commented on May 30, 2024

So what problem are you referring to? You need to describe whats not working for you, otherwise I cant help.

from webanalyze.

salooali avatar salooali commented on May 30, 2024

I've a huge list of domains and i want to detect what CMS or technologies they are using for this purpose i want to store the result for each domain in json or csv format but i didn't find any way to store the results

from webanalyze.

rverton avatar rverton commented on May 30, 2024

As you can see in the README.md (and via the -h flag), there is an option -output:

$ ./webanalyze -h
Usage of ./webanalyze:
  -apps string
        app definition file. (default "apps.json")
  -crawl int
        links to follow from the root page (default 0)
  -host string
        single host to test
  -hosts string
        filename with hosts, one host per line.
  -output string     <----------------------------------
        output format (stdout|csv|json) (default "stdout")
  -search
        searches all urls with same base domain (i.e. example.com and sub.example.com) (default true)
  -silent
        avoid printing header (default false)
  -update
        update apps file
  -worker int
        number of worker (default 4)

from webanalyze.

salooali avatar salooali commented on May 30, 2024

from webanalyze.

rverton avatar rverton commented on May 30, 2024

You can redirect the output to a file then via your shell, for example:
webanalyze -host google.com -output csv > result.csv

from webanalyze.

salooali avatar salooali commented on May 30, 2024

from webanalyze.

rverton avatar rverton commented on May 30, 2024

I don't understand what the problem is with redirecting it into a file. It does not matter how huge your list is, this will work.

from webanalyze.

salooali avatar salooali commented on May 30, 2024

from webanalyze.

rverton avatar rverton commented on May 30, 2024

You can load a list of domains to check and put all results in a single file:
webanalyze -hosts fileWithUrls.txt -output csv > fileWithResults.txt

Please have a look at the help output. I'm locking this issue now.

from webanalyze.

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.