byp4xx
byp4xx copied to clipboard
40X/HTTP bypasser in Go. Features: Verb tampering, headers, #bugbountytips, User-Agents, extensions, default credentials...
Cloning into 'byp4xx'... fatal: unable to access 'https://github.com/lobuhi/byp4xx.git/': Could not resolve host: github.com
It's just comfortably if "30x error" will be redirected by curl natively. Most of redirections add "/" to the end of url. Where is no reasons to check it manually.
Hi, Is there a reason for removing the trailing "/" in this part : #Count "/" on target param just to parse the last part of URI path bar_count =...
…on for fuzzing or not fuzzing User-Agents. Hey @lobuhi! I added some things here and there. Mostly added argument parsing with argparse (this is a breaking change), and also added...
looks like not support Windows?
Respected author, please add a license! I suggest MIT
I´ve found a few small bugs. line 19 - put the url in quotes because of the semicolons `code = popen("curl -k -s -I %s '%s'" % (options_var, payload_var)).read()` line...
Would be good if it told us where it redirected to. What do you think?
hallo brother love you works and can you add request file options for sending all this and the template of request.txt based on burpsuite item
Hey mate, Sometimes pages redirect to the main site if a path is not found (pretty common nowadays), with the result being the tool returns a 200 falsely. Can you...