|
|
1.1 root 1: main(argc, argv)
2: char **argv;
3: {
4: chroot("/usr/v7");
5: chdir(argc>1? argv[1]: "/");
6: umask(02);
7: setgid(3);
8: setuid(3);
9: execl("/bin/sh", "-", 0);
10: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.