Help for this page

Select Code to Download


  1. or download this
    
    our $FLAG_IPV4              =   "0";
    ...
    our $DEBUG                  =       "0";
    our @attack_client_info     =       ("15.1.1.11","root","root123","15.
    +1.1.0/24","eth0","172.16.232.52");
    
  2. or download this
    open CONFIG, "SENCONFIG" or die "Configuration file missing ...\n";
    
    my $config = join "", <CONFIG>;
    eval $config or die "Failed to Evaluate SENCONFIG File...$@\n";
    
  3. or download this
    print $FLAG_IPV4; ### O/P is 0
    
  4. or download this
    Note: I am not using "use strict" option here because it gives complia
    +tion error stating variable not defined.