Beautify readme

main
Muhammad Daffa 2021-07-19 17:47:09 +07:00
parent 9c1edf9fc7
commit 23cd07f6a1
2 changed files with 38 additions and 2 deletions

View File

@ -1,2 +1,35 @@
# bypass-403
Go script for bypassing 403 forbidden
# Bypass-403
## Go script for bypassing 403 forbidden
![](https://img.shields.io/github/license/daffainfo/bypass-403)
![](https://img.shields.io/github/issues/daffainfo/bypass-403)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/tegal1337/CiLocks/issues)
![](https://img.shields.io/github/forks/daffainfo/bypass-403)
![](https://img.shields.io/github/stars/daffainfo/bypass-403)
![](https://img.shields.io/github/last-commit/daffainfo/bypass-403)
## Update V1.1.0 🚀
- Close response body of every request in order to avoid leak
- Add timeout to avoid slow connection request keep alive (1min)
- Add goroutine to improve bulk requests
- Add Makefile to linting code
- Validate given domain
## Video 🎥
![](https://media.giphy.com/media/ISVbHKI2eQ5AXFNfeD/source.gif)
## How to Install
```go get github.com/daffainfo/bypass-403```
## Contributors
<table>
<tr>
<td align="center"><a href="https://github.com/ClavinJune"><img src="https://avatars.githubusercontent.com/u/24659468?v=4" width="100px;" alt=""/><br /><sub><b>ClavinJune</b></sub></a></td>
</tr>
</table>
### Reference 📚
[My Repository](https://github.com/daffainfo/AllAboutBugBounty/blob/master/Bypass/Bypass%20403.md) and google!

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module bypass-403
go 1.16