PG Internal
Unrelated
⭐ Solved In Under Two Hours ⭐
A few road blocks. Nmap did not pick up Samba on the first run. RPC and "5357/tcp wsdapi" sidetracked me. Reran nmap after awhile and saw Samba. I found rpcdump.py, which could be useful on future boxes.
Actions Taken
- MS09-050 Added to "This has worked before": https://github.com/ASzampiasSWD/OSCP/tree/master/SMB
Need to Do
- EternalBlue example no longer works. Relearn how to use this entire library: https://github.com/worawit/MS17-010
- Exploit using worawit EternalBlue on this box.
Lessons Learned
Nmap --script vuln-samba-* did not pick up MS09-050 for this box. I found out by googling. If you see a 2008-R2, Vista box (and EternalBlue is not working), try this instead.
Comments
Post a Comment