-
Notifications
You must be signed in to change notification settings - Fork 890
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
Exception: unable to find valid certification path to requested target #79
Comments
hi |
Did you solve it? |
not yet
…On Sat, Oct 2, 2021 at 2:38 PM inject ***@***.***> wrote:
Did you solve it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMAYVVJMJORRVK5YILGQCLTUE5GQ7ANCNFSM4ZHSEO6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
~Reda
|
Verification of the certificate chain is attempted but fails. A workaround for this is to manually add the server certificate as trusted certificate to Java key store.
You might have to explicitly set the location and password of the key store via parameters -Djavax.net.ssl.keyStore and -Djavax.net.ssl.keyStorePassword when running tsunami, for example
|
try using the following switch for tsunami cli: |
While running against a local router, I get these exceptions:
java -cp "tsunami-main-0.0.4-SNAPSHOT-cli.jar:/home/frakman1/tsunami/plugins/*" -Dtsunami-config.location=/home/frakman1/tsunami/tsunami.yaml com.google.tsunami.main.cli.TsunamiCli --ip-v4-target=6.1.131.88 --scan-results-local-output-format=JSON --scan-results-local-output-filename=/tmp/tsunami-output.json
It keeps going, throwing several of these errors.
At the end, it hangs. I have to CTL+C to get out and no log files are available
Mar 15, 2021 9:06:30 PM com.google.tsunami.plugins.detectors.rce.cve201811776.ApacheStrutsNamespaceRceDetector detect INFO: ApacheStrutsContentTypeRceDetector finished, detected '0' vulns.
The text was updated successfully, but these errors were encountered: