 main menuhome
forums Show me new threads!
bookmarks
view blogs
vault you must be level 2 to upload files to your vault
downloads you must be logged on, and level 1, to access downloads
Rootkit Collection
|
www.rootkit.com : message board
Posted by pain_abator
(Untrusted stranger) [ip info hidden] - Jul 15 2010, 02:47 (UTC+0)
| |
UNC PATH And NTQueryDirectoryFile | Hi I am writing a kernel rootkit for vista. It hook onto NTQUERYDirectoryFile to hide some files. It works well when the user perform a "dir" or broowse through window explorer. However, if i use a remote machine and dir through UNC Path (\\servername\c$) or Net USE, the file will be displayed. Anybody has any idea which kernel api is UNC Path directory listing using Or how can i resolve this problem ?? | |
| |
Posted by EreTIk
(Normal user) [ip info hidden] - Jul 16 2010, 13:28 (UTC+0)
| |
Re: UNC PATH And NTQueryDirectoryFile | Probably not processed all information classes: * FileDirectoryInformation * FileFullDirectoryInformation * FileIdFullDirectoryInformation * FileBothDirectoryInformation * FileIdBothDirectoryInformation * FileNamesInformation * FileIdGlobalTxDirectoryInformation What specifically are used for file system redirector - i do not remember. | |
| |
Posted by pain_abator
(Normal user) [ip info hidden] - Jul 19 2010, 01:48 (UTC+0)
| |
Re: UNC PATH And NTQueryDirectoryFile | Thanks for your suggestion i think i missed FileIdGlobalTxDirectoryInformation from your list will be trying later | |
|
Posted by _MAX_
(Normal user) [ip info hidden] - Jul 16 2010, 09:00 (UTC+0)
| |
Re: UNC PATH And NTQueryDirectoryFile | | Unfortunately i have the same problem | |
|
|