https://github.com/lucasenlucas/lucas_kit
a multi terminal tool for limit testing on websites and dns info about sites | Made By Lucas Mangroelal :)
https://github.com/lucasenlucas/lucas_kit
cli-tool dns dns-tool domain-info go kali-linux network-tool security-tool subdomain-enumeration whois
Last synced: 4 months ago
JSON representation
a multi terminal tool for limit testing on websites and dns info about sites | Made By Lucas Mangroelal :)
- Host: GitHub
- URL: https://github.com/lucasenlucas/lucas_kit
- Owner: lucasenlucas
- License: mit
- Created: 2026-01-23T17:06:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-01T13:11:08.000Z (5 months ago)
- Last Synced: 2026-02-01T22:44:27.752Z (5 months ago)
- Topics: cli-tool, dns, dns-tool, domain-info, go, kali-linux, network-tool, security-tool, subdomain-enumeration, whois
- Language: Go
- Homepage: https://lucasmangroelal.nl/lucas_kit
- Size: 19.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# Lucas Kit (`lucaskit`)
> just a domain toolkit containing **UltraDNS** and **SiteStress**. Made by Lucas Mangroelal | lucasmangroelal.nl
**UltraDNS** is een collectie van krachtige tools voor DNS/Domain information gathering en security testing. Het bevat: Info gathering (DNS, WHOIS, Mail Security, Subdomains).
**SiteStress** is een HTTP stress test / load test tool. (and maybe smt else 😛)
## Install
### Kali / macOS / Linux (aanbevolen)
**Automatische installatie (detecteert architecture):**
```bash
curl -fsSL https://raw.githubusercontent.com/lucasenlucas/Lucas_Kit/main/scripts/install.sh | sh
```
Dit installeert `ultradns` en `sitestress` naar `/usr/local/bin` (of `~/.local/bin`).
### Windows
**PowerShell:**
```powershell
.\scripts\install.ps1 -Repo "lucasenlucas/Lucas_Kit"
```
## Tools
### 1. UltraDNS (`ultradns`)
Info gathering tool just all the dns infooo 😮.
```bash
ultradns -d [flags]
```
**Features:**
- DNS Records (A, AAAA, MX, NS, TXT, SOA, CAA, SRV)
- Mail Security (SPF, DMARC, DKIM, MTA-STS)
- WHOIS informatie
- Certificate Transparency (Subdomeinen)
**Voorbeelden:**
```bash
ultradns -d example.com -inf -n
ultradns -d example.com -subs
```
### 2. SiteStress (`sitestress`)
HTTP stress/load test tool met Auto-Scale.
```bash
sitestress -d [flags]
```
**Features:**
- **Auto-Scale**: Gebruik `--level` (1-10) om simpel de kracht in te stellen.
- **Measure**: Gebruik `--measure` om te zien hoe sterk de site beveiligd is en welk level je nodig hebt.
- **Health Monitor**: Aparte monitor die checkt of de site ECHT down is, om valse meldingen te voorkomen.
- **Advanced**: Custom concurrency (`-c`) en connection modes (`-no-keepalive`).
**Voorbeelden:**
1. **Meten**:
```bash
sitestress --measure -d example.com
# Output: Suggested Level: 7
```
2. **Aanvallen**:
```bash
# Medium aanval
sitestress -d example.com -t 10 -level 5
# EXTREME aanval (Level 10 = 20.000 workers)
sitestress -d example.com -t 10 -level 10
```
> **⚠️ DISCLAIMER:** Gebruik deze tools alleen op systemen waar je expliciete toestemming voor hebt.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Additional Notice on Naming, Forks, and Liability
Use of the names "Lucas Mangroelal", "Lucas DNS", "Lucas Kit", or any related project names associated with the original version of this Software does not imply endorsement by the original author.
Any redistributed, modified, or forked versions must make it clear that they are unofficial versions if they are not directly maintained by Lucas Mangroelal.
Lucas Mangroelal is not responsible or liable for any misuse, damages, or consequences resulting from third-party copies, forks, or modified versions of this Software.
For more information, permissions regarding naming, or official inquiries, contact:
kit@lucasmangroelal.nl