Beautify readme
parent
9c1edf9fc7
commit
23cd07f6a1
37
README.md
37
README.md
|
@ -1,2 +1,35 @@
|
||||||
# bypass-403
|
# Bypass-403
|
||||||
Go script for bypassing 403 forbidden
|
## 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!
|
Loading…
Reference in New Issue