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

issue #148

Closed knowthetech closed 2 years ago

knowthetech commented 3 years ago

updating: ['11046'] updating: ['97'] Traceback (most recent call last): File "/usr/local/bin/interlace", line 11, in load_entry_point('Interlace==1.9.5', 'console_scripts', 'interlace')() File "/usr/local/lib/python3.8/dist-packages/Interlace-1.9.5-py3.8.egg/Interlace/interlace.py", line 36, in main File "/usr/local/lib/python3.8/dist-packages/Interlace-1.9.5-py3.8.egg/Interlace/lib/threader.py", line 101, in init File "/usr/local/lib/python3.8/dist-packages/Interlace-1.9.5-py3.8.egg/Interlace/interlace.py", line 11, in task_queue_generator_func File "/usr/local/lib/python3.8/dist-packages/Interlace-1.9.5-py3.8.egg/Interlace/lib/core/input.py", line 258, in process_data_for_tasks_iterator File "/usr/local/lib/python3.8/dist-packages/Interlace-1.9.5-py3.8.egg/Interlace/lib/core/input.py", line 218, in _process_targets File "/usr/local/lib/python3.8/dist-packages/Interlace-1.9.5-py3.8.egg/Interlace/lib/core/input.py", line 195, in parse_and_group_target_specs IndexError: string index out of range

prodigysml commented 3 years ago

Hey @knowthetech, can you please provide some reproduction steps? Would be useful for figuring out what happened.

knowthetech commented 3 years ago

Actually i was using jsfscan and using large subdomain list sometimes make me stuck here

xYantix commented 3 years ago

@knowthetech does this mean it's no longer an issue?

knowthetech commented 3 years ago

It's an issue even now it happens when checking long subdomain list

xYantix commented 3 years ago

Hey @knowthetech, if this is still happening can you please provide some more information so that it can be reproduced? For example, what commands were you running? How large was the file you were working with? If you use a smaller version of the same file with the same commands, does it still error? eg. Just use 1/4 of the file for testing.

knowthetech commented 3 years ago

That file consist of aprrox 100 subdomains but when i try to check manually it's happening for some subdomains else working fine for others.

knowthetech commented 3 years ago

the command i am using is "./JSFScan.sh -l sites.txt -all -r"

knowthetech commented 2 years ago

interlace -tL live_jsfile_links.txt -threads 5 -c

file contains 245 urls

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.