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.
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:
├── 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
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…