https://github.com/nickvourd/mini-tools
Custom mini tools during Red Teaming engagements
https://github.com/nickvourd/mini-tools
penetration-testing pentest pentest-tool pentesting powershell python redteam redteam-tools redteaming
Last synced: 5 months ago
JSON representation
Custom mini tools during Red Teaming engagements
- Host: GitHub
- URL: https://github.com/nickvourd/mini-tools
- Owner: nickvourd
- License: mit
- Created: 2023-10-31T15:57:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T21:49:34.000Z (about 1 year ago)
- Last Synced: 2025-01-11T09:46:59.044Z (about 1 year ago)
- Topics: penetration-testing, pentest, pentest-tool, pentesting, powershell, python, redteam, redteam-tools, redteaming
- Language: Python
- Homepage:
- Size: 2.32 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini-Tools
Custom mini tools during Red Teaming engagements.
## Overview
The following table illustrates my custom mini tools used during various Red Teaming engagements:
| Tool | Description |
| :----: | :-----------: |
| [FirstLastNameEmailsFromList.py](/Tools/FirstLastNameEmailsFromList.py) | This script searches for emails with first.last name format in a file. |
| [FirstLetterCapitalFromList.py](/Tools/FirstLetterCapitalFromList.py) | This script capitalizes the first letter of all words in a list. |
| [Pinger.py](/Tools/Pinger.py) | This script is a custom ping tool to keep alive the connection. |
| [Python-3.10-installer.sh](/Tools/Python-3.10-installer.sh) | This script facilitates the installation of Python 3.10 on Linux systems. |
| [PS-Cisco-Downloader.ps1](/Tools/PS-Cisco-Downloader.ps1) | This script is a custom PowerShell Downloader script of Cisco VPN Client. |
| [SampleDLL.cpp](/Tools/SampleDLL.cpp) | Sample dll for dll sideloading hunting. |
| [Pentest.yml](/Tools/pentest.yml) | Tmux yaml template for penetration tests. |
| [Redteam.yml](/Tools/redteam.yml) | Tmux yaml template for red teaming. |
| [filetime-converter.py](/Tools/filetime-converter.py) | Python file time converter. |
| [Install-Azure-Modules.ps1](/Tools/Install-Azure-Modules.ps1) | Powershell Installation for Azure Modules. |
| [Microsoft.ActiveDirectory.Management.dll](/Tools/Microsoft.ActiveDirectory.Management.dll) | Microsoft Active Directory Module dll for ARM. |
| [Log-Timestamps.ps1](/Tools/Log-Timestamps.ps1) | Log Timestamps on PowerShell Execution and Every Command. |