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
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…