在使用vim时会创建临时缓存文件,关闭vim时缓存文件则会被删除,当vim异常退出后,因为未处理缓存文件,导致可以通过缓存文件恢复原始文件内容
以 index.php 为例:第一次产生的交换文件名为 .index.php.swp
再次意外退出后,将会产生名为 .index.php.swo
的交换文件
第三次产生的交换文件则为 .index.php.swn
①curl
curl http://challenge-fb98c8d56d0d4c83.sandbox.ctfhub.com:10800/.index.php.swp
error:
curl http://challenge-fb98c8d56d0d4c83.sandbox.ctfhub.com:10800/.index.php.swp --output -
②linux
访问该页面