Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.05 KB

Text Alert

GoBypass

Build Status GolangCI

How to install?

Note: Make sure you have go installed in your environment. Here's how you can install Go

Using go get:

$ go get -u -v github.com/FallAngel1337/gobypass

Options

Flag Description E.g.
-urls (Optional) The list containing the 403 urls gobypass -urls 403_urls.txt
-threads The number of threads (default 1) gobypass -urls 403_urls.txt -threads 5
-timeout The timeout for the connection in seconds (default 5) gobypass -urls 403_urls.txt -timeout 10
-v Enable verbose mode gobypass -urls 403_urls.txt -v
cat urls_403.txt | gobypass -v Read input from stdin