sending results with perl?

  • Thread starter Thread starter Doctor_mizo
  • Start date Start date
D

Doctor_mizo

Guest
Hello all..
I have a perl file a.pl << the server
b.pl << client

the b.pl send a file (c.pl) to a.pl
in machine (a) the (c.pl) is going to be executed ...
c.pl is an monitor which moinitors port 80 for intrusions
so when c.pl will be executed it will watch the port for specific attacks which are written in rules.txt file
but...
what i want to do is to send the results which C.pl gives and send it as an alert from the server back to the client ... from a.pl to b.pl
how to do that?
 
Back
Top