SubProber icon indicating copy to clipboard operation
SubProber copied to clipboard

invalid URL escape "%]

Open h6nt3r opened this issue 10 months ago • 3 comments

Image

h6nt3r avatar Feb 08 '25 14:02 h6nt3r

Hello @h6nt3r , Can you please provide some detailed attachements or detailed text explanation about this issue.

Kind regards, @RevoltSecurities

RevoltSecurities avatar Feb 08 '25 14:02 RevoltSecurities

I got a similar error, when i run subprober -h. python version: Python 3.11.2

Traceback (most recent call last):
  File "/root/PRO/xss0rRecon/.venv/bin/subprober", line 33, in <module>
    sys.exit(load_entry_point('subprober==3.0.1', 'console_scripts', 'subprober')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/PRO/xss0rRecon/.venv/bin/subprober", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/root/PRO/xss0rRecon/.venv/lib/python3.11/site-packages/subprober/subprober.py", line 1, in <module>
    from subprober.modules.handler import Main
  File "/root/PRO/xss0rRecon/.venv/lib/python3.11/site-packages/subprober/modules/handler.py", line 29, in <module>
    from subprober.modules.core.core import Subprober
  File "/root/PRO/xss0rRecon/.venv/lib/python3.11/site-packages/subprober/modules/core/core.py", line 259
    Url = f"{bold}{white}{results["Url"]}"
                                   ^^^
SyntaxError: f-string: unmatched '['

Red-Darkin avatar Jun 10 '25 20:06 Red-Darkin

Hi @Red-Darkin , we are looking on this error and soon we will make an update and fix this issue.

th3sanjai avatar Jun 11 '25 04:06 th3sanjai