Code Monkey home page Code Monkey logo

golismero-suite's Introduction

Golismero Suite

http://github.com/pebble/golismero-suite

About

This repo aims to simplify the setup and usage of the Golismero pentesting suite and the various dependencies services it requires with automation use cases in mind.

Requirements

  • docker 1.12.0+
  • docker-compose 1.8.0+

Usage

  1. Clone

    git clone [email protected]:pebble/golismero-suite.git golismero
    cd golismero
  2. Configure

    cp .env.sample .env
    vim .env
  3. Scan

    make run

Deployment

The easiest way to deploy this at the moment is via Docker Machine to a pentesting-friendly VPS service such as DigitalOcean.

  1. Obtain DigitalOcean Access Token.

    Visit: https://cloud.digitalocean.com/settings/api/tokens

  2. Provision server

    docker-machine create \
      --driver digitalocean
      --digitalocean-access-token=YOUR_ACCESS_TOKEN
      --digitalocean-image=ubuntu-16-04-x64
      golismero
  3. File a ticket with support

Golismero is very noisy and freaks out VPS support teams. Get a note placed on your account that lots of strange pentesting activity is expected to avoid problems.

  1. Run Golismero

    eval $(docker-machine env golismero)
    make run

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.