Facebook
From korg, 7 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 412
  1. Paste2
  2. Create Paste
  3. Followup Paste
  4. QR
  5. #include <unistd.h>
  6. void main(void)
  7. {
  8. setuid(0);
  9. setgid(0);
  10. execl("/bin/sh","sh",NULL);
  11. }
  12.  
  13. © 2006 - 2023 Paste2.org.
  14. Follow paste2.org on Twitter

Replies to s rss

Title Name Language When
ss korgi text 7 Months ago.