Omega Framework is a PHP post-exploitation framework,
aiming to provide a stealth interactive shell-like connection
over HTTP between client and web server using only a simple PHP
payload. It is a powerful framework capable to maintain access
to a compromised web server for privilege escalation purposes.
cd omega
chmod +x install.sh
./install.sh
cd omega
chmod +x uninstall.sh
./uninstall.sh
To execute Omega Framework you
should execute the following command.
omega
- Simple PHP payload.
All you need to remotely access web server via
Omega Framework is only a simple PHP payload.
- A lot of different plugins.
There are a lot of different useful plugins in
Omega Framework such as suidroot and corectl.
- Secure HTTP headers.
Omega Framework uses secure HTTP headers
to send remote commands to the web server.
Usage of the Omega Framework for attacking targets without prior mutual consent is illegal.
It is the end user's responsibility to obey all applicable local, state, federal, and international laws.
Developers assume no liability and are not responsible for any misuse or damage caused by this program.
---------------------------------------------------
Omega Framework
---------------------------------------------------
Copyright (C) <2020> <Entynetproject>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.