in reply to Run arbitrary UNIX commands on webserver without telnet
No point in even using an input form (or Perl!) for this. How silly. How insecure. How overkill.#!/bin/sh echo content-type: text/plain echo ... put ... your ... command ... here
-- Randal L. Schwartz, Perl hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
(OT) - overkill Re: Re: Run arbitrary UNIX commands on webserver without telnet
by osfameron (Hermit) on Oct 31, 2001 at 02:25 UTC | |
Re(2): Run arbitrary UNIX commands on webserver without telnet
by dmmiller2k (Chaplain) on Oct 31, 2001 at 02:10 UTC |