mirror of
https://github.com/0xdea/ghidra-scripts
synced 2026-06-08 10:09:44 +00:00
feat: add getlogin to bad functions
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ public class Rhabdomancer extends GhidraScript
|
||||
// check for insecure use of environment vars
|
||||
"getenv", "setenv", "putenv", "unsetenv",
|
||||
// check for insecure use of conf strings
|
||||
"confstr", "getlogin_r", "getgroups", "gethostname", "getdomainname",
|
||||
"confstr", "getlogin", "getlogin_r", "getgroups", "gethostname", "getdomainname",
|
||||
// check for insecure use of arguments
|
||||
"getopt", "getopt_long",
|
||||
// check for insecure use of memory allocation functions
|
||||
|
||||
Reference in New Issue
Block a user