Guest User

Untitled

a guest
Feb 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. fear:0:~$ ruby -e 'puts "./..././..././..././..././..././..././..././.../etc/passwd".gsub(/\.\.\//, "")'
  2. ./../../../../../../../.etc/passwd
  3. fear:0:~$ perl -e '$f="./..././..././..././..././..././..././..././.../etc/passwd"; $f =~ s!/?\.\./?!!g; print $f."\n"'
  4. ../../../../../../../../etc/passwd
Add Comment
Please, Sign In to add comment