Already Nulled NinjaScanner – Virus & Malware scan

GodDevil

Member
Oct 9, 2019
77
27
18
NinjaScanner is a lightweight, fast and powerful antivirus scanner for WordPress which includes many features to help you scan your blog for malware and virus.

Free version of NinjaScanner plugin at WordPress repository - https://wordpress.org/plugins/ninjascanner/

Premium edition of the plugin has extra "scheduled scans" function - https://nintechnet.com/ninjascanner/

Anyone has this plugin?
Requesting for nulled version of the plugin @Tomz
 
Last edited:
  • Like
Reactions: Snowist

MrSam_1

Well-known member
Staff member
Administrator
Dec 1, 2018
18,033
24,348
120
babiato.tech
Moving this thread to nulling request

Edit: tips for nulling from free -> check ninjascanner->lib->utils.php

function nscan_check_license
Simulate the response from server like
PHP:
res = (
          "response" => ( "code" => 200"),
          "body" => (
                            "err" => "",
                            "key" => "randomkey",
                            "exp" => date('Y-m-d', strtotime('+5 years))
)

This is a raw example, of course you have to take care of jsonencode/decode function so please adapt.

Second edit: don't forget to comment this line:

Code:
 $res = wp_remote_post( NSCAN_SIGNATURES_URL, $request_string );
by adding // in front

Another way to null it is to use this code
PHP:
$nscan_options["key"] = "randomkey";
$nscan_options["exp"] = date('Y-m-d', strtotime('+5 years));

right before update_option('nscan_options', $nscan_options); in function nscan_activate in index.php
 
Last edited by a moderator:

GodDevil

Member
Oct 9, 2019
77
27
18
Another way to null it is to use this code
PHP:
$nscan_options["key"] = "randomkey";
$nscan_options["exp"] = date('Y-m-d', strtotime('+5 years));

right before update_option('nscan_options', $nscan_options); in function nscan_activate in index.php
I don't know how to use the first method, so I tried the second method.

Copied this code and added it as instructed.
$nscan_options["key"] = "randomkey";
$nscan_options["exp"] = date('Y-m-d', strtotime('+5 years));
But it caused fatal error to my website.
 

hamara_bajaj

Active member
Null Master
Trusted Uploader
May 2, 2022
107
115
43
I don't know how to use the first method, so I tried the second method.

Copied this code and added it as instructed.

But it caused fatal error to my website.
I can try my hands on it. Please share the untouched version with me.
 
  • Like
Reactions: GodDevil

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