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

bug: <Progress button stuck> #1236

Open
1 task done
Razerdx opened this issue Apr 23, 2024 · 6 comments
Open
1 task done

bug: <Progress button stuck> #1236

Razerdx opened this issue Apr 23, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Razerdx
Copy link

Razerdx commented Apr 23, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

image
Stuck with not much progress after 16 hours of scan

Expected Behavior

Scan to show results and progress bar to move

Steps To Reproduce

Happens after initiating scan

Environment

- reNgine: 2.0.5
- OS: Kali linux 2023.4 
- Python: -
- Docker Engine: -
- Docker Compose: -
- Browser: Firefox 115.7.0 esr

Anything else?

No response

@Razerdx Razerdx added the bug Something isn't working label Apr 23, 2024
Copy link

👋 Hi @Razerdx,
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.

@estebanramos
Copy link

Same thing here. rengine ver 2.0.5

@2004gixxer600
Copy link

Me as well. Very frustrating.

@Talanor
Copy link
Contributor

Talanor commented May 5, 2024

It means one of the first tool launched failed / hanged. Can you provide logs ?

@estebanramos
Copy link

It means one of the first tool launched failed / hanged. Can you provide logs ?

For me it stucks in "Subdomain discovery" last command is amass and the output is null
amass enum -active -d mydomain.com -o /usr/src/scan_results/ mydomain.com_20/subdomains_amass_active.txt -brute -w /usr/src/wordlist/deepmagic.com-prefixes-top50000.txt

@Talanor
Copy link
Contributor

Talanor commented May 8, 2024

What's the error ?
If you do docker compose exec celery amass enum -active -d mydomain.com -o /usr/src/scan_results/ mydomain.com_20/subdomains_amass_active.txt -brute -w /usr/src/wordlist/deepmagic.com-prefixes-top50000.txt, does it work ?
If not, does it work from your host ?

export DOMAIN=mydomain.com
wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/DNS/deepmagic.com-prefixes-top50000.txt
go install -v github.com/owasp-amass/amass/v4/...@v4.2.0
mkdir amass-results
amass enum -active -d $DOMAIN -o ./amass-results/subdomains_amass_active.txt
amass enum -active -d $DOMAIN -o ./amass-results ./amass-results/subdomains_amass_active.txt -brute -w deepmagic.com-prefixes-top50000.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants