Git Product home page Git Product logo

Comments (4)

grimlockx avatar grimlockx commented on June 26, 2024

Hi! Thanks for reaching out. I also experienced this error when the specified domain controller IP with the "-dc-ip" parameter was unreachable. As a result, the tool was unable to create the Certipy report. If you can run "certipy find -u username@domain -p password -dc-ip IP -vulnerable -stdout" without any issues, it's possible that the required write permissions for generating the report are not available. I will be releasing a new version in the next few days, which will include improved error handling as well as ESC3 and ESCf4.

from adcskiller.

mkannan22 avatar mkannan22 commented on June 26, 2024

Good call. Working through next python error now.

Certipy v4.4.0 - by Oliver Lyak (ly4k)

[-] Got error: module 'collections' has no attribute 'MutableMapping'
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/certipy_ad-4.4.0-py3.11.egg/certipy/entry.py", line 60, in main
actionsoptions.action
File "/usr/local/lib/python3.11/dist-packages/certipy_ad-4.4.0-py3.11.egg/certipy/commands/parsers/find.py", line 10, in entry
from certipy.commands import find
File "/usr/local/lib/python3.11/dist-packages/certipy_ad-4.4.0-py3.11.egg/certipy/commands/find.py", line 26, in
from certipy.lib.ldap import LDAPConnection, LDAPEntry
File "/usr/local/lib/python3.11/dist-packages/certipy_ad-4.4.0-py3.11.egg/certipy/lib/ldap.py", line 4, in
import ldap3
File "/usr/local/lib/python3.11/dist-packages/ldap3/init.py", line 254, in
from .core.server import Server
File "/usr/local/lib/python3.11/dist-packages/ldap3/core/server.py", line 35, in
from ..protocol.rfc4512 import SchemaInfo, DsaInfo
File "/usr/local/lib/python3.11/dist-packages/ldap3/protocol/rfc4512.py", line 33, in
from ..utils.conv import escape_bytes, json_hook, check_json_dict, format_json, check_escape
File "/usr/local/lib/python3.11/dist-packages/ldap3/utils/conv.py", line 30, in
from ..utils.ciDict import CaseInsensitiveDict
File "/usr/local/lib/python3.11/dist-packages/ldap3/utils/ciDict.py", line 31, in
class CaseInsensitiveDict(collections.MutableMapping):
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'MutableMapping'

from adcskiller.

mkannan22 avatar mkannan22 commented on June 26, 2024

Now seeing the following error in new environment:

[+] Found vulnerabilities: ['ESC6', 'ESC8']

Traceback (most recent call last):
File "/home/kali/Github/Certipy/Coercer/ADCSKiller/adcskiller.py", line 377, in
exploit.fetch_certipy_results()
File "/home/kali/Github/Certipy/Coercer/ADCSKiller/adcskiller.py", line 249, in fetch_certipy_results
for template in templates.values():
AttributeError: 'str' object has no attribute 'values'

from adcskiller.

sinfulz avatar sinfulz commented on June 26, 2024

Now seeing the following error in new environment:

[+] Found vulnerabilities: ['ESC6', 'ESC8']

Traceback (most recent call last): File "/home/kali/Github/Certipy/Coercer/ADCSKiller/adcskiller.py", line 377, in exploit.fetch_certipy_results() File "/home/kali/Github/Certipy/Coercer/ADCSKiller/adcskiller.py", line 249, in fetch_certipy_results for template in templates.values(): AttributeError: 'str' object has no attribute 'values'

Did you ever work out the fix?

from adcskiller.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.