Interlace icon indicating copy to clipboard operation
Interlace copied to clipboard

Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.

Results 18 Interlace issues
Sort by recently updated
recently updated
newest added

Hey there! I belong to an open source security research community, and a member (@nerrorsec) has found an issue, but doesn’t know the best way to disclose it. If not...

wontfix

Hello, Does anyone know why I get this error and can't install it? Thanks python3 setup.py install ``` Traceback (most recent call last): File "setup.py", line 19, in setup( File...

wontfix

in /usr/lib/python3.10/collections/ __init__.py ---> add import _collections_abc and from collections.abc import Mapping abc.py ---> add from _collections_abc import Mapping then---> python3 setup.py install

![image](https://user-images.githubusercontent.com/56225601/183041259-4834ad5c-a01d-429d-9b7e-f4846666a229.png) Can you suggest how to fix this

Traceback (most recent call last): File "/usr/bin/interlace", line 33, in sys.exit(load_entry_point('Interlace==1.9.5', 'console_scripts', 'interlace')()) File "/usr/bin/interlace", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load module = import_module(match.group('module'))...

Getting this error while running interlace ``` File "/usr/local/bin/interlace", line 33, in sys.exit(load_entry_point('Interlace==1.9.6', 'console_scripts', 'interlace')()) File "/usr/local/lib/python3.9/dist-packages/Interlace-1.9.6-py3.9.egg/Interlace/interlace.py", line 24, in main File "/usr/local/lib/python3.9/dist-packages/Interlace-1.9.6-py3.9.egg/Interlace/lib/core/input.py", line 381, in parse File "/usr/lib/python3.9/argparse.py", line...

Not sure if it likes new version of python ``` uname -a Linux kali 5.16.0-kali7-amd64 #1 SMP PREEMPT Debian 5.16.18-1kali1 (2022-04-01) x86_64 GNU/Linux python3 --version Python 3.10.4 ``` ## Steps...

Hello, I noticed that Interlace could not parse URLs when it contains commas. **Example test file:** ``` http://example.com/eName,p=123?l.host+l.path=123 http://example.com/eNamep=123,asds&asd1=asd,asddd ``` **Command:** ``` interlace -tL test -c 'echo "_host_"' ``` **Output:**...

Fixes #170 Fixes #171

Remove colorclass due to supply chain issue risks