Browse Source

weird markdown issue

Marius Schwarz 5 years ago
parent
commit
acd0df276a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      cheatsheets/security/windows/internal-audit.md

+ 5 - 2
cheatsheets/security/windows/internal-audit.md

@@ -7,7 +7,9 @@ tags: [windows, security, network, AD]
  Internal Network Audit
 
 ## Low Hanging Fruits
-
+{% hint style="info" %}
+Hello world
+{% endhint %}
 ### AD User Details
 
 * Get domain password policy
@@ -50,11 +52,12 @@ kerbrute passwordspray -d <domain> users.txt Summer2019!
 * Bloodhound Ingestors can be used to enumerate domain specific information from the DC
 * Ingestors:
     - PS (default ingestor)
-    - python (`pip install blodohound`)
+    - python (`pip install bloodhound`)
     - C# (Sharphound)
 * can be executed from domain-joined and non-domain-joined computers.
 
 * With the python ingestor
+
 ```
 # Domain-joined host, working DNS
 bloodhound-python -u user@DOMAIN -p PASSWORD