-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
While running OSINT scan using Harvester, the following error is encountered as seen in logs
python3 /usr/src/github/theHarvester/theHarvester.py -d bitzup.com -b all -f /usr/src/scan_results/bitzup.com_1/theHarvester.json
Traceback (most recent call last): File "/usr/src/github/theHarvester/theHarvester.py", line 5, in
from theHarvester.theHarvester import main File "/usr/src/github/theHarvester/theHarvester/theHarvester.py", line 4, in from theHarvester import __main__ File "/usr/src/github/theHarvester/theHarvester/__main__.py", line 13, in import ujson ModuleNotFoundError: No module named 'ujson'

Expected Behavior
The scan should run smoothly.
Steps To Reproduce
- Run a normal Full scan
Environment
- reNgine: latest
- OS: debian
- Python: 3.10
- Docker Engine: latest
- Docker Compose: latest
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working