Projects STRLCPY B1pass3r Commits 001f97c7
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # B1pass3r
    2 2  Python tool to test known techniques to bypass 403 and 401 HTTP responses.
    3 3   
     4 +# Dependencies
     5 +- webpackpy: https://github.com/akamhy/waybackpy
     6 + 
     7 +# Run
     8 +```
     9 +$ python main.py -h
     10 +usage: main.py [-h] -u URL [-c COOKIES]
     11 + 
     12 +403 and 401 Bypasser based on Known Techniques
     13 + 
     14 +optional arguments:
     15 + -h, --help show this help message and exit
     16 + -u, --url URL to test
     17 + -c, --cookies Session Cookies
     18 +```
     19 + 
     20 +# Credits
     21 +- HackTricks: https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/403-and-401-bypasses
     22 +- InfosecMatter: https://www.infosecmatter.com/bug-bounty-tips/
     23 + 
Please wait...
Page is in error, reload to recover