1 min read
Overview
The Script Vault is an evolving repository where I store useful scripts across various programming languages. This project serves two main purposes:
- Efficiency: Automating repetitive tasks to save time and reduce manual errors.
- Skill Development: Refining my scripting abilities and exploring new libraries and frameworks.
Features
- Task Automation: Custom scripts to handle boring, repetitive workflows.
- Centralized Knowledge: A single source of truth for all my utility code.
- Multi-language Support: Exploring solutions in Python, Bash, JavaScript, and more.
- Continuous Improvement: Code is regularly refactored for better performance and readability.
Vault Contents
| Category | Description | Language |
|---|---|---|
| File Management Scripts | File management, bulk renaming, or automated deletion. | Python/Bash |
| Devlopement Scripts | Build scripts, file management, server running | Python/Bash |
| Networking Scripts | Nmap automation, Packet sending, etc | Python/Bash |
| Recon Scripts | Enumeration, Record Lookup, Web-Page Analysis | Python/Bash |
Note: Click on the folder names in the repository above to explore the specific code.
Technologies and Tools
- Languages: Various (Python, Bash, PowerShell, JavaScript)
- Libraries: (List specific ones here as you add them, e.g.,
requests,pandas,os) - Dev Environment: VS Code, Git, Terminal
Getting Started
To use any of these scripts locally, clone the repository:
git clone https://github.com/KieranPritchard/Script-Vault.git
