Metadata-Version: 2.1
Name: BdySandbox
Version: 0.0.1
Summary: Automated Malware Analysis System
Home-page: https://cuckoosandbox.org/
License: GPLv3
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
Requires-Dist: alembic (==1.0.10)
Requires-Dist: androguard (==3.0.1)
Requires-Dist: beautifulsoup4 (==4.5.3)
Requires-Dist: chardet (==2.3.0)
Requires-Dist: click (==6.6)
Requires-Dist: django (==1.8.4)
Requires-Dist: django-extensions (==1.6.7)
Requires-Dist: dpkt (==1.8.7)
Requires-Dist: egghatch (<0.3,>=0.2.3)
Requires-Dist: elasticsearch (==5.3.0)
Requires-Dist: flask (==0.12.2)
Requires-Dist: flask-sqlalchemy (==2.4.0)
Requires-Dist: httpreplay (<0.3,>=0.2.4)
Requires-Dist: ipaddress (>=1.0.22)
Requires-Dist: gevent (<1.3,>=1.2)
Requires-Dist: jinja2 (==2.9.6)
Requires-Dist: jsbeautifier (==1.6.2)
Requires-Dist: oletools (==0.51)
Requires-Dist: peepdf (<0.5,>=0.4.2)
Requires-Dist: pefile2 (==1.2.11)
Requires-Dist: pillow (==3.2)
Requires-Dist: pyelftools (==0.24)
Requires-Dist: pyguacamole (==0.6)
Requires-Dist: pymisp (==2.4.106)
Requires-Dist: pymongo (==3.0.3)
Requires-Dist: python-dateutil (==2.4.2)
Requires-Dist: python-magic (==0.4.12)
Requires-Dist: roach (<0.2,>=0.1.2)
Requires-Dist: sflock (<0.4,>=0.3.10)
Requires-Dist: sqlalchemy (==1.3.3)
Requires-Dist: unicorn (==1.0.1)
Requires-Dist: wakeonlan (==0.2.2)
Requires-Dist: yara-python (==3.6.3)
Requires-Dist: requests (==2.13.0) ; sys_platform == 'darwin'
Requires-Dist: requests[security] (==2.13.0) ; sys_platform == 'linux2'
Requires-Dist: scapy (==2.3.2) ; sys_platform == 'linux2'
Requires-Dist: requests (==2.13.0) ; sys_platform == 'win32'
Provides-Extra: distributed
Requires-Dist: psycopg2 (==2.6.2) ; extra == 'distributed'
Provides-Extra: postgresql
Requires-Dist: psycopg2 (==2.6.2) ; extra == 'postgresql'
Provides-Extra: weasyprint
Requires-Dist: weasyprint (==0.36) ; extra == 'weasyprint'

.. image:: https://cuckoosandbox.org/assets/images/cuckoo-black.png
   :alt: Cuckoo Sandbox
   :target: https://cuckoosandbox.org/

**PLEASE NOTE: Cuckoo Sandbox 2.x is currently unmaintained. Any open issues
or pull requests will most likely not be processed, as a current full rewrite
of Cuckoo is undergoing and will be announced soon.**

`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`_.
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://docs.cuckoosandbox.org/en/latest/installation/host/requirements>`_
`our <https://docs.cuckoosandbox.org/en/latest/installation/host/installation>`_
`documentation <https://docs.cuckoosandbox.org/en/latest/>`_.

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://docs.cuckoosandbox.org/en/latest/>`_.

.. 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://docs.cuckoosandbox.org/en/latest/introduction/community.html
.. _`contribution requirements`: http://www.cuckoofoundation.org/contribute.html


