隐藏病毒文件
C:\>echo "This is test">sample.txt
C:\>dir
2017/03/23?14:59??????????????? 17 sample.txt
C:\>echo "This is hidden">sample.txt:secret.txt
C:\>dir?????????????????????????? (C盤下是找不到這個(gè)文件的)
2017/03/23?15:01??????????????? 17sample.txt???????? ??(文件大小看上去沒有變化)
C:\>dir /r????????????????????? (/r 才顯示)
2017/03/23?15:01??????????????? 17 sample.txt
???????????????????????????????? 19sample.txt:secret.txt:$DATA
C:\>notepad sample.txt:secret.txt??????????????????
把bad.exe文件關(guān)聯(lián)good.exe,也就是在dos中運(yùn)行g(shù)ood.exe文件的時(shí)候其實(shí)是運(yùn)行了bad.exe,在目錄下生成了一個(gè)good.exe的快捷方式。
C:\>echo "This is test">test.txt
C:\>type C:\bad.exe >test.txt:bad.exe
C:\>mklink good.exe test.txt:bad.exe
C:\>good.exe
轉(zhuǎn)載于:https://blog.51cto.com/2290153/1909672
總結(jié)
- 上一篇: CSS3的边框(三)
- 下一篇: supervisor进程管理工具