Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚 JCIFS 和 NTLMv2 浏览器登录是否真的有效。
没有密码从浏览器传递到服务器,但有密码哈希。
当您要求 Smb.login() 处理它时,它最终会在
public static byte[] nTOWFv2(String domain, String username, String password)
它立即尝试将空密码转换为字节数组。我做错了还是 JCIFS 只是无法通过浏览器理解 NTLMv2?