/usr/share/ettercap/lua/third-party/modules.lua is in ettercap-common 1:0.8.2-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | return {
"debug_init",
--"strict",
"base",
"package_ext",
"debug_ext",
"table_ext",
"list",
"tree",
"string_ext",
"math_ext",
"io_ext",
"getopt",
"set",
"strbuf",
}
|