intrigueio / intrigue-ident

Application and Service Fingerprinting
https://core.intrigue.io
Other
131 stars 40 forks source link

No output created and program gives error #145

Open wellencamass opened 2 years ago

wellencamass commented 2 years ago

Hello, devs!

I'm running ident like this:

docker run --cpu-shares 1024 --rm  -v dockerresults:/dockerresults intrigueio/intrigue-ident --threads 10 --debug --file /dockerresults/whatweb699507042838/whatwebhttpx.txt --json

inside the file there are urls, 1 url per line.

I'm getting this error message:

./util/ident.rb:122:in `write_simple_csv': wrong number of arguments (given 1, expected 2) (ArgumentError)
    from ./util/ident.rb:213:in `check_uris_from_file'
    from ./util/ident.rb:117:in `main'
    from ./util/ident.rb:275:in `<main>'

Could you help me please, what am I doing wrong?