Git Product home page Git Product logo

Comments (4)

byt3bl33d3r avatar byt3bl33d3r commented on August 21, 2024

@maaaaz Awesome, This is a duplicate of #24 but wasn't able to reproduce since he/she didn't provide any info. Will fix today

from crackmapexec.

byt3bl33d3r avatar byt3bl33d3r commented on August 21, 2024

@maaaaz Deleted the second comment and opened a new issue ticket here #34 since it was a seperate issue

from crackmapexec.

byt3bl33d3r avatar byt3bl33d3r commented on August 21, 2024

@maaaaz Should be fixed if not comment below. Thanks

from crackmapexec.

maaaaz avatar maaaaz commented on August 21, 2024

Okay and I agree with you: double exception is really ugly :D
I also agree: unicode issues are a pain...
For the Windows version I used the following stuff:

  • that for ignoring codepage issues on cmd term:
# Windows specific to output UTF-8
import codecs
codecs.register(lambda name: codecs.lookup('utf-8'))
  • that to ignore potential decoding errors:
result.get_longname().encode('utf-8', 'ignore')

Anyway, I'll try your fix and let you know about it!

from crackmapexec.

Related Issues (20)

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.