You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@r0oth3x49 previous version was working well but this is throwing error
File "/usr/local/bin/ghauri", line 33, in <module>
sys.exit(load_entry_point('ghauri==1.1.5', 'console_scripts', 'ghauri')())
File "/usr/local/lib/python3.10/dist-packages/ghauri-1.1.5-py3.10.egg/ghauri/scripts/ghauri.py", line 408, in main
resp = ghauri.perform_injection(
File "/usr/local/lib/python3.10/dist-packages/ghauri-1.1.5-py3.10.egg/ghauri/ghauri.py", line 346, in perform_injection
retval = check_injections(
File "/usr/local/lib/python3.10/dist-packages/ghauri-1.1.5-py3.10.egg/ghauri/core/tests.py", line 2169, in check_injections
retval_session = check_session(
File "/usr/local/lib/python3.10/dist-packages/ghauri-1.1.5-py3.10.egg/ghauri/core/tests.py", line 1670, in check_session
ok = get_injectable_payloads(
File "/usr/local/lib/python3.10/dist-packages/ghauri-1.1.5-py3.10.egg/ghauri/core/tests.py", line 1555, in get_injectable_payloads
retval = payloads_to_objects(retval)
File "/usr/local/lib/python3.10/dist-packages/ghauri-1.1.5-py3.10.egg/ghauri/common/utils.py", line 1918, in payloads_to_objects
attack01 = base64.b64decode(entry.attack01).decode()
AttributeError: 'Struct' object has no attribute 'attack01'
The text was updated successfully, but these errors were encountered:
Try with --flush-session, actually there is a update for session to avoid multiple requests and for re confirming Boolean based vulns. Try with --flush-session and it should work
@r0oth3x49 previous version was working well but this is throwing error
The text was updated successfully, but these errors were encountered: