Settings

Theme

textmode

Karma
234
Created
9 years ago

About

   int main(){
   char *b[16];
   b[0]="curvecpclient";
   b[1]="server2"; // server name
   b[2]="174b288f3edb7e930040d9f0dd417577b210eb4ef6b9103e6a197210df27bc33";
   b[3]="127.0.0.1"; // server address
   b[4]="80";
   b[5]="90ce4d782b0211e8811d77379f4da525"; // server extension
   b[6]="/usr/bin/curvecpmessage";
   b[7]="-c";
   b[7]="/usr/bin/tcpclient";
   b[8]="-RHDl0";
   b[9]="127.0.0.1";
   b[10]="80";
   b[11]="/usr/bin/http-get";
   b[12]="http://127.0.0.1/1.htm";
   b[13]="1.htm"; 
   b[14]="1.tmp"; 
   b[15]=(void *)0;
   execve("/usr/bin/curvecpclient",b,(void *)0);
   }

Recent Submissions

  1. 1. yy092: busybox omits csplit
  2. 2. Remove HTTP headers from gzip or zip on stdin yy054 (revised)
  3. 3. Extract URLs Relative and/or Absolute yy044
  4. 4. Gzip and Zip File Extraction from stdin
  5. 5. Chunked-transfer decoding from stdin yy045
  6. 6. Not all grep implementations provide an “-o” option
  7. 7. HTTP/1.1 pipelining example: retrieving 100s of small files
  8. 8. JPEG File Extraction from stdin
  9. 9. Gzip File Extraction from stdin
  10. 10. Binary to hex faster than xxd, part 2 of 2

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection