nc -l 192.168.x.x 10001 > daten.txt&
2012-08-03T13:54:45 hasystDas Kommando nc wird auch mit Angabe des Pfadnamens (/opt/bin/nc) nicht gefunden oder ausgeführt, lediglich die Ausgabedatei 'daten.txt' wird angelegt.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
!/usr/bin/perl -w
use strict;
use CGI qw(param);
use CGI::Carp qw(fatalsToBrowser);
my $headline = "Ein sauberes Script!";
system( "sh","startdevicelog.sh");
print "Content-type: text/html\n\n";
print "<html><head><title>Test</title></head><body>\n";
print "<h1>$headline</h1>\n";
print "</body></html>\n";
1
2
3
4
5
6
7
8
9
10
[Fri Aug 03 17:33:42 2012] [debug] ssl_engine_kernel.c(1866): OpenSSL: Handshake: start
[Fri Aug 03 17:33:42 2012] [debug] ssl_engine_kernel.c(1874): OpenSSL: Loop: before/accept initialization
[Fri Aug 03 17:33:42 2012] [debug] ssl_engine_io.c(1897): OpenSSL: read 11/11 bytes from BIO#345ba0 [mem: 357858] (BIO dump follows)
[Fri Aug 03 17:33:42 2012] [debug] ssl_engine_io.c(1830): +-------------------------------------------------------------------------+
[Fri Aug 03 17:33:42 2012] [debug] ssl_engine_io.c(1869): | 0000: 4f 50 54 49 4f 4e 53 20-2a 20 48 OPTIONS * H |
[Fri Aug 03 17:33:42 2012] [debug] ssl_engine_io.c(1875): +-------------------------------------------------------------------------+
[Fri Aug 03 17:33:42 2012] [debug] ssl_engine_kernel.c(1903): OpenSSL: Exit: error in SSLv2/v3 read client hello A
[Fri Aug 03 17:33:42 2012] [info] [client ::1] SSL library error 1 in handshake (server *:5001)
[Fri Aug 03 17:33:42 2012] [info] SSL Library Error: 336027900 error:140760FC:lib(20):func(118):reason(252)
[Fri Aug 03 17:33:42 2012] [info] [client ::1] Connection closed to child 14 with abortive shutdown (server *:5001)