Skip to content

Commit cf3c061

Browse files
committed
update readme
1 parent e7f7cd2 commit cf3c061

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@
66

77
AuthInspector is an advanced authorization and authentication testing tool designed to automate the assessment of authorization checks using multiple authentication headers. Seamlessly integrated with Burp Suite-generated requests file.
88

9-
# How it works
9+
# Work flow
1010
<h3 align="center">
1111
<img src="static/flow.png" width="700px"></a>
1212
</h3>
1313

1414
# Installation
1515

16-
## Easy Installationss
16+
### Easy Installations
1717
You can download the prebuilt binary from the [releases](https://github.com/karma9874/AuthInspector/releases) page.
1818

19-
## Go User
19+
### go install
2020
`go install github.com/karma9874/AuthInspector@latest`
2121

22+
### go build
23+
`go get && go build`
24+
2225
# Usage
2326
AuthInspector provides the following commands for customization:
2427
```

0 commit comments

Comments
 (0)