yogeshojha / rengine

reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with minimal configuration and with the help of reNgine's correlation, it just makes recon effortless.
https://yogeshojha.github.io/rengine/
GNU General Public License v3.0
7.4k stars 1.12k forks source link

Error While Opening "/usr/src/github/Infoga/infoga.py" File #1097

Closed Deathpoolxrs closed 3 months ago

Deathpoolxrs commented 10 months ago

Is there an existing issue for this?

Current Behavior

Recently, I ran a scan and observed the following error message.

python3 /usr/src/github/Infoga/infoga.py --domain oneweb.net --source all --report /usr/src/scan_results/oneweb.net_32/emails_tmp.txt

python3: can't open file '/usr/src/github/Infoga/infoga.py': [Errno 2] No such file or directory

Expected Behavior

/usr/src/github/Infoga/infoga.py -- This file should exist, so the OS Intelligence module can run properly.

Steps To Reproduce

Just scan any target, you will get this error target

Environment

reNgine: latest version
OS: Ubuntu 20.04
Python: 3.11.0
Docker: 20.10.22
Docker compose: 2.15.1
Browser: Microsoft Edge 112.0.1722.58

Anything else?

No response

github-actions[bot] commented 10 months ago

👋 Hi @Deathpoolxrs, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

psyray commented 10 months ago

The original repository seems to be deleted in favor of this one https://github.com/GiJ03/Infoga

Anyway this project seems old and not maintained. I will fix the path, but we need to know if this tool is working again. @AnonymousWP What's your advice ?

psyray commented 10 months ago

Fixed, Thanks for reporting this issue. If you want to test it before released, update link in celery-entrypoint.sh and restart celery container docker-compose restart celery

AnonymousWP commented 10 months ago

The original repository seems to be deleted in favor of this one https://github.com/GiJ03/Infoga

Anyway this project seems old and not maintained. I will fix the path, but we need to know if this tool is working again. @AnonymousWP What's your advice ?

I think we should drop it, as it's old anyway and only introduces increased durations of scans. We have h8mail anyway that does a similar job: https://github.com/khast3x/h8mail

yogeshojha commented 10 months ago

Yes I agree, infoga can be dropped. h8mail is there anyways.

psyray commented 10 months ago

Infoga dropped in PR #1099

Talanor commented 4 months ago

This has been merged in master, should close.