{% extends "base.html" %} {% block title %}About{% endblock %} {% block content %}
Viper Web Interface (Version: {{ version }})

The Web interface replicates the most common functions of Viper. It is project aware and most search functions are capable of spanning all projects.

It does not allow for ALL the functionality of the Command Line Interface

The Web and CLI are not independent, Files stored in one are visible to the other.

Warning

Viper is designed to read and in some cases export files to your environment. The modules interface does not prevent this kind of action.

Avoid unauthenticated access to the web interface!

The Viper Django Web Interface was originally created by Kevin Breen.


Available Extractors
{% for key, row in extractors.items %} {% endfor %}
Name Extensions Password Support
{{ row.title }} {% for item in row.supports_extensions %}{{ item }}{% if forloop.last %}{% else %}, {% endif %}{% endfor %} {% if row.supports_password %} {% else %} {% endif %}
{% endblock %}