AD - Pages v0.9

pull/2/head
Swissky 2023-12-04 09:56:01 +01:00
parent a4a6cb7b91
commit 018b3f16ef
4 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,8 @@
## Hash - OverPass-the-Hash
# Hash - OverPass-the-Hash
In this technique, instead of passing the hash directly, we use the NT hash of an account to request a valid Kerberost ticket (TGT).
### Using impacket
```bash
@ -17,6 +18,7 @@ root@kali:~$ kinit -t ~/mykers tgwynn@LAB.ROPNOP.COM
root@kali:~$ klist
```
### Using Rubeus
```powershell

View File

@ -1,10 +1,10 @@
# Trust - Relationship
* One-way
- One-way
* Domain B trusts A
* Users in Domain A can access resources in Domain B
* Users in Domain B cannot access resources in Domain A
* Two-way
- Two-way
* Domain A trusts Domain B
* Domain B trusts Domain A
* Authentication requests can be passed between the two domains in both directions