jas502n / CVE-2020-8193

Citrix ADC Vulns
86 stars 20 forks source link

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

Open p0nch4x opened 3 years ago

p0nch4x commented 3 years ago

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 commented 1 year ago

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/"