In This Repository, I learn Scripting and apply what ive learned into building random scripts for several automation purposes, from User Administration, to Security administration, to Security Monitorig, Vulnerability Scanning, and Incident Response
- getfilebysize.ps1 - A Powershell script that accepts input for file path to look for and the size filter. Then groups the files in the directory by files greater than and less than the specified file size
- multiping.ps1 - A Powershell Script that accepts multiple devices, IPs, and/or domains to ping all at once. Also allows you to select the number of pings.
- createuser.sh - A linux Bash script that accepts various arguments to create a user, assign home directory, set security settings like password, expiry, admin settings, etc. Handles various errors, and unexpected arguments.