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
I know this is super late, but when using this tool I got the same message. If you look at the example screenshot you'll notice there is a "/" after the URL supplied. Once I added this, I received a much more detailed "Connection refused" error message. To anyone else having the same issue, give that a try.
Hello everyone!, I am getting this error in citrix.py
root@kali:~/# python3 citrix.py https://13.226.38.9
[+] Set File= /etc/passwd
[-] Creating session..
Traceback (most recent call last):
File "citrix.py", line 121, in
main(base_url)
File "citrix.py", line 97, in main
print ('[+] Got session: {0}'.format(session.cookies.get_dict()['SESSID']))
KeyError: 'SESSID'
Anyone knows what is wrong?
Thank you for your time!!!
The text was updated successfully, but these errors were encountered: