codingo / Interlace

Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
GNU General Public License v3.0
1.19k stars 178 forks source link

target issue interlace & whatweb #151

Closed ghost closed 2 years ago

ghost commented 2 years ago

I use interlace combined with whatweb _interlace -tL ./input.txt -threads 20 -c "whatweb target --colour never --no-errors > ./fingerprnt/target-.txt" -v_ If an element of input.txt appears in the form: onexyz.somedomain.eu everything goes like clockwork The output file gets named: onexyz.somedomain.eu-txt But when it comes to subdomains like onexyz.somedomain.eu/page1 (as part of the input list) I always get the following error: [22:49:02] [THREAD] [whatweb onexyz.somedomain.eu/page1 --colour never > ./fingerprnt/onexyz.somedomain.eu/page1-.txt] Added to Queue /bin/bash: ./onexyz.somedomain.eu/page1-.txt: No such file or directory Generated 1 commands in total Repeat set to 1

Any suggestions?

ghost commented 2 years ago

the cleantarget option seems to solve the issue

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.