当前位置:网站首页>Clean up photo SCR virus / iframekill injection removal /iframekill removal photo scr
Clean up photo SCR virus / iframekill injection removal /iframekill removal photo scr
2022-06-26 04:17:00 【Never bow】
Global cleanup Photo.scr file
find /www/wwwroot/ -type f -name "Photo.scr" -print -exec rm -rf {} \;
// Or under the specified project
find /www/wwwroot/ Your file name -type f -name "Photo.scr" -print -exec rm -rf {} \;
2
Clean up the code written in batches in the file
find /www/wwwroot/ -name '*.php' | xargs perl -pi -e 's|<iframe src=Photo.scr width=1 height=1 frameborder=0></iframe>||g'
// If execution fails , Can be executed separately , occasionally
//【<iframe src=Photo.scr width=1 height=1 frameborder=0></iframe>】 There is a newline in the middle of the code
// First execution , Delete... In the first line
find /www/wwwroot/ -name '*.php' | xargs perl -pi -e 's|<iframe src=Photo.scr width=1 height=1 frameborder=0>||g'
// Second execution Delete the
find /www/wwwroot/ -name '*.php' | xargs perl -pi -e 's|</iframe>||g'
————————————————
Copyright notice : This paper is about CSDN Blogger 「php Small shadow 」 The original article of , follow CC 4.0 BY-SA Copyright agreement , For reprint, please attach the original source link and this statement .
Link to the original text :https://blog.csdn.net/weixin_43993175/article/details/103891041
边栏推荐
- What's wrong with connecting MySQL database with eclipse and then the words in the figure appear
- 面了个字节拿25k出来的测试,算是真正见识到了基础的天花板
- Knowledge of functions
- Upload script file (one sentence back door) WAF bypass (PHP)
- After a test of 25K bytes, I really saw the basic ceiling
- mysql自帶的性能測試工具mysqlslap執行壓力測試
- Oracle technology sharing Oracle 19.14 upgrade 19.15
- 软件调试测试的十大重要基本准则
- 钉钉开放平台-小程序开发实战(钉钉小程序服务器端)
- 六、项目实战---识别猫和狗
猜你喜欢
matplotlib折线图,文字显示,win10
解析JSON接口并批量插入到数据库中
Etcd watch principle
一幅脑图总结一下需求分析(工作上实际遇到的情况的补充)
Construction of art NFT trading platform | NFT mall
35岁程序员炒Luna 千万资产3天归零,网友:和赌博一样
The open software of win10 system is too small. How to make it larger (effective through personal test)
[QT] resource file import
[Flink] Flink batch mode map side data aggregation normalizedkeysorter
钉钉开放平台-小程序开发实战(钉钉小程序客户端)
随机推荐
Analysis report on the development trend and operation status of China's environmental monitoring instrument industry from 2022 to 2028
CTF crypto (I) some simple encoding and encryption
After four years of outsourcing, people are directly abandoned...
Report on demand situation and development trend of China's OTC industry from 2022 to 2028
What if the serial port fails to open when the SCM uses stc-isp to download software?
mysql自帶的性能測試工具mysqlslap執行壓力測試
VHDL设计
What should I do if the 51 SCM board cannot find the device in keil
I/o virtualization technology - UIO framework
MapReduce execution principle record
刷题记录Day01
How do wechat applets delay? Timing? Execute a piece of code after? (kengji)
mysql自带的性能测试工具mysqlslap执行压力测试
Analysis of updatechild principle of widget update mechanism of fluent
外包干了四年,人直接废了。。。
捕获数据包(Wireshark)
【QT】资源文件导入
Spark - 一文搞懂 parquet
判断两个集合的相同值 ||不同值
Construction of art NFT trading platform | NFT mall