Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16. Traceroute #22

Open
brother0k opened this issue Oct 30, 2024 · 2 comments
Open

16. Traceroute #22

brother0k opened this issue Oct 30, 2024 · 2 comments

Comments

@brother0k
Copy link

Traceback (most recent call last):
File "/home/user/tools/argus/modules/traceroute.py", line 14, in
from config.settings import USER_AGENT, DEFAULT_TIMEOUT
ImportError: cannot import name 'USER_AGENT' from 'config.settings' (/home/user/tools/argus/config/settings.py)
[!] Error running traceroute.py
Traceback (most recent call last):
File "/home/user/tools/argus/modules/traceroute.py", line 14, in
from config.settings import USER_AGENT, DEFAULT_TIMEOUT
ImportError: cannot import name 'USER_AGENT' from 'config.settings' (/home/user/tools/argus/config/settings.py)

@V205Arduino
Copy link

V205Arduino commented Oct 31, 2024

Strange,
https://github.com/jasonxtn/Argus/blob/main/config/settings.py
Seems to exist.

After reviewing the git history, maybe it's possible that you are running on an older version?
Try cloning again.

@V205Arduino
Copy link

V205Arduino commented Oct 31, 2024

I'm trying out Traceroute, and something seems wrong.
It probably shouldn't be running the email harvesting module.

root@argus:~#: 16
Enter the target domain or URL: google.com


=============================================
Argus - Email Harvesting Module
=============================================


[*] Starting email harvesting on http://google.com...
[!] Error crawling google.com: Invalid URL 'google.com': No scheme supplied. Perhaps you meant https://google.com?
[!] No email addresses found.


=============================================
Argus - Email Harvesting Module
=============================================


[*] Starting email harvesting on http://google.com...
[!] Error crawling google.com: Invalid URL 'google.com': No scheme supplied. Perhaps you meant https://google.com?
[!] No email addresses found.

TXT report generated successfully: results/google.com/google.com_Traceroute_20241031_130730.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants