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

Use Burp networking methods instead of Java's native java.net.URL #4

Open
seisvelas opened this issue Sep 28, 2020 · 0 comments
Open

Comments

@seisvelas
Copy link
Owner

/*
Ideally we'd use a Burp library for networking, instead
of Java's native URL() class. Unfortunately, the makeHttpRequest()
method provided by Burp doesn't give us the means to
analyze SSL certs.
Other SSL related Burp extensions are also impacted by this limitation
and resign themselves to the same approach used here. For example,
SSL Scanner: https://github.com/portswigger/ssl-scanner
Also uses java.net.URL.
If Burp ever adds this functionality to their API, we should
switch to that.
*/
import java.net.URL;

Delete that comment and update networking method if Burp ever adds this functionality to their API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant