Posts

Showing posts with the label wordpresswordpress pluginswordpress hacksPenetration TestWebsite Testing

Rise in WordPress Hacks: Cybercriminals Mask Theft as Image Downloads

Image
      More than five thousand web resources have already been hit by a new large-scale campaign.         A malicious campaign has been identified on more than 5,000   WordPress   sites, during which attackers create fake administrator accounts, install malicious plugins, and steal data. Specialists at c/side, a web script security company,   detected   this activity during the incident response of one of the customers. Malicious activity uses the wp3[.] domainxyz for data transfer. The original infection vector has not yet been established. After the site is compromised, a malicious script from the specified domain creates an administrator account named wpx_admin, and its data is stored in the code. The script then downloads and activates a malicious plugin called plugin.php from the same domain. According to c/side, this plugin is designed to collect sensitive information, including administrator credentials and logs, which are sen...

😈 WPScan - a powerful framework for WordPress pentesting

Image
  Today, more than half of all websites run on CMS, and according   to W3Techs , 63.7% of them use WordPress. If your website is one of them, then in this article, you will learn how to test it for strength using one of the most powerful Wordpress pentest tools – WPScan. Content: Introduction WordPress Version Scan Scan Installed Themes Scanning Installed Plugins User Scanning Scan themes, plugins, and users with one team Brute force with WPScan Loading a shell with Metasploit Exploiting vulnerabilities in plugins Proxy Scan Scanning with HTTP Authentication Enabled Introduction WPScan is a WordPress blackbox vulnerability scanner written in Ruby. Allows you to identify vulnerabilities in: In the engine version. Themes. Plugins. WPScan is already pre-installed in a number   of white hat hacking operating systems , such as: Kali Linux SamuraiWTF Pentoo BlackArch WPScan scans its database to find outdated versions and vulnerabilities in the target site's engine. WPScan feat...