config

package
v0.0.0-...-7a11031 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2018 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

cSploit - a simple penetration testing suite * Copyright (C) 2016 Massimo Dragano aka tux_mind <tux_mind@csploit.org> * * cSploit is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * cSploit is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with cSploit. If not, see <http://www.gnu.org/licenses/\>. *

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Load

func Load() error

func LoadFrom

func LoadFrom(fpath string) error

Types

type Config

type Config struct {
	Db   DbConfig   `json:"db"`
	Scan ScanConfig `json:"scan"`
}
var Conf Config

global configuration object

type DbConfig

type DbConfig struct {
	Dialect string        `json:"dialect"`
	Args    []interface{} `josn:"args"`
}

type ScanConfig

type ScanConfig struct {
	Passive bool `json:"passive"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL