gisazae / SeedSSL

Semillero de Seguridad Lumina (SSL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapper python Framework for Pentesting Tasks

SemilleroInvestigacion_SeguridadSSL - Universidad de Caldas

This tool is a meta-framework developed by some students as a project for the "SeguridadSSL" research seed of the "Universidad de Caldas".

Installation

Download the repository, and execute the installation script with the next command:

$ python setup.py install

Ensure to have Python 2.7.x installed.

Also, you can install it as a docker container by building the image from the Dockerfile, to do so just run:

$ docker build .

Ensure to have Docker installed

Usage

After the installation a script will be added to your system. Run the next command to execute it:

$ semillero_seguridadssl

To use the nmap commands is required to have Nmap installed in the same machine.

If you use it as docker container, as previously stated, you only need to run the container and skip the previous indications.

To use the Metasploit and OpenVAS modules you need to start the demons and services wheteher is in a local machine or a remote machine.

You can use a Docker image of Metasploit or OpenVAS that you feel comfortable with to use.

Metasploit:

$ msfrpcd -U <username> -P <password> -a <IP address> 

Use msfrpcd -h to see other options.

OpenVAS:

$ openvas-start

You can check for errors using openvas-check-setup in case the services don't work well.

About

Semillero de Seguridad Lumina (SSL)


Languages

Language:Python 99.9%Language:Dockerfile 0.1%