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.21k stars 179 forks source link

generates only one command of target list #93

Closed jc-base4sec closed 4 years ago

jc-base4sec commented 4 years ago

Hi, im running nikto over a list of host, but only generates 1 command, and process only one target, do you know what can it be?

thanks !

prodigysml commented 4 years ago

Hey! Is there any chance you have some test data for us?

giany commented 4 years ago

I have same issue:

interlace -threads 2    -tL dom.txt -c "ffuf -v -u https://_target_/FUZZ  -w all.txt> _target_.log"
=====================================================
Interlace v1.7.5    by Michael Skelton (@codingo_)
                    & Sajeeb Lohani (@sml555_)
=====================================================
[11:36:48] [THREAD] [ffuf -v -u https://www.xxx.com/FUZZ  -w all.txt> www.xxx.com.log] Added to Queue
Generated 1 commands in total
:: Progress: [4/4] :: 2 req/sec :: Duration: [0:00:02] :: Errors: 0 ::
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:02<00:00,  2.61s/it]

dom.txt contains 2 domains.

prodigysml commented 4 years ago

Awesome! I'll look into this issue now.

prodigysml commented 4 years ago

Remediated in PR #94. Seems like I made a mistake in the variable usage! Should be all fixed now. Feel free to comment if you see otherwise. Thanks for reporting the issue and using Interlace @jc-base4sec & @giany!

Tikam02 commented 2 years ago

Same issues