Soldier of FORTRAN
Soldier of FORTRAN
Added the ability to update hosts/ports. If the host/port exists the script prompts the user if they want to replace the old information with the new information. The only place...
The dataset STARTMAP pulls from are usually locked down. This information can probably be pulled from memory instead, so this script would need to be rewritten, or better yet added...
SYS0WN and APFCHECK could probably be combined as one tool.
Add CESN type transaction to implement authentication stored in VSAM file. User ID will be on some transactions as hidden/locked Changing the userid changes the current user for the rest...
- Arbitrary Dataset Read - Access to edit JCL files that are run on a periodic schedule
I found a plexing bug today, in `CTFd/themes/admin/templates/configs/theme.html` on line 9 is the following: ``` {% include ctf_theme + "/config.html" ignore missing %} ``` to fix it you just need...