Tool doesn't run when initiated from outside the tool directory bug
Closed this issue · 4 comments
hax0rgb commented
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.
r0075h3ll commented
I have also added a '-p' flag with which you can specify the payload list.
hax0rgb commented
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.
r0075h3ll commented
Re-clone the repo and try again
hax0rgb commented
All good now. Thanks.