-
Notifications
You must be signed in to change notification settings - Fork 348
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
physical read primitive failed #6
Comments
It's not working for every vulnerable host I have |
I haven't been able to replicate this behavior. Can you check to see if this DoS script causes BSOD? Thank you |
I get the same error. I will go back though set-up. |
can you tell me how to fix it |
Same here. Virtualbox W10 1903, physical read primitive failed! |
Same problem, virtualbox+win10 1903 business+python3.7+closed WAF+closed security center |
I am having the same error. I tried on a VMWARE Fusion VM running windows and a physical desktop running windows. I tried the physical host to see if it had to do with DMA but neither worked. I tried the above DoS script and it doesent even blue screen either VM or physical desktop. I feel like I may be missing something I used this to confirm they are both vulnerable but I don't know how reliable it is https://github.com/ollypwn/SMBGhost It fails around buff[4:8] always equals b"\xfeSMB" and I'm unsure what it should equal to get the expected output Edit: what was your lab setup when developing this? Im going to try virtualbox instead of VMWare fusion because ive seen another user have success with that hypervisor |
Hello! I‘m having the same problem with you. Have you succeeded? |
Not yet, i think the physical system im using for testing has a patch for the issue or the version is not vulnerable. Im really not sure tho |
@99hansling I downloaded version 1903 form here: https://tb.rg-adguard.net/public.php Installed in a VM with no internet to make sure no automatic updates happened (idk if this was required but im new to windows internals so I was just bein safe). The exploit worked first try with no issue it seems like, adding my own shellcode now to verify. Thanks @chompie1337 for an awesome POC and instructions for adding your own shellcode! |
@Fi1o
Was this with Windows 10 Home or Pro version of 1903? This is also known as 18362, correct? Thanks! |
Same on a remote Windows 10 Pro 18362. |
Windows10 1903 18362.30 root@bogon:~/Desktop/SMBGhost_RCE_PoC-master# python3 exploit.py -ip 192.168.83.130 Who can tell me how to set it up to be successful. thanks |
@wxh0000mm are you sure you can reach the windows 10 machine ? try: |
this is the error I continually get as well |
What i noted when testing, was that using python3 caused this error "physical read primitive failed" but using python2 triggered the bsod. Haven't looked into why yet, but try python2 if you are getting this error. |
Windows10 1903 18362.356 C:\Users\Ransel\Desktop> python3 exploit.py -ip 192.168.83.130 |
help ! please help ! its 2022 and i cant fix it |
import socket def scanner_smb_ghost_silent(ip,port):
hi guys! can anyone help? |
physical read primitive failed for my host which is vulnerable as it shows this scanner
https://github.com/ollypwn/SMBGhost
is this normal?
The text was updated successfully, but these errors were encountered: