Projects STRLCPY 403-bypass Commits ae5811c4
🤬
  • ■ ■ ■ ■
    403-bypass.py
    1 1  import requests
    2 2  import sys
    3 3  import warnings
    4  -from colorama import *
    5 4  import argparse
    6 5  
    7 6  
    skipped 87 lines
    95 94  
    96 95  r15 = requests.patch(full_url, allow_redirects=False, verify=False, timeout= 5)
    97 96  print(full_url + ' : ' + 'Using PATCH: ' + str(r15.status_code))
     97 + 
Please wait...
Page is in error, reload to recover