web-scan

command module
v0.0.0-...-d12941f Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2021 License: MIT Imports: 0 Imported by: 0

README

web-scan

go

Donate Platform

Intro

GoDoc Go Go Report Card License Website dta.agency GitHub release

 Агентство цифровых технологий

A program that generates a combination of letters from the alphabet and composes an address for accessing the site.After that, it reads the data from the title and description of this site and saves it to the structure. At the end, the program displays all the titles and descriptions of the available sites.

Usage

golang/cmd/go
go get github.com/digital-technology-agency/web-scan

Data store

  • sqlite - SQLite
  • jsoneachrow - Json Each row

Generator type

  • simple - Simple generator type

Init configuration file

$ ./wscan init


Configuration file config.json
{
  "process_count": 1,
  "alphabet": "abcdefgefghijklmnop",
  "url_len": 5,
  "concurrency_count": 5,
  "data_store_type": "sqlite",
  "generator_type": "simple",
  "protocol_types": [
    "http",
    "https"
  ]
}

Run

$ ./wscan -configuration_file config.json

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
distr command
pkg
env

Jump to

Keyboard shortcuts

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