You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting this error : STATUS_OBJECT_NAME_NOT_FOUND(The object name is not found.)
no idea what's wrong as Metasploit is able to successfully open a reverse shell.
python /root/Desktop/Test1/cve-2017-7494-master/exploit.py -t 10.37.132.4 -m /smbshare/6dEF1wD2.so
Traceback (most recent call last):
File "/root/Desktop/Test1/cve-2017-7494-master/exploit.py", line 22, in
main()
File "/root/Desktop/Test1/cve-2017-7494-master/exploit.py", line 16, in main
dce.connect()
File "/usr/local/lib/python2.7/dist-packages/impacket/dcerpc/v5/rpcrt.py", line 800, in connect
return self._transport.connect()
File "/usr/local/lib/python2.7/dist-packages/impacket/dcerpc/v5/transport.py", line 412, in connect
self.__handle = self.__smb_connection.openFile(self.__tid, self.__filename)
File "/usr/local/lib/python2.7/dist-packages/impacket/smbconnection.py", line 551, in openFile
raise SessionError(e.get_error_code(), e.get_error_packet())
impacket.smbconnection.SessionError: SMB SessionError: STATUS_OBJECT_NAME_NOT_FOUND(The object name is not found.)
The text was updated successfully, but these errors were encountered:
getting this error : STATUS_OBJECT_NAME_NOT_FOUND(The object name is not found.)
no idea what's wrong as Metasploit is able to successfully open a reverse shell.
The text was updated successfully, but these errors were encountered: