All Projects → rakshitshah94 → Wordpress Wp Vcd Malware Attack Solution

rakshitshah94 / Wordpress Wp Vcd Malware Attack Solution

Licence: mit
Another attack on wordpress 4.8

Projects that are alternatives of or similar to Wordpress Wp Vcd Malware Attack Solution

Php Antimalware Scanner
AMWScan (PHP Antimalware Scanner) is a free tool to scan php files and analyze your project to find any malicious code inside it.
Stars: ✭ 181 (+483.87%)
Mutual labels:  wordpress, malware
The Big List Of Hacked Malware Web Sites
This repository contains a list of all web sites I come across that are either hacked with or purposefully hosting malware, ransomware, viruses or trojans.
Stars: ✭ 125 (+303.23%)
Mutual labels:  wordpress, malware
Builder Template Categories
Organize your Page Builder Templates in the WordPress Admin. Time saver, especially for bigger projects. Get a better and faster overview, don't get lost. Filter templates with your categories. With extended plugin & theme support.
Stars: ✭ 20 (-35.48%)
Mutual labels:  wordpress
Constant Vigilance
Learn this if you want to be a software engineer. Constant vigilance means being continually aware of areas that need improvement. For me, I am constantly searching for valuable resources to ensure I am able to solve any problem that comes my way.
Stars: ✭ 30 (-3.23%)
Mutual labels:  wordpress
Wp Bootstrap4 Megamenu Navwalker
A Navwalker to impliment a widget based Mega Menu using Bootstrap 4.0 nav classes
Stars: ✭ 28 (-9.68%)
Mutual labels:  wordpress
Blocklistsaggregator
A Python tool that downloads IP block lists from various sources and builds configurations for network equipments and firewalls.
Stars: ✭ 20 (-35.48%)
Mutual labels:  malware
Virustotal Tools
Submits multiple domains to VirusTotal API
Stars: ✭ 29 (-6.45%)
Mutual labels:  malware
Pods
The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
Stars: ✭ 883 (+2748.39%)
Mutual labels:  wordpress
Vscode Wordpress Hooks
VS Code extension for autocomplete support for WordPress actions and filters
Stars: ✭ 31 (+0%)
Mutual labels:  wordpress
Njrat 0.7d Stub Csharp
njRAT C# Stub - Fixed For PowerShell
Stars: ✭ 28 (-9.68%)
Mutual labels:  malware
Disqus Wordpress Plugin
WordPress plugin for Disqus (2018 version)
Stars: ✭ 30 (-3.23%)
Mutual labels:  wordpress
Kandinsky
Проект Кандинский. Красивый сайт для НКО
Stars: ✭ 27 (-12.9%)
Mutual labels:  wordpress
Pmpro Addon Packages
Charge for access to specific pages or other post types in WordPress. Requires the Paid Memberships Pro plugin.
Stars: ✭ 20 (-35.48%)
Mutual labels:  wordpress
Wordpress To Jekyll Exporter
One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll
Stars: ✭ 951 (+2967.74%)
Mutual labels:  wordpress
Cmb2 Extension
This Repository is a extensions of CMB2 WordPress Plugin.
Stars: ✭ 20 (-35.48%)
Mutual labels:  wordpress
Medium Clone
🎉 Mediumm WordPress theme, very inspired by medium.com
Stars: ✭ 29 (-6.45%)
Mutual labels:  wordpress
Wordpress Related
WordPress codes
Stars: ✭ 15 (-51.61%)
Mutual labels:  wordpress
Blog Post Workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Stars: ✭ 910 (+2835.48%)
Mutual labels:  wordpress
Ultimate Blocks
Custom Gutenberg Blocks for Bloggers and Marketers. Create Better Content With Gutenberg.
Stars: ✭ 29 (-6.45%)
Mutual labels:  wordpress
Wp Gdpr Core
This WordPress plugin assists you in making your website ready for the GDPR. We try to cover the core WordPress features with this plugin.
Stars: ✭ 31 (+0%)
Mutual labels:  wordpress

Wordpress-wp-vcd-malware-attack-solution

Another attack on wordpress 4.8

Visit : Medium ,
Check out the guidelines and Remove above mentioned files to make your wordpress safe.

Let me know, If you find anything suspicious in your wordpress.
If you think, your wordpress is now secure, Please click on Clap button on Medium.

Update 1 :

How it spreads?

The first thing to understand how to defeat an enemy is to understand it. The cause of WP-VCD attack is a nulled theme or a nulled plugin. Inside the plugin installation file many times is present this directive:

<?php if (file_exists(dirname(__FILE__) . '/class.plugin-modules.php')) 
  include_once(dirname(__FILE__) . '/class.plugin-modules.php'); ?>
<?php

/*
Plugin Name: Example
Plugin URI: http://example.com/
Author: John Doe 
....
*/

That directive load a script that will spread the malware. Opening that file is possible to found the malware code:

<?php
 
//install_code1
error_reporting(0);
ini_set('display_errors', 0);
DEFINE('MAX_LEVEL', 2); 
DEFINE('MAX_ITERATION', 50); 
DEFINE('P', $_SERVER['DOCUMENT_ROOT']);

$GLOBALS['WP_CD_CODE'] = 'PDHstAgXchan5E3JlcG9ydG...

So the first step to do in order to defeat the malware is to delete the involved plugin (or at least remove malware code from the plugin).

Edit: On 05/13/2020 As per the R&D, ThejeswarReddy found that,

if you download null theme/plugin and inspect all files with your here mention code there is only folder that causing this issue that is '.settings' folder (usually in the root folder). it contains every file to create this malware, you can safely delete this folder and still the plugin/theme works!!

Contributor(s) : (Special Thanks To...)

Rakshit Shah
Gabriele Serra
CodinCafe
ThejeswarReddy

EDIT #1 : (01/08/2018)

Contribution

If you want to contribute anything about WP-VCD attack, Create a pull request and let's try to make wordpress more secure.

If you like our work, Share your some love, That will be appreciated!

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].