Skip to content

Commit 89494a0

Browse files
chore: added logo svg and README update
1 parent 2d79627 commit 89494a0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# go-check-http-methods
1+
<p align="center">
2+
<img src="./go-check-http-methods.svg" width="300" height="300">
3+
</p>
4+
5+
<p align="center">
6+
<a href="https://goreportcard.com/report/github.com/Abhinandan-Khurana/go-check-http-methods"><img src="https://goreportcard.com/badge/github.com/Abhinandan-Khurana/go-check-http-methods" alt="Go Report Card"></a>
7+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
8+
<a href="https://golang.org/doc/devel/release.html"><img src="https://img.shields.io/badge/Go-1.23+-00ADD8.svg" alt="Go Version"></a>
9+
<img src="https://img.shields.io/badge/version-v1.0.0-blue.svg" alt="Version">
10+
</p>
211

312
A powerful, fast, and lightweight Go tool for testing HTTP method security across web applications and servers. Detect HTTP Verb Tampering vulnerabilities, dangerous methods, and server misconfigurations with ease.
413

go-check-http-methods.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)