Skip to content

Commit 73eafc3

Browse files
authored
Update README.md
1 parent fec9a8f commit 73eafc3

File tree

1 file changed

+35
-14
lines changed

1 file changed

+35
-14
lines changed

README.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,38 @@
1-
![Dread-Host-Banner](./assets/Dread-Host-Banner.png)
2-
3-
[![Release](https://img.shields.io/github/v/release/warpedatom/OffsetInspect)](https://github.com/warpedatom/OffsetInspect/releases)
4-
[![License](https://img.shields.io/github/license/warpedatom/OffsetInspect)](./LICENSE)
5-
![PowerShell](https://img.shields.io/badge/PowerShell-5.1%2F7.x-blue)
6-
![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey)
7-
![Repo Size](https://img.shields.io/github/repo-size/warpedatom/OffsetInspect)
8-
![Last Commit](https://img.shields.io/github/last-commit/warpedatom/OffsetInspect)
9-
![Security Policy](https://img.shields.io/badge/Security-Policy-green)
10-
[![Use Case](https://img.shields.io/badge/Use-Red%20Team-darkred)](#use-case)
11-
12-
![PowerShell Gallery](https://img.shields.io/powershellgallery/v/OffsetInspect?color=blue&label=PSGallery)
13-
![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/OffsetInspect?label=downloads)
14-
[![CI](https://img.shields.io/github/actions/workflow/status/warpedatom/OffsetInspect/ci.yml?label=CI)](https://github.com/warpedatom/OffsetInspect/actions/workflows/ci.yml)
1+
<p align="center">
2+
<img src="./assets/Dread-Host-Banner.png" alt="Dread Host Banner" width="800">
3+
</p>
4+
5+
<p align="center">
6+
<a href="https://github.com/warpedatom/OffsetInspect/releases">
7+
<img src="https://img.shields.io/github/v/release/warpedatom/OffsetInspect" alt="Release">
8+
</a>
9+
<a href="./LICENSE">
10+
<img src="https://img.shields.io/github/license/warpedatom/OffsetInspect" alt="License">
11+
</a>
12+
<img src="https://img.shields.io/badge/PowerShell-5.1%2F7.x-blue" alt="PowerShell Support">
13+
<img src="https://img.shields.io/badge/Platform-Windows-lightgrey" alt="Platform">
14+
<img src="https://img.shields.io/github/repo-size/warpedatom/OffsetInspect" alt="Repo Size">
15+
<img src="https://img.shields.io/github/last-commit/warpedatom/OffsetInspect" alt="Last Commit">
16+
<img src="https://img.shields.io/badge/Security-Policy-green" alt="Security Policy">
17+
<img src="https://img.shields.io/badge/Use-Red%20Team-darkred" alt="Use Case">
18+
<a href="https://www.powershellgallery.com/packages/OffsetInspect">
19+
<img src="https://img.shields.io/powershellgallery/v/OffsetInspect?color=blue&label=PSGallery" alt="PowerShell Gallery Version">
20+
</a>
21+
<a href="https://www.powershellgallery.com/packages/OffsetInspect">
22+
<img src="https://img.shields.io/powershellgallery/dt/OffsetInspect?label=downloads" alt="Downloads">
23+
</a>
24+
<a href="https://github.com/warpedatom/OffsetInspect/actions/workflows/ci.yml">
25+
<img src="https://img.shields.io/github/actions/workflow/status/warpedatom/OffsetInspect/ci.yml?label=CI" alt="CI Status">
26+
</a>
27+
</p>
28+
29+
<p align="center">
30+
<a href="https://www.powershellgallery.com/packages/OffsetInspect">
31+
<img src="https://img.shields.io/badge/Install-Install--Module%20OffsetInspect-blue?logo=powershell">
32+
</a>
33+
</p>
34+
35+
---
1536

1637
# OffsetInspect
1738

0 commit comments

Comments
 (0)