-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: <0 vuln found and keep in progress forever> #1446
Comments
Hey @lintianyuan666! 👋 Thanks for flagging this bug! 🐛🔍 You're our superhero bug hunter! 🦸♂️🦸♀️ Before we suit up to squash this bug, could you please: 📚 Double-check our documentation: https://rengine.wiki Once again - thanks for your vigilance! 🛠️🚀 |
@lintianyuan666 does the recon find any http URLs at least? |
nothing found. |
Stragne, I checked it just with subfinder, and target looks fine. I am now checking in reNgine. Do you have proxy setup or VPN? What does your yaml config look like, I would like to see |
Thanks for attention.I didn't use proxy or vpn.Here is my yaml config Global vars for all toolscustom_headers: ['Foo: bar', 'User-Agent: Anything'] # FFUF, Nuclei, Dalfox, CRL Fuzz, HTTP Crawl, Fetch URL, etcenable_http_crawl: true # All toolstimeout: 10 # Subdomain discovery, Screenshot, Port scan, FFUF, Nucleithreads: 30 # All toolsrate_limit: 150 # Port scan, FFUF, Nucleiintensity: 'normal' # Screenshot (grab only the root endpoints of each subdomain), Nuclei (reduce number of endpoints to scan), OSINT (not implemented yet)retries: 1 # Nucleisubdomain_discovery: { 'use_subfinder_config': false,'use_amass_config': false,'amass_wordlist': 'deepmagic.com-prefixes-top50000'} 'threads': 30,'follow_redirect': true} 'exclude_ports': [],'exclude_subdomains': [],'ports': ['top-100'], 'use_naabu_config': false,'enable_nmap': true,'nmap_cmd': '','nmap_script': '','nmap_script_args': ''} 'custom_dorks': [],'intensity': 'normal', 'exclude_subdomains': false} This is my yaml config when I select full scan when initializing the scan on the web page subdomain_discovery: { 'exclude_ports': [],'exclude_subdomains': [],'ports': ['top-100'], 'use_naabu_config': false,'enable_nmap': true,'nmap_cmd': '','nmap_script': '','nmap_script_args': ''} } custom_headers: ["Cookie: Test"] |
Can you post your celery-entrypoint.sh file? Only lines roughly 160 to 205. |
Maybe it's because my full scan is misconfigured. Vulnerabilities can be scanned using the recommended configuration |
Is there an existing issue for this?
Current Behavior
I scaned many targets but no vuln found while zap find many vulns.And the scan keeps in progress for 2 days.It is only 1 target.
Expected Behavior
I hope there would be at least 1 vuln
Steps To Reproduce
1、version is 2.2.0
2、target is perceptyx.com
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: