Coder Social home page Coder Social logo

shifty0g / web-libraries-versions-cheatsheet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from corneacristian/web-libraries-versions-cheatsheet

1.0 0.0 0.0 90 KB

A Cheatsheet for Discovering Components with Known Vulnerabilities in Web Applications

web-libraries-versions-cheatsheet's Introduction

Web Libraries Versions Cheatsheet

A Cheatsheet for Discovering Components with Known Vulnerabilities in Web Applications.

Note: I didnt do the inital groundwork im just adding to it. Standing on the shoulder of giants. Thank you @corneacristian. I will try and add more as i go

Input the following payloads into Web Browser's Console to check and validate the versions of components used within a specific website

All in One Special

The idea of this is to slap this badboy in the dev console on a webapp test to get a nice list to validate. Also gives you a nice screenshot for console too

jQuery

console.log('JQuery Version: ' + $.fn.jquery) 
jQuery().jquery

jQuery UI

$.ui.version
$.ui

Angular

console.log('Angular Version:  angular.version)
angular.version.full
angular.version

Bootstrap

$.fn.tooltip.Constructor.VERSION

Lodash

console.log('Lodash Version: ' + _.VERSION)
_.VERSION

MomentJS

console.log('Moment Version:  moment.version) 
moment.version

ExtJS

Ext.version
Ext.getVersion('extjs')
Ext.getVersion().version

CKEditor

CKEDITOR.version

Vue

Vue.version

Highcharts

Highcharts.version

Froala Editor

$.FE.VERSION
FroalaEditor.VERSION

DataTablesJS

$.fn.dataTable.version
$.fn.dataTable.versionCheck()

Dojo

dojo.version.toString()

Meteor

Meteor.release

React

React.version

With React Dev Tools

__REACT_DEVTOOLS_GLOBAL_HOOK__.renderers.forEach(r => console.log(`${r.rendererPackageName}: ${r.version}`))

Socket.IO

io.version

TinyMCE

tinyMCE

EmberJS

Ember.VERSION

Core-JS

window['__core-js_shared__'].versions
global['__core-js_shared__'].versions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.