Benign wordpress Download

wp-blog-manager-lite 1.1.0

Reads WordPress post metadataWrites WordPress post metadata
SHA-25602b6b6af5c952f55def14d5dd41709959ac8941c252657c0fe00ae86de8270c5

Evidence

Registers mouse event handler with on() lines 675–680
675:19ouchSupportIE();
676
677 if (this.settings.mouseDrag){
678 this.$stage.on('mousedown', $.proxy(function(event) { this.eventsRouter(event) }, this));
679 this.$stage.on('dragstart', function() { return false });
680
Assigns a URL into a link attribute lines 1485–1510
19 lines
1504 img.onload = function() {
1505 loaded++;
1506 $el.attr('src', img.src);
1507 $el.css('opacity', 1);
1508 if (loaded >= imgs.length) {
1509 that.state.imagesLoaded = true;
1510 that.initialize()
Reads a DOM pointer client coordinate lines 1714–1730
1714:5};
1715 }
1716
1717 if (event.pageX === undefined) {
1718 return {
1719 x: event.clientX,
1720 y: event.clientY
1721 };
1722 }
8 lines
Creates DOM element lines 1730–1745
1730:87e`.
1731 */
1732 function isStyleSupported(array) {
1733 var p, s, fake = document.createElement('div'), list = array;
1734 for (p in list) {
1735 s = list[p];
10 lines
Calls jQuery.ajax() to send an HTTP request lines 2199–2212
2199:4return false;
2200 }
2201
2202 if (video.type === 'youtube') {
2203 path = "http://img.youtube.com/vi/" + video.id + "/hqdefault.jpg";
2204 create(path);
2205 } else if (video.type === 'vimeo') {
2206 $.ajax({
2207 type: 'GET',
2208 url: 'http://vimeo.com/api/v2/video/' + video.id + '.json',
2209 jsonp: 'callback',
2210 dataType: 'jsonp',
2211 success: function(data) {
2212 path = data[0].thumbnai

Showing the top 5 files — 6 more files (39 regions) not shown.

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.