소스 검색

weird markdown issue

Marius Schwarz 5 년 전
부모
커밋
acd0df276a
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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