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

[citrix.py] KeyError: 'SESSID' #1

Open
p0nch4x opened this issue Aug 5, 2020 · 1 comment
Open

[citrix.py] KeyError: 'SESSID' #1

p0nch4x opened this issue Aug 5, 2020 · 1 comment

Comments

@p0nch4x
Copy link

p0nch4x commented Aug 5, 2020

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!!!

@skollr34p3r
Copy link

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.

TLDR: instead of "python3 Citrix.py http://127.0.0.1" try "python3 Citrix.py http://127.0.0.1/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants