Skip to content

Tools & Utilities for Windows & Linux based systems that save me some time

License

Notifications You must be signed in to change notification settings

Jak12-3/ComnUse-Utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTB-CommonTools

Description

Repository for use automating common tasks (in my experience) on HackTheBox Expand where necessary, suggestions welcome!

DiskSan - Disk Sanitization

Description

The project encompasses a straightforward PowerShell script guiding users through the process of securely erasing (wiping) connected drives on the system. The utility allows you to select the target disk and choose the number of passes that are performed. The PowerShell script dynamically generates a diskpart script file according to user preferences, initiating Diskpart for the execution of the disk sanitization process

FiM - File Integrity Monitor

Description

This PowerShell script provides a versatile solution for monitoring files within a specified directory and managing a baseline of their hash values. The script offers two main functionalities:

Collect New Baseline (Option A):

Calculates the SHA512 hash for each file in the "Files" directory. Creates or overwrites a baseline file ("baseline.txt") with file paths and corresponding hash values.

Begin Monitoring Files with Saved Baseline (Option B):

Loads a saved baseline from "baseline.txt" into memory. Continuously monitors files in the "Files" directory for changes or additions. Notifies the user when a new file is created, a file is changed, or a baseline file is deleted.

Sentinel Log exporter

Description

This PowerShell script is designed to run continuously, monitoring Windows Event Viewer logs for failed RDP (Remote Desktop Protocol) login attempts. Note: The script relies on an external IP geolocation API (https://ipgeolocation.io/) to fetch additional information about the source IP address. The API key needs to be obtained from that service and inserted into the script for it to work correctly.

GoScan: Web Technology Scanning Utility

Description

GoScan is a command-line tool developed in Go (Golang) that allows users to analyze the web technologies used by websites. With GoScan, you can gain much quicker knowledge reguarding the technologies & frameworks behind websites.

Overall Languages and Utilities Used

  • PowerShell
  • Python
  • Diskpart
  • Microsoft Azure
  • Golang

About

Tools & Utilities for Windows & Linux based systems that save me some time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 42.8%
  • Python 31.1%
  • Go 25.2%
  • Shell 0.9%