|
|
@@ -0,0 +1,25 @@
|
|
|
+# Report Templates
|
|
|
+Gitleaks has a neat little feature that lets you format the output of your findings via templates. This means Gitleaks can inject finding data into an html file for a web ui. Use the following command then open `index.html` after a scan.
|
|
|
+```
|
|
|
+--report-path=index.html --report-format=template --report-template=report_templates/basic.tmpl
|
|
|
+```
|
|
|
+
|
|
|
+Below lies "vibe coding" slop.
|
|
|
+
|
|
|
+## Basic (Light)
|
|
|
+<img width="1425" alt="Screenshot 2025-03-02 at 8 09 39 PM" src="https://github.com/user-attachments/assets/fdd75f95-067b-467b-95c0-3cae581fb069" />
|
|
|
+
|
|
|
+## Basic (Dark)
|
|
|
+<img width="1422" alt="Screenshot 2025-03-02 at 8 20 36 PM" src="https://github.com/user-attachments/assets/00d5c57d-6c96-41cf-9ecf-d4abcec9aa17" />
|
|
|
+
|
|
|
+## Windows 98
|
|
|
+<img width="1436" alt="Screenshot 2025-03-02 at 8 21 31 PM" src="https://github.com/user-attachments/assets/016a0b6c-c92f-45df-b7de-0b6e87a59b38" />
|
|
|
+
|
|
|
+## Windows XP
|
|
|
+<img width="1436" alt="Screenshot 2025-03-02 at 8 22 14 PM" src="https://github.com/user-attachments/assets/20979621-6e75-4d8e-8bb2-5aee367613e6" />
|
|
|
+
|
|
|
+## l33t
|
|
|
+<img width="1429" alt="Screenshot 2025-03-02 at 8 23 09 PM" src="https://github.com/user-attachments/assets/18f8d73f-50ba-4199-8bd8-a33f0b28841c" />
|
|
|
+
|
|
|
+## myspace
|
|
|
+<img width="1428" alt="Screenshot 2025-03-02 at 8 23 43 PM" src="https://github.com/user-attachments/assets/9135f187-d7ff-4f5a-b94c-8149ccd8efaa" />
|