Help for this page

Select Code to Download


  1. or download this
    print MAIL "To: $form{'usermail'}\n";
    
  2. or download this
    victim1@domain.com, victim2@domain.com, victim3@domain.com, etc...
    
  3. or download this
    #!/usr/bin/perl -wT
    
  4. or download this
    my $username;
    If ($form{username} =~ /^([\w.-]+)$/) {
    ...
    else {
     die("invalid username");
    }