隐藏病毒文件
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盤下是找不到這個文件的)
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文件關聯good.exe,也就是在dos中運行good.exe文件的時候其實是運行了bad.exe,在目錄下生成了一個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
轉載于:https://blog.51cto.com/2290153/1909672
總結
- 上一篇: CSS3的边框(三)
- 下一篇: supervisor进程管理工具