The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Dastardly failing scan against https://ginandjuice.shop

Jason | Last updated: Dec 16, 2022 11:55AM UTC

When I run a dastardly scan against https://ginandjuice.shop dastardly fails the build, as there are issues with severity higher than Info, and doesnt give me any output file. Can I get dastardly to not fail the build, and keep a log? The check to make sure it can write to the output file succeeds, and I can write to the output directory if I exec into the container.

Alex, PortSwigger Agent | Last updated: Dec 16, 2022 12:45PM UTC

Hi Jason, Thanks for your post. Would you be able to provide the console output from your build for review? Additionally, a copy of the script you have used for the Dastardly build command. If you would prefer, you can submit these to support@portswigger.net for review. Best regards,

Jason | Last updated: Dec 16, 2022 02:11PM UTC

# docker run -u root -v /home/mhz/dastardly/:/dastardly -e DASTARDLY_TARGET_URL=https://ginandjuice.shop -e DASTARDLY_OUTPUT_FILE=/dastardly-report.xml public.ecr.aws/portswigger/dastardly:latest 2022-12-16 12:01:15 INFO bsee.BurpProcess.scan.scan-1 - Received metric AUDITING 1625 38 2022-12-16 12:01:20 INFO bsee.BurpProcess.scan.scan-1 - Received metric AUDITING 1661 38 2022-12-16 12:01:25 INFO bsee.BurpProcess.scan.scan-1 - Received metric AUDITING 1701 38 2022-12-16 12:01:26 INFO bsee.BurpProcess.scan.scan-1 - 2022-12-16 12:01:26: Audit finished 2022-12-16 12:01:30 INFO bsee.BurpProcess.scan.scan-1 - Received metric SUCCEEDED 1705 38 2022-12-16 12:01:30 INFO dastardly.ScanProgress - Scan has completed successfully 2022-12-16 12:01:30 INFO dastardly.EventLogPrinter - Dec 16 2022 11:54:11 INFORMATION Running as super-user, browser sandbox is not supported 2022-12-16 12:01:30 INFO dastardly.EventLogPrinter - Dec 16 2022 11:54:12 INFORMATION Crawl started. 2022-12-16 12:01:30 INFO dastardly.EventLogPrinter - Dec 16 2022 11:54:12 DEBUG ginandjuice.shop is using HTTP/2 2022-12-16 12:01:30 INFO dastardly.EventLogPrinter - Dec 16 2022 11:56:24 INFORMATION Crawl finished. 2022-12-16 12:01:30 INFO dastardly.EventLogPrinter - Dec 16 2022 11:56:24 INFORMATION Identifying items to audit. 2022-12-16 12:01:30 INFO dastardly.EventLogPrinter - Dec 16 2022 11:56:25 INFORMATION Audit started. 2022-12-16 12:01:30 INFO dastardly.EventLogPrinter - Dec 16 2022 12:01:26 INFORMATION Audit finished. 2022-12-16 12:01:30 ERROR dastardly.ScanFinishedHandler - Failing build as scanner identified issue(s) with severity higher than "INFO": 2022-12-16 12:01:30 ERROR dastardly.ScanFinishedHandler - Path: /resources/js/angular_1-7-7.js Issue Type: Vulnerable JavaScript dependency Severity: LOW 2022-12-16 12:01:31 INFO bsee.BurpProcess.scan.scan-1 - Deleting temporary files - please wait ... done.

Alex, PortSwigger Agent | Last updated: Dec 19, 2022 01:12PM UTC