Wordfence - WordPress Security Plugins

Wordfence - WordPress Security Plugins v8.0.5

No permission to download

epuzyrev

New member
Aug 2, 2022
0
3
0
Turkey, Antalya
@Tomz @CyberDeviL

Weird why this does not work as I have just downloaded previous v7.5.7 from History tab, installed it and it is all licenced fine.

Downloaded the new v7.5.8 from main download up top and installed straight over the top of existing install and it stays working and licence is activated all fine still.

There is not a major change in wordfenceClass.php found here 'wordfence\lib\wordfenceClass.php' that would constitute a major change and mean the nulling has to be changed.


Have just checked and these lines are already included in wordfenceClass.php from 'wordfence\lib\wordfenceClass.php taken from the main Babiato download for v7.5.8.

wfConfig::set('isPaid', 1);

wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);

wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);

wfConfig::set('premiumNextRenew', time()+31536000);


The only one missing is this one, however it should not be needed as the nulling already done is sufficient for it to be working fine.

wfConfig::set('success', 1);

Finally, like I have before, both v7.5.7 and v7.5.8 have installed and activated fine with fully licenced keys and no errors. So there is no error for me.
 

CyberDeviL

Back to Life 🧬
Trusted Uploader
Aug 10, 2018
2,795
10,823
113
Earth
@Tomz @CyberDeviL

Weird why this does not work as I have just downloaded previous v7.5.7 from History tab, installed it and it is all licenced fine.

Downloaded the new v7.5.8 from main download up top and installed straight over the top of existing install and it stays working and licence is activated all fine still.

There is not a major change in wordfenceClass.php found here 'wordfence\lib\wordfenceClass.php' that would constitute a major change and mean the nulling has to be changed.


Have just checked and these lines are already included in wordfenceClass.php from 'wordfence\lib\wordfenceClass.php taken from the main Babiato download for v7.5.8.

wfConfig::set('isPaid', 1);

wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);

wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);

wfConfig::set('premiumNextRenew', time()+31536000);


The only one missing is this one, however it should not be needed as the nulling already done is sufficient for it to be working fine.

wfConfig::set('success', 1);

Finally, like I have before, both v7.5.7 and v7.5.8 have installed and activated fine with fully licenced keys and no errors. So there is no error for me.
v7.5.8 was uploaded by me after testing on fresh domain.
 

purity

Well-known member
Trusted Uploader
Nov 4, 2018
659
3,026
100
Gemany
bobsmith updated Wordfence - WordPress Security Plugin with a new update entry:

Wordfence Security v7.5.9

Download Wordfence v7.5.9 - WordPress Security Plugin Nulled
= 7.5.9 - March 22, 2022 =

* Improvement: Updated GeoIP database
* Improvement: Removed blocking data update logic in order to reduce timeouts
* Improvement: Increased timeout value for API calls in order to reduce timeouts
* Improvement: Clarified notification count on Wordfence menu
* Improvement: Improved scan compatibility with WooCommerce
* Improvement: Added messaging when application passwords are disabled
* Fix...

Read the rest of this update entry...
 

automaytic

Well-known member
Trusted Uploader
Banned User
May 17, 2021
284
511
93
Earth
wizzyweb.com
Nulling method of wordfence plugin.
Add this line in wordfence.php file,
After the line number, 36.
Code:
add_action('plugins_loaded', function(){
                 if( !class_exists('wfConfig') ) return;
                 wfConfig::set('isPaid', 1);
                 wfConfig::set('success', 1);
                 wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);
                 wfConfig::set('licenseType', wfLicense::TYPE_RESPONSE);
                 wfConfig::set('premiumNextRenew', time()+31536000);
              }, 99);
 
Last edited:

purity

Well-known member
Trusted Uploader
Nov 4, 2018
659
3,026
100
Gemany
bobsmith updated Wordfence - WordPress Security Plugin with a new update entry:

Wordfence Security v7.5.10_Nulled

Download Wordfence v7.5.10 - WordPress Security Plugin Nulled
= 7.5.10 - May 17, 2022 =

* Improvement: Improved scan support for sites with non-standard directory structures
* Improvement: Increased accuracy of executable PHP upload detection
* Improvement: Addressed various deprecation notices with PHP 8.1
* Improvement: Improved handling of invalidated license keys
* Fix: Corrected lost password redirect URL when used with WooCommerce
* Fix: Prevented errors when live traffic data...

Read the rest of this update entry...
 

arash88

New member
Oct 8, 2020
13
2
3
Should we be worried about this?!

* Improvement: Improved handling of invalidated license keys
 
  • Wow
Reactions: BuxB

comcpa2022

Well-known member
Staff member
Moderator
Babiato Lover
GiveAway Master
Trusted Seller
Trusted Uploader
Mar 15, 2020
1,358
1,795
120
babiato.tech
Nulling method of wordfence plugin.
Add this line in wordfence.php file,
After the line number, 36.
Code:
add_action('plugins_loaded', function(){
          39       if( !class_exists('wfConfig') ) return;
          40       wfConfig::set('isPaid', 1);
          41       wfConfig::set('success', 1);
          42       wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);
          43       wfConfig::set('licenseType', wfLicense::TYPE_RESPONSE);
          44       wfConfig::set('premiumNextRenew', time()+31536000);
          45    }, 99);
You should remove the 39 to 45 numbers ;)
 

BuxB

New member
Feb 18, 2021
11
1
3
Nulling method of wordfence plugin.
Add this line in wordfence.php file,
After the line number, 36.
Code:
add_action('plugins_loaded', function(){
                 if( !class_exists('wfConfig') ) return;
                 wfConfig::set('isPaid', 1);
                 wfConfig::set('success', 1);
                 wfConfig::set('keyType', wfLicense::KEY_TYPE_PAID_CURRENT);
                 wfConfig::set('licenseType', wfLicense::TYPE_RESPONSE);
                 wfConfig::set('premiumNextRenew', time()+31536000);
              }, 99);
@pateljee this is the exact same method "Like To Get Some" from Tools 4 WP posted on 2022-02-02 in the must-use plugin thread that got removed. I guess you didn't know, but please give some credit .
However we don't use that method 😉
Bob, with what you know so far, can you try and assess if Like To Get Some/ Tools 4 WP's method from February is now compromised as of the 7.5.10 update even though it's not visible from the Dashboard, but your's isn't? Or you don't know yet?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu