Skip to content

Instantly share code, notes, and snippets.

@saveroo
Last active March 31, 2020 01:28
Show Gist options
  • Save saveroo/9bf144a3b95a6e31c802f9590e4641f6 to your computer and use it in GitHub Desktop.
Save saveroo/9bf144a3b95a6e31c802f9590e4641f6 to your computer and use it in GitHub Desktop.
wappalyzer snippet
<script>
// Initialize the object,
// var React,
// angular,
// Backbone,
// requirejs,
// Vue = {}; // Initialize an object
// Assign a version value
React.version = "What r u lookin at ?";
angular.version = {full: "9.99.9"};
Backbone = {VERSION: "Hire me up!"};
Vue.version = "Tampering Vue Version"
</script>
"React": {
"cats": [
12
],
"cpe": "cpe:/a:facebook:react",
"html": "<[^>]+data-react",
"icon": "React.png",
"js": {
"React.version": "^(.+)$\\;version:\\1",
"react.version": "^(.+)$\\;version:\\1"
},
"script": [
"react(?:-with-addons)?[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"/([\\d.]+)/react(?:\\.min)?\\.js\\;version:\\1",
"react.*\\.js"
],
"website": "https://reactjs.org"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment