Metadata-Version: 2.1
Name: Cuckoo
Version: 2.0.7
Summary: Automated Malware Analysis System
Home-page: https://cuckoosandbox.org/
Author: Stichting Cuckoo Foundation
Author-email: cuckoo@cuckoofoundation.org
License: GPLv3
Description: .. image:: https://cuckoosandbox.org/assets/images/cuckoo-black.png
           :alt: Cuckoo Sandbox
           :target: https://cuckoosandbox.org/
        
        `Cuckoo Sandbox <https://cuckoosandbox.org/>`_ is the leading open source
        automated malware analysis system.
        
        What does that mean? It simply means that you can throw any suspicious file at
        it and in a matter of seconds Cuckoo will provide you back some detailed
        results outlining what such file did when executed inside an isolated
        environment.
        
        If you want to contribute to development, report a bug, make a feature request
        or ask a question, please first take a look at our `community guidelines`_.
        For development, please also take a look at the `contribution requirements`_.
        Make sure you check our existing Issues and Pull Requests and that you join
        our `IRC or Slack channel <https://cuckoosandbox.org/discussion>`_.
        
        For setup instructions, please refer
        `to <https://cuckoo.sh/docs/installation/host/requirements.html>`_
        `our <https://cuckoo.sh/docs/installation/host/installation.html>`_
        `documentation <https://cuckoo.sh/docs/index.html>`_.
        
        This is a development version, we do not recommend its use in production; the
        latest stable version may be installed through :code:`pip install -U cuckoo`.
        
        You can find the full documentation of the latest stable release
        `here <https://cuckoo.sh/docs>`_.
        
        .. image:: https://travis-ci.org/cuckoosandbox/cuckoo.png?branch=master
           :alt: Linux Build Status
           :target: https://travis-ci.org/cuckoosandbox/cuckoo
        
        .. image:: https://ci.appveyor.com/api/projects/status/p892esebjdbhq653/branch/master?svg=true
           :alt: Windows Build Status
           :target: https://ci.appveyor.com/project/jbremer/cuckoo/branch/master
        
        .. image:: https://coveralls.io/repos/github/cuckoosandbox/cuckoo/badge.svg?branch=master
           :alt: Coverage Coverage Status
           :target: https://coveralls.io/github/cuckoosandbox/cuckoo?branch=master
        
        .. image:: https://codecov.io/gh/cuckoosandbox/cuckoo/branch/master/graph/badge.svg
           :alt: Codecov Coverage Status
           :target: https://codecov.io/gh/cuckoosandbox/cuckoo
        
        .. _`community guidelines`: https://cuckoo.sh/docs/introduction/community.html
        .. _`contribution requirements`: http://www.cuckoofoundation.org/contribute.html
        
Keywords: cuckoo sandbox automated malware analysis project threat intelligence cert soc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Flask
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security
Provides-Extra: distributed
Provides-Extra: weasyprint
Provides-Extra: postgresql
