Results 3 comments of 浮萍

git昵称 | CT Stack昵称 | poc id -- | -- | -- fupinglee | 浮萍 | #613 fupinglee | 浮萍 | #622 fupinglee | 浮萍 | #641

用的request没有用pageContext 用冰蝎客户端连接的话需要自己魔改冰蝎,但是可以用新版的蚁剑来连接 不过最新版冰蝎应该也可以连接了,最近没有测试

i think you should change mysmb.py . line 137 **old** `self.smbConn = smbconnection.SMBConnection(self.get_remote_host(), self.get_remote_host(), existingConnection=self, manualNegotiate=True)` **after change** `self.smbConn = smbconnection.SMBConnection(self.get_remote_host(), self.get_remote_host(), existingConnection=self)` line 152 **old** `smb.SMB.login(self, user, password, domain,...