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

偶尔会报错Shiro550VerifiertUsingDNSLog #31

Closed
TerickJojo opened this issue Sep 24, 2020 · 2 comments
Closed

偶尔会报错Shiro550VerifiertUsingDNSLog #31

TerickJojo opened this issue Sep 24, 2020 · 2 comments

Comments

@TerickJojo
Copy link

Exception in thread "Thread-8" java.lang.NullPointerException
at com.shiroexploit.vulnverifier.Shiro550VerifiertUsingDNSLog.getValidGadget(Shiro550VerifiertUsingDNSLog.java:42)
at com.shiroexploit.gui.MainPane$6.run(MainPane.java:361)
at java.lang.Thread.run(Thread.java:748)

@feihong-cs
Copy link
Owner

这个问题我看了下,是由于从 dnslog.cn 拿结果时,如果 dnslog 返回的结果不正常(如无法访问,或者 500错误等)导致,后面try...catch 的代码也有点问题,直接返回了 null,导致你看到的异常。错误处理部分的代码需要修改下。

@TerickJojo
Copy link
Author

大佬牛逼

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

2 participants