lanyus Posted February 6, 2006 Posted February 6, 2006 Hi,I came back.Can somebody remembered me?OK.an old technique.Create a directory,and the directory name include '/'.=============================================Microsoft Windows [版本 5.2.3790]© 版权所有 1985-2003 Microsoft Corp.D:\Documents and Settings\lanyus>cd E:\myweb\unieasyD:\Documents and Settings\lanyus>e:E:\myweb\unieasy>dir 驱动器 E 中的卷没有标签。 // Volume in drive E has no label. 卷的序列号是 EC88-69CD // Volume Serial Number is EC88-69CD E:\myweb\unieasy 的目录 // E:\myweb\unieasy2006-02-07 00:14 <DIR> .2006-02-07 00:14 <DIR> ..2006-02-06 22:51 3,925 conn.asp2006-02-06 22:51 <DIR> DB2006-01-14 15:45 679,424 MyFTP.exe1999-11-12 00:48 63,248 sc.exe2006-02-06 23:24 13,561,856 Unieasy#Data.asp 4 个文件 14,308,453 字节 //4 File(s) 14,308,453 Byte 3 个目录 3,086,745,600 可用字节 //3 Dir(s) 3,086,745,600 bytes free E:\myweb\unieasy>md s..\E:\myweb\unieasy>dir 驱动器 E 中的卷没有标签。 卷的序列号是 EC88-69CD E:\myweb\unieasy 的目录2006-02-07 00:15 <DIR> .2006-02-07 00:15 <DIR> ..2006-02-06 22:51 3,925 conn.asp2006-02-06 22:51 <DIR> DB2006-01-14 15:45 679,424 MyFTP.exe2006-02-07 00:15 <DIR> s.1999-11-12 00:48 63,248 sc.exe2006-02-06 23:24 13,561,856 Unieasy#Data.asp 4 个文件 14,308,453 字节 4 个目录 3,086,745,600 可用字节E:\myweb\unieasy>cd s.系统找不到指定的路径。 //The system cannot find the path specified.E:\myweb\unieasy>cd s..\系统找不到指定的路径。 //The system cannot find the path specified.E:\myweb\unieasy>copy sc.exe s..\已复制 1 个文件。 //1 file(s) copied.E:\myweb\unieasy>dir s..\\sc.exe 驱动器 E 中的卷没有标签。 卷的序列号是 EC88-69CD E:\myweb\unieasy\s. 的目录找不到文件 //File Not FoundE:\myweb\unieasy>copy s..\sc.exe sc2.exe已复制 1 个文件。 //1 file(s) copied.E:\myweb\unieasy>dir 驱动器 E 中的卷没有标签。 卷的序列号是 EC88-69CD E:\myweb\unieasy 的目录2006-02-07 00:17 <DIR> .2006-02-07 00:17 <DIR> ..2006-02-06 22:51 3,925 conn.asp2006-02-06 22:51 <DIR> DB2006-01-14 15:45 679,424 MyFTP.exe2006-02-07 00:16 <DIR> s.1999-11-12 00:48 63,248 sc.exe1999-11-12 00:48 63,248 sc2.exe2006-02-06 23:24 13,561,856 Unieasy#Data.asp 5 个文件 14,371,701 字节 4 个目录 3,086,614,528 可用字节E:\myweb\unieasy>path=s..\E:\myweb\unieasy>sc.exeDESCRIPTION: SC is a command line program used for communicating with the NT Service Controller and services.USAGE: sc <server> [command] [service name] <option1> <option2>... ...EXAMPLE: sc start MyService===================================================
Lost Soul Posted February 6, 2006 Posted February 6, 2006 (edited) hmm no clue ,, whats option #2 ? j/k but really im not sure i understand the meaning of this post pls explain further Edited February 6, 2006 by Lost Soul
Yzöwl Posted February 6, 2006 Posted February 6, 2006 A method of creating a directory which is practically inaccessible using standard tools. He created a directory named s. which although can be copied to from etc. cannot be entered etc.To remove itrd /s/q s..\@ lanyusYou would have made your post a little easier to read had you used dir /b
lanyus Posted February 7, 2006 Author Posted February 7, 2006 Sorry,I want to make a detail instruction,but my English is too bad.
Ralin Posted February 12, 2006 Posted February 12, 2006 I think..He created a "hidden" dir containing / in the name, he could not cd to it, but he could execute from it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now