Skip to content

crashNburn23/powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powershell Scripts

Below is a list of powershell scripts that I have started and work on as I learn more about powershell. My goal is to find ways to improve and automate some of the tasks that I do often.

baseline does the following:

  • Creates a folder with all of the data in seperate text documents
  • Contains four switches (baseline, persistence, hash, and help)
  • The persistence options conducts some searches that would help identify persistence
  • Recently added a hash switch that will take a hash of c:\windows and c:\windows\system32 -recursively

pswinevent does the following:

  • parses out all the event logs based on selected event ids
  • contains a status bar to provide feedback on progress
  • stores the output in a folder on the user's desktop called eventlogs
  • contains two swtiches that defines the output format for the results (-csv and -txt)
  • format is .\pswinevent.ps1 -

hash_compare does the following:

  • Opens a file of unknown hashes
  • Opens a file of bad hashes
  • Checks if any unknown hashes are found in the bad hashes
  • Create a text document of all the bad hashes

The psgmail script does the following:

  • The -pull switch prompts the user for their gmail credentials and downloads emails that contain a certain string in the body
  • The -filter switch parses through the emails and removes email addresses
  • This will probably not be usefull for anyone, but it showcases the gmail.ps capabilities

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published