Security in Obscurity

Scripts by Jeff Stein

Wordlist-Variant.py

Python script which appends a wordlist with randomized versions of existing words in the list, March 2020

The script entitled "wordlist-variant" will import a text list of words and add variants of each word to the list. The script was ideally designed to increase the size and speed in which a viable wordlist can be generated for use in performing a dictionary attack against passwords or Wi-Fi pre-shared keys however the script can be used for numerous purposes where word variants are needed. The script is designed for any system with Python installed, leveraging Python 3.


Add-empID.ps1

PowerShell script to adds an employee ID attribute to user objects in Active Directory, June 2017

The script entitled "Add-empID" will import the AD module and adds data to the employee ID attribute in the user object of Active Directory from an imported CSV file. The script is designed for the Microsoft Windows operating system, leveraging PowerShell 4.0 and above.


Add-MachinetoGroup.ps1

Adds objects specified by the user in Active Directory to any security group, February 2017

The script entitled "Add-MachinetoGroup" will import the AD module and adds objects specified from a prompt to a security group. The script is designed for the Microsoft Windows operating system, leveraging PowerShell 4.0 and above.


Run-ADusercreation.ps1

Automates the provisioning of active directory user accounts, November 2016

The script entitled "Run-ADusercreation" will perform the necessary steps to create an active directory user account for each user contained in a CSV file. The script is designed for the Microsoft Windows operating system, leveraging PowerShell 4.0 and above.


Run-Auditterm.ps1

PowerShell script to audit the active directory termination process, July 2016

The script entitled "Run-Auditterm" will perform the necessary steps to review the active directory user termination process and prints a log of checks performed. The script is designed for the Microsoft Windows operating system, leveraging PowerShell 4.0 and above. It compliments the Run-Term.ps1 script which I previously posted to automate the active directory user termination process.


Run-Term.ps1

PowerShell script to automate the active directory user termination process, July 2016

The script entitled "Run-Term" will perform the necessary steps to terminate Active Directory and prints log of the steps performed. The script is designed for the Microsoft Windows operating system, leveraging PowerShell 4.0 and above.


Run-RansomRecovery.ps1

PowerShell script to assist with ransomware attacks, December 2015

This script was a part of my Masters capstone project which covered the security topic of ransomware. The script entitled "Run-RansomRecovery" will audit storage areas in a domain to identify potential encrypted files as a result of a ransomware attack. Original files can be restored from a backup location using the script and clean up the malicious files can be executed from it. The script is designed for the Microsoft Windows operating system, leveraging PowerShell 4.0 and above.


Tags

Thoughts Scripts Published Works Courses