Skip to content

klsecservices/racfudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Racfudit is a tool for analyzing Resource Access Control Facility (RACF) database which contains security information of z/OS users, groups, datasets and other system entities. That information includes access rights, password hashes, certificates, group memberships, and more. The tool allows you to extract this information from the RACF database and present it in one of two forms: a dumped flat plain text file or a sqlite3 database where you can query the required security information and detect misconfigurations and weak points in the target z/OS system.

The tool has been tested on z/OS version V1R13 and V2R02.

Usage

racfudit -f racfdb -dump racfdb.txt 
racfudit -f racfdb -dump racfdb.txt -sql racfdb.db
racfudit -f racfdb -sql racfdb.db -log racfudit.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages