PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 File System Hacked file server .

Reply

Hacked file server .

 
Thread Tools Rate Thread
Old 30-06-2003, 11:49 PM   #1
Stacy Halbert
Guest
 
Posts: n/a
Default Hacked file server .


Recently my non production win2k SP3 file server was
hacked....I believe via FTP. Somehow the file and folder
contents from these activities are either encrypted in
some way or written to the disk in a manner that explorer
can see these weird folder and file names, but cannot
delete these. Is there anyway I can delete these folders
and files? I get a cannot read from source disk when I
try to delete in explorer. Thanks.
  Reply With Quote
Old 01-07-2003, 12:04 AM   #2
CheckAbdoul
Guest
 
Posts: n/a
Default Re: Hacked file server .

Open up a command prompt and type

C:\YourFTPDir> dir /X

Note down the 8.3 style short name displayed. Let us say 'abcde~1'. Now
type 'del abcde~1' at the command prompt to delete the file.

If you still cannot delete the file, use the Process explorer ( from
www.sysinternals.com ) to find out which process is currently accessing the
file and close the open handle and try the above steps again.

--
Cheers
Check Abdoul [ VC++ MVP ]
-----------------------------------


"Stacy Halbert" <stacy.halbert@academyhealth.org> wrote in message
news:053801c33f51$7daa4ec0$a101280a@phx.gbl...
> Recently my non production win2k SP3 file server was
> hacked....I believe via FTP. Somehow the file and folder
> contents from these activities are either encrypted in
> some way or written to the disk in a manner that explorer
> can see these weird folder and file names, but cannot
> delete these. Is there anyway I can delete these folders
> and files? I get a cannot read from source disk when I
> try to delete in explorer. Thanks.



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off