8gudbitsKit is a collection of tools to perform various tasks including file encryption, process management, network related stuff and more. Whether you’re a developer, sysadmin, or just someone who loves tinkering with technology, these utilities can come in handy.
- To get started, 🔗 clone the project using Git:
- Or, you can download exe files for each tool individually by clicking here or directly by clicking on the app's name from the list below.
git clone --depth 1 https://github.com/8gudbits/8gudbitsKit.git- Description: Tool for managing alternate data streams in files on NTFS file systems. Click here for more information about Alternate Data Streams (ADS).
- Source code: ADSman Repository
- Usage:
ADSman [--file/-f <file>] [--add/-a <source> --to/-t <target>] [[--remove/-rm | --extract/-e <adsName>] --from-file/-ff <filename>] [--nobanner/-n] [--help/-h]
- Description: A command-line utility to check how fast a program finishes executing.
- Source code: HowFastIs Repository
- Usage:
HowFastIs [--help/-h] [--nobanner/-n] [--file/-f <filename>]
- Description: Finds IPv4 and IPv6 addresses of any specified url.
- Source code: IPof Repository
- Usage:
IPof --url/-u <url> [--nobanner/-n] [--help/-h]
- Description: A tool to scan directories for shortcut (
.lnk) files, verifying their validity with options to display or remove invalid shortcuts. - Source code: LnkScout Repository
- Usage:
LnkScout <directory path> [--valid/-v | --invalid/-i [--remove/-r]] [--sort/-s] [--nobanner/-n] [--help/-h]
- Description: Displays the passwords of previously accessed WiFi networks, in case you need to share them and you don’t remember their password.
- Source code: MyWiFiKey Repository
- Usage:
MyWiFiKey [--nobanner/-n] [--help/-h]
- Description: CLI tool for generating and verifying file hashes (MD5, SHA1, SHA256, SHA512) across directories.
- Source code: Perks Repository
- Usage:
Perks -[md5|sha1|sha256|sha512] [path] [-f/--file <file.perks>] [-l/--logfile <file.log>] [-n/--nobanner] Perks -v/--verify [path] [-f/--file <file.perks>] [-l/--logfile <file.log>] [-n/--nobanner]
- Description: Tool to list the PIDs and memory usage of specified processes by their file names or window title.
- Source code: Pidof Repository
- Usage:
pidof [<filename>...[--title/-t <title>]] [--nobanner/-n] [--help/-h]
- Description: Tool to measure the peak download and upload speeds of your internet connection.
- Source code: PulseNet Repository
- Usage:
PulseNet [--upload/-u] [--download/-d] [--nobanner/-n] [--help/-h]
- Description: CLI tool to manage Windows registry auto-start programs.
- Source code: RegiStart Repository
- Usage:
RegiStart [--scan/-s] [--remove/-r] [--locations/-l] [--add/-a] [--nobanner/-n] [--help/-h]
- Description: Encrypts and decrypts any type of file with a password using AES-256-CBC algorithm.
- Source code: SecurByte Repository
- Usage:
SecurByte [--encrypt-file/-ef | --decrypt-file/-df <filepath>] [--passwd/-p <password>] [--nobanner/-n] [--help/-h]
- Description: Securely overwrite's sensitive files and clean free space of previously deleted files.
- Source code: UnRecover Repository
- Usage:
UnRecover <drive letter> [--pass/-p <number>] [--suppress-warning/-s] [--nobanner] [--help/-h]
Contributions are welcome! If you have an idea for a new tool or want to improve an existing one, feel free to submit a pull request.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
More Tools Comming Soon . . .