Projects STRLCPY ghauri Commits c427c9e7
🤬
  • temporary fix for target containing GET params as well as POST body JSON..

  • Loading...
  • r0oth3x49 committed 1 year ago
    c427c9e7
    1 parent 3cce52ed
  • ■ ■ ■ ■ ■ ■
    ghauri/common/utils.py
    skipped 1129 lines
    1130 1130   injection_type=injection_type,
    1131 1131   is_multipart=is_multipart,
    1132 1132   )
     1133 + if encode and is_json:
     1134 + payload = urlencode(
     1135 + value=payload,
     1136 + decode_first=True,
     1137 + injection_type=injection_type,
     1138 + is_multipart=is_multipart,
     1139 + )
    1133 1140   key_to_split_by = urldecode(key)
    1134 1141   if (
    1135 1142   injection_type in ["GET", "POST", "COOKIE", "HEADER"]
    skipped 815 lines
Please wait...
Page is in error, reload to recover