-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The task of creating screenshots stops completely if EyeWitness encounters a strange URL
python3 /usr/src/github/EyeWitness/Python/EyeWitness.py -f /usr/src/scan_results/**********.com_9/endpoints_alive.txt -d /usr/src/scan_results/* *********.com_9/screenshots --no-prompt --timeout 10 --threads 40
Scan logs.
TERM environment variable not set.
################################################## ###############################
#EyeWitness#
################################################## ###############################
# Red Siege Information Security - https://www.redsiege.com #
################################################## ###############################
ERROR: You potentially provided an mal-formed URL!
ERROR: URL is - https://account.servicenow.com/sign-in?client_id=0oapi9ote73XCWSst0x7&redirect_uri=https://account.servicenow.com/auth&response_type=code&state=/profile/home?locale=en-us&scope=openid&source_id= account&locale=en-us
Expected Behavior
I expected that if errors occurred, the collection of screenshots would continue and not be interrupted completely.
Steps To Reproduce
- Install the latest version of rengine
- Set up any scan with collection of subdomains and creation of screenshots for the servicenow.com domain
- Monitor scanning tasks, screenshot creation has been stopped on the account.servicenow.com subdomain
Environment
- reNgine: 2.0.2
- OS: Ubuntu 22.04.1 LTS.
- Python: 3.10.4
- Docker engine: 24.0.7
- Docker Compose: v2.23.0
- Browser: Chrome 120.0.6099.224.
Anything else?
No response