Note: Make sure you have go installed in your environment. Here's how you can install Go
$ go get -u -v github.com/FallAngel1337/gobypass
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 |