POC详情: c02bcafd32f082968aadde1bce1e70431a1c3924

来源
关联漏洞
标题: Apache ActiveMQ 代码问题漏洞 (CVE-2023-46604)
描述:Apache ActiveMQ是美国阿帕奇(Apache)基金会的一套开源的消息中间件,它支持Java消息服务、集群、Spring Framework等。 Apache ActiveMQ 5.15.16之前、5.16.7之前、5.17.6之前或5.18.3之前版本存在代码问题漏洞,该漏洞源于允许具有代理网络访问权限的远程攻击者通过操纵 OpenWire 协议中的序列化类类型来运行任意 shell 命令。
描述
CVE-2023-46604环境复现包
文件快照

[4.0K] /data/pocs/c02bcafd32f082968aadde1bce1e70431a1c3924 ├── [4.0K] apache-activemq-5.15.15-bin │   └── [4.0K] apache-activemq-5.15.15 │   ├── [ 18M] activemq-all-5.15.15.jar │   ├── [4.0K] bin │   │   ├── [ 21K] activemq │   │   ├── [4.1K] activemq-admin.bat │   │   ├── [4.1K] activemq.bat │   │   ├── [ 16K] activemq.jar │   │   ├── [4.0K] win32 │   │   │   ├── [1.5K] activemq.bat │   │   │   ├── [1.6K] InstallService.bat │   │   │   ├── [1.5K] UninstallService.bat │   │   │   ├── [5.9K] wrapper.conf │   │   │   ├── [ 80K] wrapper.dll │   │   │   └── [200K] wrapper.exe │   │   ├── [4.0K] win64 │   │   │   ├── [1.5K] activemq.bat │   │   │   ├── [1.6K] InstallService.bat │   │   │   ├── [1.5K] UninstallService.bat │   │   │   ├── [5.9K] wrapper.conf │   │   │   ├── [ 75K] wrapper.dll │   │   │   └── [216K] wrapper.exe │   │   └── [ 82K] wrapper.jar │   ├── [4.0K] conf │   │   ├── [5.8K] activemq.xml │   │   ├── [1.3K] broker.ks │   │   ├── [ 592] broker-localhost.cert │   │   ├── [ 665] broker.ts │   │   ├── [1.3K] client.ks │   │   ├── [ 665] client.ts │   │   ├── [1.1K] credentials-enc.properties │   │   ├── [1.1K] credentials.properties │   │   ├── [ 962] groups.properties │   │   ├── [1011] java.security │   │   ├── [1.1K] jetty-realm.properties │   │   ├── [8.2K] jetty.xml │   │   ├── [ 965] jmx.access │   │   ├── [ 964] jmx.password │   │   ├── [3.5K] log4j.properties │   │   ├── [1.2K] logging.properties │   │   ├── [1016] login.config │   │   └── [ 961] users.properties │   ├── [4.0K] data │   │   ├── [ 39K] activemq.log │   │   ├── [ 0] audit.log │   │   ├── [4.0K] kahadb │   │   │   ├── [ 32M] db-1.log │   │   │   ├── [ 12K] db.data │   │   │   ├── [ 12K] db.redo │   │   │   └── [ 8] lock │   │   └── [ 38K] wrapper.log │   ├── [4.0K] docs │   │   ├── [ 919] index.html │   │   ├── [4.8K] user-guide.html │   │   └── [3.0K] WebConsole-README.txt │   ├── [4.0K] examples │   │   ├── [4.0K] amqp │   │   │   ├── [4.0K] java │   │   │   │   ├── [2.3K] pom.xml │   │   │   │   ├── [ 644] readme.md │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] main │   │   │   │   └── [4.0K] java │   │   │   │   └── [4.0K] example │   │   │   │   ├── [3.8K] Listener.java │   │   │   │   └── [3.1K] Publisher.java │   │   │   └── [4.0K] python │   │   │   ├── [ 841] address.py │   │   │   ├── [ 892] content.py │   │   │   ├── [ 766] readme.md │   │   │   ├── [1.8K] receiver.py │   │   │   └── [1.9K] sender.py │   │   ├── [4.0K] conf │   │   │   ├── [ 11K] activemq-demo.xml │   │   │   ├── [4.1K] activemq-dynamic-network-broker1.xml │   │   │   ├── [4.2K] activemq-dynamic-network-broker2.xml │   │   │   ├── [3.4K] activemq-jdbc-performance.xml │   │   │   ├── [4.2K] activemq-jdbc.xml │   │   │   ├── [7.0K] activemq-leveldb-replicating.xml │   │   │   ├── [4.0K] activemq-mqtt.xml │   │   │   ├── [3.1K] activemq-scalability.xml │   │   │   ├── [6.0K] activemq-security.xml │   │   │   ├── [5.0K] activemq-specjms.xml │   │   │   ├── [4.0K] activemq-static-network-broker1.xml │   │   │   ├── [4.0K] activemq-static-network-broker2.xml │   │   │   ├── [5.1K] activemq-stomp.xml │   │   │   ├── [3.4K] activemq-throughput.xml │   │   │   ├── [1.7K] activemq.xml │   │   │   ├── [2.4K] camel.xml │   │   │   ├── [7.7K] jetty-demo.xml │   │   │   ├── [1.6K] log4j.properties │   │   │   ├── [1.6K] resin-web.xml │   │   │   └── [1.4K] web.xml │   │   ├── [4.0K] mqtt │   │   │   ├── [4.0K] java │   │   │   │   ├── [2.2K] pom.xml │   │   │   │   ├── [ 607] readme.md │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] main │   │   │   │   └── [4.0K] java │   │   │   │   └── [4.0K] example │   │   │   │   ├── [4.4K] Listener.java │   │   │   │   └── [3.5K] Publisher.java │   │   │   └── [4.0K] websocket │   │   │   ├── [4.0K] css │   │   │   │   ├── [ 70K] bootstrap.min.css │   │   │   │   └── [7.5K] bootstrap.min.responsive.css │   │   │   ├── [4.0K] img │   │   │   │   ├── [7.8K] glyphicons-halflings.png │   │   │   │   └── [8.0K] glyphicons-halflings-white.png │   │   │   ├── [7.1K] index.html │   │   │   ├── [4.0K] js │   │   │   │   ├── [ 86K] jquery-3.4.1.min.js │   │   │   │   └── [ 78K] mqttws31.js │   │   │   └── [ 443] readme.md │   │   ├── [4.0K] openwire │   │   │   ├── [4.0K] advanced-scenarios │   │   │   │   ├── [4.0K] jms-example-composite-destinations │   │   │   │   │   ├── [3.2K] pom.xml │   │   │   │   │   ├── [ 800] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] composite │   │   │   │   │   └── [4.0K] dest │   │   │   │   │   ├── [4.5K] Consumer.java │   │   │   │   │   └── [2.6K] Producer.java │   │   │   │   ├── [4.0K] jms-example-durable-sub │   │   │   │   │   ├── [3.2K] pom.xml │   │   │   │   │   ├── [ 585] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] topic │   │   │   │   │   └── [4.0K] durable │   │   │   │   │   ├── [2.7K] Publisher.java │   │   │   │   │   └── [3.4K] Subscriber.java │   │   │   │   ├── [4.0K] jms-example-exclusive-consumer │   │   │   │   │   ├── [3.2K] pom.xml │   │   │   │   │   ├── [ 734] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] queue │   │   │   │   │   └── [4.0K] exclusive │   │   │   │   │   ├── [2.8K] Consumer.java │   │   │   │   │   └── [2.6K] Producer.java │   │   │   │   ├── [4.0K] jms-example-message-browser │   │   │   │   │   ├── [3.2K] pom.xml │   │   │   │   │   ├── [ 464] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] browser │   │   │   │   │   ├── [2.6K] Browser.java │   │   │   │   │   └── [2.6K] Producer.java │   │   │   │   ├── [4.0K] jms-example-queue │   │   │   │   │   ├── [3.1K] pom.xml │   │   │   │   │   ├── [ 427] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   ├── [4.0K] java │   │   │   │   │   │   └── [4.0K] example │   │   │   │   │   │   └── [4.0K] queue │   │   │   │   │   │   ├── [2.8K] Consumer.java │   │   │   │   │   │   └── [2.6K] Producer.java │   │   │   │   │   └── [4.0K] resources │   │   │   │   │   └── [1.3K] log4j.properties │   │   │   │   ├── [4.0K] jms-example-queue-selector │   │   │   │   │   ├── [3.2K] pom.xml │   │   │   │   │   ├── [ 614] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] queue │   │   │   │   │   └── [4.0K] selector │   │   │   │   │   ├── [2.8K] Consumer.java │   │   │   │   │   └── [2.9K] Producer.java │   │   │   │   ├── [4.0K] jms-example-temp-destinations │   │   │   │   │   ├── [3.2K] pom.xml │   │   │   │   │   ├── [ 514] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] tempdest │   │   │   │   │   ├── [3.1K] Consumer.java │   │   │   │   │   └── [3.1K] ProducerRequestReply.java │   │   │   │   ├── [4.0K] jms-example-topic │   │   │   │   │   ├── [3.1K] pom.xml │   │   │   │   │   ├── [ 433] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   ├── [4.0K] java │   │   │   │   │   │   └── [4.0K] example │   │   │   │   │   │   └── [4.0K] topic │   │   │   │   │   │   ├── [2.7K] Publisher.java │   │   │   │   │   │   └── [3.2K] Subscriber.java │   │   │   │   │   └── [4.0K] resources │   │   │   │   │   └── [1.3K] log4j.properties │   │   │   │   ├── [4.0K] jms-example-transaction │   │   │   │   │   ├── [2.2K] pom.xml │   │   │   │   │   ├── [ 716] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] transaction │   │   │   │   │   └── [4.5K] Client.java │   │   │   │   ├── [4.0K] jms-example-wildcard-consumer │   │   │   │   │   ├── [2.2K] pom.xml │   │   │   │   │   ├── [ 892] readme.md │   │   │   │   │   └── [4.0K] src │   │   │   │   │   └── [4.0K] main │   │   │   │   │   └── [4.0K] java │   │   │   │   │   └── [4.0K] example │   │   │   │   │   └── [4.0K] wildcard │   │   │   │   │   └── [4.3K] Client.java │   │   │   │   ├── [2.8K] pom.xml │   │   │   │   └── [ 108] readme.md │   │   │   ├── [4.0K] cpp │   │   │   │   ├── [4.5K] Listener.cpp │   │   │   │   ├── [4.0K] Publisher.cpp │   │   │   │   └── [1.2K] readme.md │   │   │   ├── [4.0K] csharp │   │   │   │   ├── [4.0K] ActiveMQExamples │   │   │   │   │   ├── [1.3K] ActiveMQExamples.sln │   │   │   │   │   ├── [1023] ActiveMQExamples.userprefs │   │   │   │   │   ├── [4.0K] Listener │   │   │   │   │   │   ├── [1.7K] AssemblyInfo.cs │   │   │   │   │   │   ├── [3.4K] Listener.cs │   │   │   │   │   │   ├── [2.2K] Listener.csproj │   │   │   │   │   │   └── [1.9K] NMSTracer.cs │   │   │   │   │   └── [4.0K] Publisher │   │   │   │   │   ├── [1.7K] AssemblyInfo.cs │   │   │   │   │   ├── [1.9K] NMSTracer.cs │   │   │   │   │   ├── [2.7K] Publisher.cs │   │   │   │   │   └── [2.2K] Publisher.csproj │   │   │   │   └── [ 779] readme.md │   │   │   ├── [4.0K] ecommerce │   │   │   │   ├── [4.4K] build.xml │   │   │   │   ├── [1.6K] README.txt │   │   │   │   └── [4.0K] src │   │   │   │   ├── [3.4K] Retailer.java │   │   │   │   ├── [4.0K] Supplier.java │   │   │   │   ├── [1.5K] TransactionsDemo.java │   │   │   │   └── [8.7K] Vendor.java │   │   │   ├── [4.0K] exploring-jms │   │   │   │   ├── [ 12K] build.xml │   │   │   │   ├── [4.0K] conf │   │   │   │   │   └── [1.6K] log4j.properties │   │   │   │   ├── [4.0K] QueuePTPSamples │   │   │   │   │   ├── [4.0K] QueueMonitor │   │   │   │   │   │   ├── [ 12K] QueueMonitor.java │   │   │   │   │   │   └── [2.9K] QueueMonitor.properties │   │   │   │   │   ├── [4.0K] QueueRoundTrip │   │   │   │   │   │   └── [8.9K] QueueRoundTrip.java │   │   │   │   │   ├── [4.0K] RequestReply │   │   │   │   │   │   ├── [ 13K] Replier.java │   │   │   │   │   │   └── [9.4K] Requestor.java │   │   │   │   │   ├── [4.0K] SelectorTalk │   │   │   │   │   │   └── [ 13K] SelectorTalk.java │   │   │   │   │   ├── [4.0K] Talk │   │   │   │   │   │   └── [ 12K] Talk.java │   │   │   │   │   └── [4.0K] TransactedTalk │   │   │   │   │   └── [ 13K] TransactedTalk.java │   │   │   │   ├── [ 208] readme.txt │   │   │   │   └── [4.0K] TopicPubSubSamples │   │   │   │   ├── [4.0K] Chat │   │   │   │   │   └── [8.7K] Chat.java │   │   │   │   ├── [4.0K] DurableChat │   │   │   │   │   └── [10.0K] DurableChat.java │   │   │   │   ├── [4.0K] HierarchicalChat │   │   │   │   │   └── [ 11K] HierarchicalChat.java │   │   │   │   ├── [4.0K] MessageMonitor │   │   │   │   │   ├── [ 10K] MessageMonitor.java │   │   │   │   │   └── [3.0K] MessageMonitor.properties │   │   │   │   ├── [4.0K] RequestReply │   │   │   │   │   ├── [ 12K] TopicReplier.java │   │   │   │   │   └── [8.5K] TopicRequestor.java │   │   │   │   ├── [4.0K] SelectorChat │   │   │   │   │   └── [ 10K] SelectorChat.java │   │   │   │   └── [4.0K] TransactedChat │   │   │   │   └── [ 11K] TransactedChat.java │   │   │   ├── [4.0K] java │   │   │   │   ├── [2.5K] pom.xml │   │   │   │   ├── [ 622] readme.md │   │   │   │   └── [4.0K] src │   │   │   │   └── [4.0K] main │   │   │   │   └── [4.0K] java │   │   │   │   └── [4.0K] example │   │   │   │   ├── [3.4K] Listener.java │   │   │   │   └── [2.8K] Publisher.java │   │   │   └── [4.0K] swissarmy │   │   │   ├── [ 15K] build.xml │   │   │   ├── [1.1K] readme.md │   │   │   └── [4.0K] src │   │   │   ├── [3.8K] CommandLineSupport.java │   │   │   ├── [ 12K] ConsumerTool.java │   │   │   ├── [1.4K] EmbeddedBroker.java │   │   │   ├── [ 974] jndi.properties │   │   │   ├── [2.3K] Log4jJMSAppenderExample.java │   │   │   ├── [1.7K] log4j-jms.properties │   │   │   ├── [1.7K] ProducerAndConsumerTool.java │   │   │   ├── [8.1K] ProducerTool.java │   │   │   ├── [8.1K] RequesterTool.java │   │   │   ├── [1.8K] StompExample.java │   │   │   ├── [3.7K] TopicListener.java │   │   │   └── [6.0K] TopicPublisher.java │   │   └── [4.0K] stomp │   │   ├── [4.0K] cpp │   │   │   ├── [4.5K] Listener.cpp │   │   │   ├── [4.0K] Publisher.cpp │   │   │   └── [1.4K] readme.md │   │   ├── [4.0K] csharp │   │   │   ├── [4.0K] ActiveMQExamples │   │   │   │   ├── [1.3K] ActiveMQExamples.sln │   │   │   │   ├── [1.2K] ActiveMQExamples.userprefs │   │   │   │   ├── [4.0K] Listener │   │   │   │   │   ├── [1.7K] AssemblyInfo.cs │   │   │   │   │   ├── [3.4K] Listener.cs │   │   │   │   │   ├── [2.2K] Listener.csproj │   │   │   │   │   └── [1.9K] NMSTracer.cs │   │   │   │   └── [4.0K] Publisher │   │   │   │   ├── [1.7K] AssemblyInfo.cs │   │   │   │   ├── [1.9K] NMSTracer.cs │   │   │   │   ├── [2.7K] Publisher.cs │   │   │   │   └── [2.2K] Publisher.csproj │   │   │   └── [ 751] readme.md │   │   ├── [4.0K] java │   │   │   ├── [2.4K] pom.xml │   │   │   ├── [ 622] readme.md │   │   │   └── [4.0K] src │   │   │   └── [4.0K] main │   │   │   └── [4.0K] java │   │   │   └── [4.0K] example │   │   │   ├── [3.3K] Listener.java │   │   │   └── [2.8K] Publisher.java │   │   ├── [4.0K] perl │   │   │   ├── [2.0K] listener │   │   │   ├── [2.0K] publisher │   │   │   └── [ 175] readme.md │   │   ├── [4.0K] php │   │   │   ├── [2.0K] listener.php │   │   │   ├── [1.6K] publisher.php │   │   │   └── [ 232] readme.md │   │   ├── [4.0K] python │   │   │   ├── [ 194] readme.md │   │   │   ├── [4.0K] stompest │   │   │   │   ├── [4.0K] async │   │   │   │   │   ├── [ 0] __init__.py │   │   │   │   │   ├── [2.3K] listener.py │   │   │   │   │   └── [1.8K] publisher.py │   │   │   │   ├── [ 598] readme.md │   │   │   │   └── [4.0K] sync │   │   │   │   ├── [ 0] __init__.py │   │   │   │   ├── [1.6K] listener.py │   │   │   │   └── [1.6K] publisher.py │   │   │   └── [4.0K] stomppy │   │   │   ├── [2.1K] listener.py │   │   │   ├── [1.6K] publisher.py │   │   │   └── [ 221] readme.md │   │   ├── [4.0K] ruby │   │   │   ├── [1.5K] catstomp.rb │   │   │   ├── [1.7K] listener.rb │   │   │   ├── [1.6K] publisher.rb │   │   │   ├── [ 732] readme.md │   │   │   └── [1.6K] stompcat.rb │   │   └── [4.0K] websocket │   │   ├── [4.0K] css │   │   │   ├── [ 70K] bootstrap.min.css │   │   │   └── [7.5K] bootstrap.min.responsive.css │   │   ├── [4.0K] img │   │   │   ├── [7.8K] glyphicons-halflings.png │   │   │   └── [8.0K] glyphicons-halflings-white.png │   │   ├── [6.0K] index.html │   │   ├── [4.0K] js │   │   │   ├── [ 86K] jquery-3.4.1.min.js │   │   │   └── [ 12K] stomp.js │   │   └── [ 443] readme.md │   ├── [4.0K] lib │   │   ├── [1.1M] activemq-broker-5.15.15.jar │   │   ├── [1.4M] activemq-client-5.15.15.jar │   │   ├── [192K] activemq-console-5.15.15.jar │   │   ├── [ 38K] activemq-jaas-5.15.15.jar │   │   ├── [665K] activemq-kahadb-store-5.15.15.jar │   │   ├── [670K] activemq-openwire-legacy-5.15.15.jar │   │   ├── [144K] activemq-protobuf-1.1.jar │   │   ├── [ 962] activemq-rar.txt │   │   ├── [167K] activemq-spring-5.15.15.jar │   │   ├── [135K] activemq-web-5.15.15.jar │   │   ├── [4.0K] camel │   │   │   ├── [ 75K] activemq-camel-5.15.15.jar │   │   │   ├── [4.9M] camel-core-2.25.2.jar │   │   │   ├── [188K] camel-jms-2.25.2.jar │   │   │   └── [353K] camel-spring-2.25.2.jar │   │   ├── [4.0K] extra │   │   │   └── [125K] mqtt-client-1.16.jar │   │   ├── [ 20K] geronimo-j2ee-management_1.1_spec-1.0.1.jar │   │   ├── [ 32K] geronimo-jms_1.1_spec-1.1.1.jar │   │   ├── [ 16K] geronimo-jta_1.1_spec-1.1.1.jar │   │   ├── [ 49K] hawtbuf-1.11.jar │   │   ├── [ 16K] jcl-over-slf4j-1.7.30.jar │   │   ├── [4.0K] optional │   │   │   ├── [100K] activeio-core-3.1.4.jar │   │   │   ├── [172K] activemq-amqp-5.15.15.jar │   │   │   ├── [108K] activemq-http-5.15.15.jar │   │   │   ├── [180K] activemq-jdbc-store-5.15.15.jar │   │   │   ├── [ 52K] activemq-jms-pool-5.15.15.jar │   │   │   ├── [965K] activemq-leveldb-store-5.15.15.jar │   │   │   ├── [ 14K] activemq-log4j-appender-5.15.15.jar │   │   │   ├── [101K] activemq-mqtt-5.15.15.jar │   │   │   ├── [ 25K] activemq-partition-5.15.15.jar │   │   │   ├── [ 20K] activemq-pool-5.15.15.jar │   │   │   ├── [1.6M] activemq-runtime-config-5.15.15.jar │   │   │   ├── [ 44K] activemq-shiro-5.15.15.jar │   │   │   ├── [109K] activemq-stomp-5.15.15.jar │   │   │   ├── [241K] commons-beanutils-1.9.4.jar │   │   │   ├── [327K] commons-codec-1.11.jar │   │   │   ├── [575K] commons-collections-3.2.2.jar │   │   │   ├── [203K] commons-dbcp2-2.8.0.jar │   │   │   ├── [279K] commons-io-2.8.0.jar │   │   │   ├── [574K] commons-lang3-3.12.0.jar │   │   │   ├── [300K] commons-net-3.8.0.jar │   │   │   ├── [132K] commons-pool2-2.9.0.jar │   │   │   ├── [ 37K] geronimo-j2ee-connector_1.5_spec-2.0.0.jar │   │   │   ├── [2.7M] guava-28.2-jre.jar │   │   │   ├── [ 27K] hawtbuf-proto-1.11.jar │   │   │   ├── [116K] hawtdispatch-1.22.jar │   │   │   ├── [ 81K] hawtdispatch-scala-2.11-1.22.jar │   │   │   ├── [125K] hawtdispatch-transport-1.22.jar │   │   │   ├── [ 19K] hawtjni-runtime-1.9.jar │   │   │   ├── [762K] httpclient-4.5.13.jar │   │   │   ├── [321K] httpcore-4.4.14.jar │   │   │   ├── [113K] insight-log4j-1.2.0.Beta4.jar │   │   │   ├── [ 22K] insight-log-core-1.2.0.Beta4.jar │   │   │   ├── [ 65K] jackson-annotations-2.9.10.jar │   │   │   ├── [318K] jackson-core-2.9.10.jar │   │   │   ├── [1.3M] jackson-databind-2.9.10.8.jar │   │   │   ├── [139K] jasypt-1.9.3.jar │   │   │   ├── [ 48K] jasypt-spring31-1.9.3.jar │   │   │   ├── [125K] jaxb2-basics-runtime-0.6.4.jar │   │   │   ├── [ 86K] jettison-1.4.1.jar │   │   │   ├── [200K] jmdns-3.4.1.jar │   │   │   ├── [221K] leveldb-0.9.jar │   │   │   ├── [9.1K] leveldb-api-0.9.jar │   │   │   ├── [ 55K] leveldbjni-1.8.jar │   │   │   ├── [478K] log4j-1.2.17.jar │   │   │   ├── [203K] org.apache.servicemix.bundles.josql-1.5_5.jar │   │   │   ├── [150K] org.linkedin.util-core-1.4.0.jar │   │   │   ├── [ 47K] org.linkedin.zookeeper-impl-1.4.0.jar │   │   │   ├── [725K] proton-j-0.33.8.jar │   │   │   ├── [5.5M] scala-library-2.11.11.jar │   │   │   ├── [404K] shiro-core-1.7.1.jar │   │   │   ├── [ 42K] shiro-spring-1.7.1.jar │   │   │   ├── [ 12K] slf4j-log4j12-1.7.30.jar │   │   │   ├── [ 48K] snappy-0.2.jar │   │   │   ├── [688K] snappy-java-1.1.2.jar │   │   │   ├── [371K] spring-aop-4.3.30.RELEASE.jar │   │   │   ├── [747K] spring-beans-4.3.30.RELEASE.jar │   │   │   ├── [1.1M] spring-context-4.3.30.RELEASE.jar │   │   │   ├── [1.1M] spring-core-4.3.30.RELEASE.jar │   │   │   ├── [270K] spring-expression-4.3.30.RELEASE.jar │   │   │   ├── [283K] spring-jms-4.3.30.RELEASE.jar │   │   │   ├── [ 84K] spring-oxm-4.3.30.RELEASE.jar │   │   │   ├── [262K] spring-tx-4.3.30.RELEASE.jar │   │   │   ├── [519K] velocity-engine-core-2.3.jar │   │   │   ├── [133K] xbean-spring-4.18.jar │   │   │   ├── [117K] xpp3-1.1.4c.jar │   │   │   ├── [615K] xstream-1.4.16.jar │   │   │   └── [890K] zookeeper-3.4.14.jar │   │   ├── [ 40K] slf4j-api-1.7.30.jar │   │   └── [4.0K] web │   │   ├── [248K] apache-el-8.5.54.jar │   │   ├── [1018K] apache-jsp-8.5.54.jar │   │   ├── [ 21K] apache-jsp-9.4.39.v20210325.jar │   │   ├── [ 12K] apache-jstl-9.4.39.v20210325.jar │   │   ├── [119K] asm-7.3.1.jar │   │   ├── [2.7M] ecj-3.17.0.jar │   │   ├── [ 12K] geronimo-annotation_1.0_spec-1.1.1.jar │   │   ├── [ 40K] javax.security.auth.message-1.0.0.v201108011116.jar │   │   ├── [298K] jdom2-2.0.6.jar │   │   ├── [3.7M] jetty-all-9.4.39.v20210325-uber.jar │   │   ├── [341K] jolokia-core-1.6.2.jar │   │   ├── [ 23K] json-simple-1.1.1.jar │   │   ├── [249K] rome-1.15.0.jar │   │   ├── [7.3K] rome-utils-1.15.0.jar │   │   ├── [811K] spring-web-4.3.30.RELEASE.jar │   │   ├── [901K] spring-webmvc-4.3.30.RELEASE.jar │   │   ├── [202K] taglibs-standard-impl-1.2.5.jar │   │   ├── [ 39K] taglibs-standard-spec-1.2.5.jar │   │   ├── [277K] tomcat-servlet-api-9.0.41.jar │   │   └── [ 39K] tomcat-websocket-api-9.0.41.jar │   ├── [ 40K] LICENSE │   ├── [3.3K] NOTICE │   ├── [2.5K] README.txt │   ├── [4.0K] webapps │   │   ├── [4.0K] admin │   │   │   ├── [5.5K] 403.html │   │   │   ├── [5.5K] 404.html │   │   │   ├── [5.6K] 500.html │   │   │   ├── [4.2K] browse.jsp │   │   │   ├── [4.0K] connection.jsp │   │   │   ├── [2.8K] connections.jsp │   │   │   ├── [4.0K] decorators │   │   │   │   ├── [3.2K] footer.jsp │   │   │   │   ├── [3.8K] header.jsp │   │   │   │   └── [2.1K] head.jsp │   │   │   ├── [2.4K] graph.jsp │   │   │   ├── [4.0K] images │   │   │   │   ├── [6.7K] activemq-logo.png │   │   │   │   ├── [4.6K] asf-logo.png │   │   │   │   ├── [ 325] big-bullet.png │   │   │   │   ├── [ 265] black-footer-bottom.png │   │   │   │   ├── [ 433] black-footer-left.png │   │   │   │   ├── [ 473] black-footer-right.png │   │   │   │   ├── [ 282] bottom-red-bar.png │   │   │   │   ├── [ 25K] checker-bg.png │   │   │   │   ├── [ 231] content-left.png │   │   │   │   ├── [ 249] content-right.png │   │   │   │   ├── [1.5K] feed_atom.png │   │   │   │   ├── [1.5K] feed_rss.png │   │   │   │   ├── [ 430] left-box-bottom.png │   │   │   │   ├── [ 248] left-box-right.png │   │   │   │   ├── [ 376] left-box-top.png │   │   │   │   ├── [3.8K] oval-arrow.png │   │   │   │   ├── [ 390] right-box-bottom.png │   │   │   │   ├── [ 248] right-box-left.png │   │   │   │   ├── [ 415] right-box-top.png │   │   │   │   ├── [ 215] small-bullet-gray.png │   │   │   │   ├── [ 215] small-bullet-red.png │   │   │   │   ├── [ 43] spacer.gif │   │   │   │   ├── [ 233] top-red-bar.png │   │   │   │   ├── [ 317] white-header-left.png │   │   │   │   ├── [ 362] white-header-right.png │   │   │   │   └── [ 248] white-header-top.png │   │   │   ├── [2.5K] index.jsp │   │   │   ├── [4.0K] js │   │   │   │   ├── [2.9K] common.js │   │   │   │   ├── [4.3K] css.js │   │   │   │   ├── [4.0K] mochi │   │   │   │   │   ├── [110K] MochiKit.js │   │   │   │   │   └── [ 414] __package__.js │   │   │   │   ├── [4.0K] plotkit │   │   │   │   │   ├── [9.4K] Base.js │   │   │   │   │   ├── [ 24K] Canvas.js │   │   │   │   │   ├── [ 511] dummy.svg │   │   │   │   │   ├── [ 12K] iecanvas.htc │   │   │   │   │   ├── [ 19K] Layout.js │   │   │   │   │   ├── [ 25K] SVG.js │   │   │   │   │   ├── [9.2K] SweetCanvas.js │   │   │   │   │   └── [7.0K] SweetSVG.js │   │   │   │   ├── [ 54K] prettify.js │   │   │   │   └── [ 12K] standardista-table-sorting.js │   │   │   ├── [4.3K] login.html │   │   │   ├── [1.2K] logout.jsp │   │   │   ├── [ 10K] message.jsp │   │   │   ├── [4.0K] META-INF │   │   │   │   ├── [ 73K] LICENSE │   │   │   │   └── [4.6K] NOTICE │   │   │   ├── [1.8K] network.jsp │   │   │   ├── [2.7K] queueConsumers.jsp │   │   │   ├── [2.8K] queueGraph.jsp │   │   │   ├── [2.2K] queueProducers.jsp │   │   │   ├── [5.0K] queues.jsp │   │   │   ├── [2.2K] scheduled.jsp │   │   │   ├── [4.3K] send.jsp │   │   │   ├── [5.4K] slave.jsp │   │   │   ├── [4.0K] styles │   │   │   │   ├── [1.4K] prettify.css │   │   │   │   ├── [7.2K] site.css │   │   │   │   ├── [1.5K] sorttable.css │   │   │   │   └── [3.4K] type-settings.css │   │   │   ├── [6.3K] subscribers.jsp │   │   │   ├── [4.0K] test │   │   │   │   ├── [1.4K] dummy.jsp │   │   │   │   ├── [2.0K] index.jsp │   │   │   │   └── [1.3K] systemProperties.jsp │   │   │   ├── [2.2K] topicProducers.jsp │   │   │   ├── [3.0K] topics.jsp │   │   │   ├── [2.5K] topicSubscribers.jsp │   │   │   ├── [4.0K] WEB-INF │   │   │   │   ├── [4.0K] classes │   │   │   │   │   └── [4.0K] org │   │   │   │   │   └── [4.0K] apache │   │   │   │   │   └── [4.0K] activemq │   │   │   │   │   └── [4.0K] web │   │   │   │   │   ├── [4.0K] config │   │   │   │   │   │   └── [3.2K] OsgiConfiguration.class │   │   │   │   │   ├── [4.0K] controller │   │   │   │   │   │   ├── [2.3K] CopyMessage.class │   │   │   │   │   │   ├── [1.2K] CreateDestination.class │   │   │   │   │   │   ├── [1.9K] CreateSubscriber.class │   │   │   │   │   │   ├── [1.0K] DeleteDestination.class │   │   │   │   │   │   ├── [2.1K] DeleteJob.class │   │   │   │   │   │   ├── [2.1K] DeleteMessage.class │   │   │   │   │   │   ├── [1.3K] DeleteSubscriber.class │   │   │   │   │   │   ├── [2.4K] MoveMessage.class │   │   │   │   │   │   ├── [1.7K] PauseDestination.class │   │   │   │   │   │   ├── [1.8K] PurgeDestination.class │   │   │   │   │   │   ├── [1.7K] ResumeDestination.class │   │   │   │   │   │   ├── [2.2K] RetryMessage.class │   │   │   │   │   │   └── [7.5K] SendMessage.class │   │   │   │   │   ├── [4.0K] filter │   │   │   │   │   │   ├── [1.6K] ApplicationContextFilter$1.class │   │   │   │   │   │   ├── [1.7K] ApplicationContextFilter$2.class │   │   │   │   │   │   └── [4.6K] ApplicationContextFilter.class │   │   │   │   │   ├── [4.0K] handler │   │   │   │   │   │   └── [3.2K] BindingBeanNameUrlHandlerMapping.class │   │   │   │   │   ├── [ 634] WebConsoleStarter$OsgiUtil.class │   │   │   │   │   └── [4.1K] WebConsoleStarter.class │   │   │   │   ├── [4.2K] dispatcher-servlet.xml │   │   │   │   ├── [4.0K] jspf │   │   │   │   │   └── [1.0K] headertags.jspf │   │   │   │   ├── [4.0K] tags │   │   │   │   │   ├── [4.0K] form │   │   │   │   │   │   ├── [ 971] checkbox.tag │   │   │   │   │   │   ├── [ 944] escape.tag │   │   │   │   │   │   ├── [1.1K] forEachMapEntry.tag │   │   │   │   │   │   ├── [1.1K] option.tag │   │   │   │   │   │   ├── [1.3K] short.tag │   │   │   │   │   │   ├── [1.2K] text.tag │   │   │   │   │   │   ├── [1.2K] tooltip.tag │   │   │   │   │   │   └── [ 946] uri.tag │   │   │   │   │   └── [4.0K] jms │   │   │   │   │   ├── [1.5K] forEachConnection.tag │   │   │   │   │   ├── [1.3K] forEachMessage.tag │   │   │   │   │   ├── [1.2K] formatTimestamp.tag │   │   │   │   │   └── [1.1K] persistent.tag │   │   │   │   ├── [1.3K] webconsole-default.xml │   │   │   │   ├── [2.0K] webconsole-embedded.xml │   │   │   │   ├── [2.1K] webconsole-invm.xml │   │   │   │   ├── [2.0K] webconsole-jndi.xml │   │   │   │   ├── [2.0K] webconsole-osgi.xml │   │   │   │   ├── [2.0K] webconsole-properties.xml │   │   │   │   ├── [2.1K] webconsole-query.xml │   │   │   │   └── [5.5K] web.xml │   │   │   └── [4.0K] xml │   │   │   ├── [1.5K] queues.jsp │   │   │   ├── [2.6K] subscribers.jsp │   │   │   └── [1.3K] topics.jsp │   │   ├── [4.0K] api │   │   │   └── [4.0K] WEB-INF │   │   │   ├── [4.0K] classes │   │   │   │   └── [1.3K] jolokia-access.xml │   │   │   └── [3.0K] web.xml │   │   ├── [3.6K] favicon.ico │   │   ├── [4.0K] images │   │   │   ├── [6.7K] activemq-logo.png │   │   │   ├── [4.6K] asf-logo.png │   │   │   ├── [ 325] big-bullet.png │   │   │   ├── [ 265] black-footer-bottom.png │   │   │   ├── [ 433] black-footer-left.png │   │   │   ├── [ 473] black-footer-right.png │   │   │   ├── [ 282] bottom-red-bar.png │   │   │   ├── [ 25K] checker-bg.png │   │   │   ├── [ 231] content-left.png │   │   │   ├── [ 249] content-right.png │   │   │   ├── [1.5K] feed_atom.png │   │   │   ├── [1.5K] feed_rss.png │   │   │   ├── [ 430] left-box-bottom.png │   │   │   ├── [ 248] left-box-right.png │   │   │   ├── [ 376] left-box-top.png │   │   │   ├── [3.8K] oval-arrow.png │   │   │   ├── [ 390] right-box-bottom.png │   │   │   ├── [ 248] right-box-left.png │   │   │   ├── [ 415] right-box-top.png │   │   │   ├── [ 215] small-bullet-gray.png │   │   │   ├── [ 215] small-bullet-red.png │   │   │   ├── [ 43] spacer.gif │   │   │   ├── [ 233] top-red-bar.png │   │   │   ├── [ 317] white-header-left.png │   │   │   ├── [ 362] white-header-right.png │   │   │   └── [ 248] white-header-top.png │   │   ├── [5.9K] index.html │   │   └── [4.0K] styles │   │   ├── [1.4K] prettify.css │   │   ├── [7.2K] site.css │   │   ├── [1.5K] sorttable.css │   │   └── [3.4K] type-settings.css │   └── [4.0K] webapps-demo │   └── [4.0K] demo │   ├── [1.4K] chat.css │   ├── [8.9K] chat.html │   ├── [4.0K] images │   │   ├── [6.7K] activemq-logo.png │   │   ├── [4.6K] asf-logo.png │   │   ├── [ 325] big-bullet.png │   │   ├── [ 265] black-footer-bottom.png │   │   ├── [ 433] black-footer-left.png │   │   ├── [ 473] black-footer-right.png │   │   ├── [ 282] bottom-red-bar.png │   │   ├── [ 25K] checker-bg.png │   │   ├── [ 231] content-left.png │   │   ├── [ 249] content-right.png │   │   ├── [1.5K] feed_atom.png │   │   ├── [1.5K] feed_rss.png │   │   ├── [ 430] left-box-bottom.png │   │   ├── [ 248] left-box-right.png │   │   ├── [ 376] left-box-top.png │   │   ├── [3.8K] oval-arrow.png │   │   ├── [ 390] right-box-bottom.png │   │   ├── [ 248] right-box-left.png │   │   ├── [ 415] right-box-top.png │   │   ├── [ 215] small-bullet-gray.png │   │   ├── [ 215] small-bullet-red.png │   │   ├── [ 43] spacer.gif │   │   ├── [ 233] top-red-bar.png │   │   ├── [ 317] white-header-left.png │   │   ├── [ 362] white-header-right.png │   │   └── [ 248] white-header-top.png │   ├── [8.3K] index.html │   ├── [4.0K] js │   │   ├── [2.9K] amq_dojo_adapter.js │   │   ├── [2.9K] amq_jquery_adapter.js │   │   ├── [ 10K] amq.js │   │   ├── [2.9K] amq_prototype_adapter.js │   │   ├── [5.4K] chat.js │   │   ├── [2.9K] common.js │   │   ├── [4.3K] css.js │   │   ├── [ 87K] dojo.js │   │   ├── [ 70K] jquery-1.4.2.min.js │   │   ├── [4.0K] mochi │   │   │   ├── [110K] MochiKit.js │   │   │   └── [ 414] __package__.js │   │   ├── [4.0K] plotkit │   │   │   ├── [9.4K] Base.js │   │   │   ├── [ 24K] Canvas.js │   │   │   ├── [ 511] dummy.svg │   │   │   ├── [ 12K] iecanvas.htc │   │   │   ├── [ 19K] Layout.js │   │   │   ├── [ 25K] SVG.js │   │   │   ├── [9.2K] SweetCanvas.js │   │   │   └── [7.0K] SweetSVG.js │   │   ├── [ 54K] prettify.js │   │   ├── [137K] prototype.js │   │   └── [ 12K] standardista-table-sorting.js │   ├── [4.0K] META-INF │   │   ├── [ 30K] LICENSE │   │   └── [3.5K] NOTICE │   ├── [4.0K] mqtt │   │   ├── [1.9K] chat.css │   │   ├── [2.8K] chat.js │   │   ├── [7.3K] index.html │   │   └── [ 78K] mqttws31.js │   ├── [4.0K] portfolio │   │   ├── [2.4K] portfolio.html │   │   └── [2.5K] portfolio.js │   ├── [1.6K] send.html │   ├── [6.5K] style.css │   ├── [4.0K] styles │   │   ├── [1.4K] prettify.css │   │   ├── [7.2K] site.css │   │   ├── [1.5K] sorttable.css │   │   └── [3.4K] type-settings.css │   ├── [4.0K] test │   │   ├── [ 14K] amq_test.html │   │   └── [4.0K] assets │   │   ├── [ 34K] jsunittest.js │   │   ├── [ 214] README │   │   └── [ 822] unittest.css │   ├── [4.0K] WEB-INF │   │   └── [4.0K] web.xml │   └── [4.0K] websocket │   ├── [1.9K] chat.css │   ├── [2.3K] chat.js │   ├── [7.3K] index.html │   └── [ 12K] stomp.js ├── [4.0K] demo │   ├── [1.2K] pom.xml │   └── [4.0K] src │   └── [4.0K] main │   └── [4.0K] java │   ├── [4.0K] com │   │   └── [4.0K] example │   │   └── [ 898] ExceptionResponseExploit.java │   └── [4.0K] org │   └── [4.0K] springframework │   └── [4.0K] context │   └── [4.0K] support │   └── [ 205] ClassPathXmlApplicationContext.java ├── [ 25K] javax.jms.jar ├── [4.0K] poc │   └── [ 509] poc.xml └── [ 499] readme.md 210 directories, 580 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。