Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exception (#6327885b) #5170

Closed
sqlmapreporter opened this issue Sep 5, 2022 · 0 comments
Closed

Unhandled exception (#6327885b) #5170

sqlmapreporter opened this issue Sep 5, 2022 · 0 comments

Comments

@sqlmapreporter
Copy link

Running version: 1.6.8.2#dev
Python version: 2.7.18
Operating system: Windows-2012ServerR2-6.3.9600
Command line: sqlmap.py --output-dir=output --url=********************************************** --threads=10 --tamper=space2comment.py --retries=0 --timeout=5 --dbms=mysql --technique=EUBSQ --random-agent --is-dba --exclude-sysdbs --current-db --answers=******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
Technique: None
Back-end DBMS: MySQL (identified)
Traceback (most recent call last):
  File "sqlmap.py", line 222, in main
    start()
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/controller/controller.py", line 589, in start
    injection = checkSqlInjection(place, parameter, value)
  File "lib/controller/checks.py", line 131, in checkSqlInjection
    tests = getSortedInjectionTests()
  File "lib/core/common.py", line 3720, in getSortedInjectionTests
    retVal = sorted(retVal, key=priorityFunction)
  File "lib/core/common.py", line 3711, in priorityFunction
    elif "details" in test and "dbms" in test.details:
TypeError: argument of type 'NoneType' is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant