Code Monkey home page Code Monkey logo

Comments (2)

sgstudent2019 avatar sgstudent2019 commented on May 20, 2024 1

Hey there @brianwoo,

I was just facing the same issue (while doing HTB's Silo) as you did.

When you ran the command ./odat.py passwordguesser -s 10.10.10.82 -d XE --accounts-file accounts/accounts_small.txt, the Python version used was very likely to be 2+ (based on my experience here).

To get around the issue, explicitly use Python 3+. Thus, the command that you should be running is python3 odat.py passwordguesser -s 10.10.10.82 -d XE --accounts-file accounts/accounts_small.txt.

P.S. Don't forget to install the cx_Oracle module using pip3 first!
P.S.S. If you're doing OSCP as well, I would really love to hear from you (as I'm looking for someone to exchange tips and pointers with)!.

from odat.

quentinhardy avatar quentinhardy commented on May 20, 2024

Odat on the default branch master-python3 is compatible with python 3 only.
You has to use the python3 command (with dependencies - see readme.md) or you can use standalone version (see Release).

The new version of Odat checks the python version now (d0cabc6)

from odat.

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.