Benign wordpress Download

everest-faq-manager-lite 1.0.8

Reads WordPress post metadataWrites WordPress post metadata
SHA-256389e5d8403085f91106c7e2dd14d2b1679a26616588cea8bc6372ea92ad4cb78

Evidence

Browser execCommand clipboard copy efaq-backend.js · lines 1–16
⋯4 lines
5 $all_section = $('.efaq-add-item-wrap');
6
7 $('.efaq-shortcode-value').click(function () {
8 $(this).select();
9 $(this).focus();
10 document.execCommand('copy');
11 $(this).siblings('.efaq-copied-info').show().delay(1000).fadeOut();
12
⋯4 lines
Assigns a URL into a link attribute efaq-backend.js · lines 35–42
35:29… aq-display-settings-wrap').find('.appts-img-selector-media img').attr('src', selected_tmp_img);
36 });
37
⋯5 lines
Calls jQuery.ajax() to send an HTTP request efaq-backend.js · lines 50–57
50:2… $('.efaq-loader-image').show();
51
52 $.ajax({
53 url: efaq_backend_ajax.ajax_url,
54 type: 'post',
55 data: {
56 action: 'efaq_backend_ajax',
57 _action: 'add_new_ …
Registers keyboard event handler with on() efaq-backend.js · lines 164–168
164:97… ass( "active-item-section-show-hide");
165 });
166
167 $all_section.on('keyup', '.efaq_title_text', function (e) {
168 $(this).closest('.efaq-item-wrap-inner').find('.efaq_title_text_disp').text($(this) …
References a public code-forge URL wp-color-picker-alpha.js · lines 1–14
⋯5 lines
6 *
7 * Version: 2.1.2
8 * https://github.com/kallookoo/wp-color-picker-alpha
9 * Licensed under the GPLv2 license.
10 */
11( function( $ ) {
12 // Variable for some backgrounds ( grid )
13 var image = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==',
14 …

Showing the top 5 files — 2 more files (26 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.