26Şub
MS08-067.c fails at WNetAddConnection2()
I’m working with some exploit code for the MS08-067 vulnerability from ExploitDB.
The section:
WNetAddConnection2(&nr, “”, “”, 0)* fails with an error of 67 (ERROR_BAD_NET_NAME), but I don’t know why.
I’m using the correct IP as the…