One Hat Cyber Team
Your IP :
216.73.216.148
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
mellit
/
tests
/
Edit File:
t2
#! /usr/local/bin/perl use strict; use FileHandle; require 'tests/common.pl'; print "# This test makes sure you get sent a Set-Cookie: directive with the user name\n\n"; my $script='cvswebedit.pl'; my $user='mrjc'; my $debug =1; my $fh = new FileHandle "perl $script edit=start user=$user < /dev/null | "; die if !defined($fh); my @ans = <$fh>; my $cookie_ok = grep /Set-Cookie: cvswebedit=$user/, @ans; my @ops = grep /^edit=/, @ans; status($cookie_ok, "!cookie not sent"); print "# This will send a USAGE PAGE as we have not specified a file name\n"; print "Counting number of operations, should be 8: $#ops\n"; my $op; foreach $op (@ops) { print "# $op"; } status ($#ops == 8, "number of operations not 8");
Simpan