Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwing Error #41

Closed
jaikishantulswani opened this issue Feb 10, 2023 · 2 comments
Closed

Throwing Error #41

jaikishantulswani opened this issue Feb 10, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@jaikishantulswani
Copy link

@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'
@jaikishantulswani jaikishantulswani added the bug Something isn't working label Feb 10, 2023
@r0oth3x49
Copy link
Owner

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 r0oth3x49 added help wanted Extra attention is needed and removed bug Something isn't working labels Feb 20, 2023
@r0oth3x49
Copy link
Owner

r0oth3x49 commented Feb 20, 2023

Hopefully the above comment solved your issue. Closing this

r0oth3x49 added a commit that referenced this issue Feb 20, 2023
…market and continue testing the target normally..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants