Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lakiw/cripts

 
 

Repository files navigation

Welcome to CRIPTs

Important! I am currently in the process of adding basic functionality. This project currently doesn't work and I am making no effort to ensure backwards compatability once I do get it working

What Is CRIPTs?

CRIPTs is a fork of the CRITS toolset specifically altered to keep track of password datasets. The target audience for this is security researchers along with professional penetration testers.

What Is CRITs?

CRITs is a web-based tool which combines an analytic engine with a cyber threat database that not only serves as a repository for attack data and malware, but also provides analysts with a powerful platform for conducting malware analyses, correlating malware, and for targeting data. These analyses and correlations can also be saved and exploited within CRITs. CRITs employs a simple but very useful hierarchy to structure cyber threat information. This structure gives analysts the power to 'pivot' on metadata to discover previously unknown related content.

Visit its website for more information, documentation, and links to community content such as our mailing lists and IRC channel.

Installation

CRIPTs is designed to work on a 64-bit architecture of Ubuntu or RHEL6 using Python 2.7.

The following instructions assume you are running Ubuntu or RHEL6 64-bit with Python 2.7. If you are on RHEL which does not come with Python 2.7, you will need to install it. If you do, ensure all python library dependencies are installed using Python 2.7. Also, make sure you install mod_wsgi against the Python 2.7 install if you are looking to use Apache.

Quick install using bootstrap

CRIPTs comes with a bootstrap script which will help you:

  • Install all of the dependencies.
  • Configure CRIPTs for database connectivity and your first admin user.
  • Get MongoDB running with default settings.
  • Use Django's runserver to quickly get you up and running with the CRITs interface.

Just run the following:

    sh script/bootstrap

Once you've run bootstrap once, do not use it again to get the runserver going, you'll be going through the install process again. Instead use the server script:

    sh script/server

Thanks for using CRIPTs!

About

CRIPTs - Collaborative Research Into Password Threats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.8%
  • Python 21.3%
  • CSS 7.9%
  • HTML 5.4%
  • Other 0.6%