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

STATUS_OBJECT_NAME_NOT_FOUND(The object name is not found.) #2

Open
shawnhosg opened this issue Mar 11, 2020 · 0 comments
Open

STATUS_OBJECT_NAME_NOT_FOUND(The object name is not found.) #2

shawnhosg opened this issue Mar 11, 2020 · 0 comments

Comments

@shawnhosg
Copy link

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.)

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

1 participant