Toolverse
All skills

active-directory-attacks

by davila7

This skill should be used when the user asks to \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Testing

About this skill

This skill should be used when the user asks to \

How to use

  1. Przygotuj środowisko ataku — zainstaluj Kali Linux lub platformę Windows z dostępem do sieci domeny. Upewnij się, że masz zainstalowane niezbędne narzędzia: BloodHound, Impacket, Mimikatz, Rubeus i CrackMapExec.

  2. Zsynchronizuj czas systemu z kontrolerem domeny, ponieważ Kerberos wymaga synchronizacji w granicach ±5 minut. Sprawdź przesunięcie zegara poleceniem nmap, a następnie ustaw czas za pomocą polecenia date (Linux) lub net time /domain /set (Windows).

  3. Uruchom BloodHound do wizualizacji ścieżek ataku — uruchom konsolę neo4j, następnie BloodHound. Zbierz dane z kontrolera domeny za pomocą SharpHound z opcją -c All, opcjonalnie podając poświadczenia LDAP.

  4. Przeprowadź rozpoznanie domeny, aby zidentyfikować użytkowników, grupy, komputery i relacje uprawnień. Wykorzystaj wyniki BloodHound do znalezienia ścieżek do uprawnień administratora.

  5. Wykonaj ataki Kerberosa (Kerberoasting, AS-REP roasting) lub ataki poświadczeń (pass-the-hash, credential harvesting) w zależności od wyników rozpoznania. Użyj Rubeus do manipulacji biletami Kerberosa lub Mimikatz do ekstrakcji poświadczeń z pamięci.

  6. Uzyskaj dostęp administratora domeny poprzez ruch lateralny i eskalację uprawnień, a następnie ustanów mechanizmy trwałego dostępu do domeny dla celów operacyjnych red team.

Related skills

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103