Skip to content

Unhandled exception (#354465f2) #6037

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.9.7.7#dev
Python version: 3.13.5
Operating system: Windows-10-10.0.17763-SP0
Command line: sqlmap.py --output-dir=output --url=****************************************************************************** --threads=10 --tamper=space2comment.py --retries=0 --timeout=5 --dbms=mysql,mssql,oracle,sibase,sqlite,pgsql,firebird,access,maxdb --technique=EUBT --random-agent --is-dba --exclude-sysdbs --current-db --forms --batch --answers=*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "sqlmap.py", line 177, in main
    init()
    ~~~~^^
  File "lib/core/option.py", line 2944, in init
    _findPageForms()
    ~~~~~~~~~~~~~~^^
  File "lib/core/option.py", line 496, in _findPageForms
    if findPageForms(page, conf.url, True, True):
       ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/core/common.py", line 4760, in findPageForms
    url = _urllib.parse.urljoin(url, htmlUnescape(match.group(2)))
  File "/AppData/Local/Programs/Python/Python313/Lib/urllib/parse.py", line 571, in urljoin
    urlparse(url, bscheme, allow_fragments)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/AppData/Local/Programs/Python/Python313/Lib/urllib/parse.py", line 395, in urlparse
    splitresult = urlsplit(url, scheme, allow_fragments)
  File "/AppData/Local/Programs/Python/Python313/Lib/urllib/parse.py", line 516, in urlsplit
    _check_bracketed_netloc(netloc)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "/AppData/Local/Programs/Python/Python313/Lib/urllib/parse.py", line 454, in _check_bracketed_netloc
    _check_bracketed_host(hostname)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/AppData/Local/Programs/Python/Python313/Lib/urllib/parse.py", line 463, in _check_bracketed_host
    ip = ipaddress.ip_address(hostname) # Throws Value Error if not IPv6 or IPv4
  File "/AppData/Local/Programs/Python/Python313/Lib/ipaddress.py", line 54, in ip_address
    raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address')
ValueError: 'hub-server' does not appear to be an IPv4 or IPv6 address

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions