Behaviors
List of software behaviors discovered with static code analysis.
Makes HTTP POST requests. (x1)
network
Makes HTTP GET requests. (x1)
network
Calculates the SHA-512 hash of data. (x1)
file
Queries the system time. (x1)
settings
Queries the value of an environment variable. (x1)
search
Writes to files. (x1)
file
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Creates a directory. (x1)
file
Checks if a file or a directory exists. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution