Documentation
¶
Index ¶
- func PerformAuthenticationWithContext(ctx context.Context, target string, config *redisfern.PentestRedisConfig) (*redisfern.AuthResult, error)
- func RunCommands(ctx context.Context, target, password string, db int, commands []string, ...) ([]*redisfern.RedisCommandResult, error)
- func RunPentest(ctx context.Context, config *redisfern.PentestRedisConfig) (*redisfern.PentestRedisReport, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PerformAuthenticationWithContext ¶
func PerformAuthenticationWithContext(ctx context.Context, target string, config *redisfern.PentestRedisConfig) (*redisfern.AuthResult, error)
PerformAuthenticationWithContext performs authentication attempts against a Redis service. If no passwords are supplied, it tests for unauthenticated access (PING). Returns an AuthResult containing all auth attempts and any errors encountered.
func RunCommands ¶ added in v0.0.188
func RunCommands(ctx context.Context, target, password string, db int, commands []string, allowMutations bool, timeoutMs int) ([]*redisfern.RedisCommandResult, error)
RunCommands executes the configured Redis commands against the target using the supplied password. When allowMutations is false, write/admin commands are rejected before execution. Returns one CommandResult per command.
func RunPentest ¶
func RunPentest(ctx context.Context, config *redisfern.PentestRedisConfig) (*redisfern.PentestRedisReport, error)
RunPentest performs Redis pentest operations for multiple targets.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.