Let's start by saying that I have an account on a ASP.NET hosting company. And about 2 weeks ago I got a malicious files uploaded to my website, and it has this name 'nul.doc.asp'.
I tried to delete it and I couldn't because it's named NUL.
I searched and found that if I use \\.
or \\?
before the root directory then I can delete it, but it didn't work.
I use FileZilla to send the commands to the server.
I tried
DELE \\./petrasurprise.com/wwwroot/images/nul.doc.asp
but it said 'invalid file name'
I tried also
DELE \\?/petrasurprise.com/wwwroot/images/nul.doc.asp
still the same result.
So can someone please write me down the command that can help me get rid of this malicious file?
I contacted the Customer Support and they are sleeping and useless.