From 198d756de51784f37dd53d19dc39c30adbfa5765 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 4 Feb 2026 18:49:28 +0900 Subject: [PATCH] Add more todos --- run.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/run.sh b/run.sh index 620e163..c1de822 100755 --- a/run.sh +++ b/run.sh @@ -103,3 +103,15 @@ fi cat "$OUTPUT_DIR/cgi-progs.txt" | sort | uniq -c | sort -gr > "$OUTPUT_DIR/cgi-progs-overview.txt" # TODO find lisp libraries + +# TODO: look through all files in ~/web-docs/cgi-bin (last one case insensitive) + +# TODO: generally filter out files ending with ~ or starting with # + +# TODO: generally filter out .git, RCS, and other such files + +# TODO: generally filter out executables, drop executable .so files + +# TODO: look for all digits behind '*.php' (i.e. asdf.php4 and asdf.php5) + +# TODO: extract non-absolute binary references from calls that invoke subprocesses in the various languages