ProjectOpal : Stealth Post-Exploitation Framework For WordPress

We intentionally made it for our penetration testing jobs however its getting grey hairs now so we thought we would like to pass it on to the public!. ProjectOpal or Opal.

Is a stealth post exploit framework for wordpress sites that can hide its trace from logs and obfuscate it’s way through the system! πŸ™‚

Fun cool features it creates a admin user that is hidden from all users including admins! just note its stored in the database so don’t forget to delete your traces.

  • WORDPRESS:
    • Login: opal@wordpress.com
    • (Default) Pass: QCa9KT4eAvxzC5Kk or projectopal
  • Backend Login:
    • (Default) Login: QCa9KT4eAvxzC5Kk
  • LOGINTAMP: Allows you to login to any user
  • CHAPPY: Creates a administrator account
  • USERDUMP: Dumps all user entries
  • LOCATE: Gets implant location

Also Read – ScoringEngine : Scoring Engine for Red/White/Blue Team Competitions

Getting Started

Clone the repository with git:
git clone https://github.com/shadowlabscc/ProjectOpal.git && cd ProjectOpal
python opal.py

or

python Injector.py (Edit the config.py!)
You will see a start-up screen. Type help and get to know your shell better

Features

These are features that Shadowlabs Team prides themself on based on this program:

  • Bypass WAF(Web application firewall)
  • Hidden/Stealth
  • Let’s you login to any user
  • Dump entire user entries
  • Create a persistent admin account that is hidden
  • Obfuscated implant
  • Multi-functionality

β”œβ”€β”€ Injector
β”‚ β”œβ”€β”€ Dolly2.zip
β”‚ β”œβ”€β”€ Injector.py
β”‚ └── config.py
β”œβ”€β”€ WordPress
β”‚ β”œβ”€β”€ 64fc9f8191afee3231e7197a27b8ee0c.php
β”‚ β”œβ”€β”€ index.php
β”‚ └── install.php
β”œβ”€β”€ lib
β”‚ β”œβ”€β”€ banner.txt
β”‚ β”œβ”€β”€ config.password
β”‚ β”œβ”€β”€ config.target
β”‚ └── persistent_head.txt
└── opal.py

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago