Hacker News new | ask | show | jobs
user: textmode
created: 2016-06-15
karma: 234

   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);
   }


submissions:

0 points | 0 comments
yy092: busybox omits csplit
1 points | 1 comments
0 points | 0 comments
0 points | 0 comments
Remove HTTP headers from gzip or zip on stdin yy054 (revised)
3 points | 2 comments
0 points | 0 comments
Extract URLs Relative and/or Absolute yy044
1 points | 1 comments
Gzip and Zip File Extraction from stdin
2 points | 0 comments
0 points | 0 comments
Chunked-transfer decoding from stdin yy045
1 points | 1 comments
Not all grep implementations provide an “-o” option
2 points | 1 comments
0 points | 0 comments
HTTP/1.1 pipelining example: retrieving 100s of small files
2 points | 0 comments
JPEG File Extraction from stdin
1 points | 0 comments
0 points | 0 comments
Gzip File Extraction from stdin
3 points | 1 comments
0 points | 0 comments
0 points | 0 comments
0 points | 0 comments
0 points | 0 comments
0 points | 0 comments
0 points | 0 comments
0 points | 0 comments
Binary to hex faster than xxd, part 2 of 2
3 points | 1 comments
Binary to hex faster than xxd, part 1 of 2
3 points | 3 comments
Making HTTP clients for use with netcat-like programs, part 2 of 2
2 points | 1 comments