r0075h3ll/Oralyzer

Tool doesn't run when initiated from outside the tool directory bug

Closed this issue · 4 comments

I had previously created the same issue. The issue isn't fixed yet.

Can you run this tool from your home directory? It doesn't work at my end.

I have also added a '-p' flag with which you can specify the payload list.

This has nothing to do with payload list as far as I can understand.

Can you run the tool from your home directory?

Something like this (Give path according to your file system):

python3 /Users/<username>/Tools/Oralyzer/oralyzer.py -h

The command will result in FileNotFoundError: [Errno 2] No such file or directory: 'core/config.json'

I usually run most of the tools from home directory including Oralyzer. But after a recent update made to this tool, it stopped working.

Re-clone the repo and try again

All good now. Thanks.