Skip to content

A simple tool made in Go dat try bypass 403 restrictions

Notifications You must be signed in to change notification settings

FallAngel1337/gobypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple tool made in Go dat try bypass 403 restrictions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages