Re: [users@httpd] Signs of Apache Web Server been hacked

2013-11-11 Thread Chuck Lidderdale
Normally I just lurk hoping to pick up a thing or two but today I'd like to comment. Way back when I ran across a script called "COPS" that runs daily. It was/is a collection of scripts, one of which is: find / | sum > thisrun diff thisrun lastrun | report mv thisrun lastrun run = d

Re: [users@httpd] Trying to run expect from web page

2013-10-11 Thread Chuck Lidderdale
Guess I didn't explain my problem clearly enough. I'm unable to execute a an expect script via a web page. The page executes but the line with expect acts as if it's commented out or as if httpd.conf is missing something that allows expect to run. I've tried (via page.php): exec("thescri

[users@httpd] Trying to run expect from web page

2013-10-09 Thread Chuck Lidderdale
I'm going on vacation and want to check in to my server. I've written a knock-3-times.php webpage with the idea of then running an expect script to: telnet modem, echo iptables nat -s $IP etc. which would allow me get in to my server. The expect script runs just fine but in the page: exec