-
Notifications
You must be signed in to change notification settings - Fork 5
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
Scanner.generateReport and Audit.issues #11
Comments
Apologies for the late reply. We are aware of this issue, and it will be resolved in a future release of Burp. |
Hi, which version is expected to solve this problem |
The issue with requests and responses not being reported should be resolved in v2023.1 - our current Early Adopter channel release. |
Hi
|
We removed addUrl as it was confusing to what it actually did (Ie did it do a crawl of the url or and audit on the base response). We will be adding a new API in the future for Crawl And Audit, which will crawl a url and audit it (Similar to what burp does from he UI). To answer your question depends on what you wanted. If you wanted to crawl the URL you can use
If you wanted to audit the base response when making a request to that URL you can use
|
Thanks for your quick reply, I found a new problem, can you check it
|
new error message
|
Hi. Could you drop us an email at [email protected] with some more information so that we can look into this further, please? |
@Hannah-PortSwigger I am seeing this exception: #11 (comment) as well... exception happens when this method is called: this is my code:
burp version == Burp Suite Professional 2023.1.1-18663 UPDATE: - currently retesting with latest version of montoya-api:2023.2UPDATE2: - exception is still thrown with latest version of montoya-api:2023.2 and burp v. 2023.2-18958 |
Hi. Thanks for this information. We've been able to replicate this issue and have a bug ticket raised. We will be looking at resolving this issue, and other report-related issues, soon. |
Has this problem been solved now? |
The changes are not included in v2023.2.2. They should be present in our upcoming 2023.3 release. |
Scanner.generateReport
After I update burpsuite to version
2022.9.5
, thehtml
generated byScanner.generateReport
will be missing some important information2022.9.5
2022.8.5
Audit.issues
Pseudo code
refer #9
The text was updated successfully, but these errors were encountered: