Conman Laboratories

Better living through software …

Perl Wrapper

Sean Conner

Thanks

I'd like to thank HarmonyLogic for funding the development of this program.

Introduction

The servers were being pounded by malevolent scripts uploaded by crackers, and while sometimes I could track the source code down, often times the scripts themselves were truncated and deleted after starting (so there wasn't much to recover). And often times the actual command line that invoked the program was overwritten during the execution of the program.

So I wrote this program that records who ran the Perl script, the arguments, the environment variables and a copy of said script for later analysis.

Be warned though—this can produce a lot of data, quickly.

License

The code for wrapper.c is distributed under the GNU GPL.

File List