Git Product home page Git Product logo

enumeration's Introduction

Scripts, JCL and programs to use for z/OS Mainframe security auditing

Presentation: 
JCL to copy a RACF Database

enumerate_TSO.sh: 
Script to enumerate TSO users using the TSO/E logon panel

nc110-USS: 
Netcat with changes made so it can be compiled on USS/OMVS

Links and Resources available at:
http://mainframed767.tumblr.com/

This is a place to store stuff I've found or plan to use in future scrips. 

enumeration's People

Contributors

bigendiansmalls avatar davidegirardi avatar lnlyssg avatar mainframed avatar travatine avatar zbit31 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

enumeration's Issues

STARTMAP problems with interpret

Still trying to figure this out and I hope I can fix it myself but...

An LPAR I’m currently looking at has some entries in IEASYM00 with underscores e.g.:
SYMDEF(&LOG_=‘INITPARM(‘’xxxx’’)’)

but the interpret function doesn’t like the “_”. If I skip that line I have a second issue further on with a symbol that resolves to ‘+++++’ which interpret also complains about...

ENUM-carrying "NO" in EXISTS field

Steps to reproduce

  • Run ENUM APF
    before
  • Delete one of the datasets - here 'FEU.Z21F.LINKLIB'
  • Re-run ENUM APF
  • Note all APF libraries after deleted one are incorrectly listed as NO under EXISTS
    after

In ENUM exec the column headers for USSU are out of order?

Hi,

We noticed that the UID and GID columns appear in incorrect order.
This line appears to be the issue:

usr.ucount = left(Name,8) left(UID,10) left(GID,10) left(Home, 48)

it should be:

usr.ucount = left(Name,8) left(GID,10) left(UID,10) left(Home, 48)

so the GID appears after uid.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.