Skip to content

ziggoon/vizzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Vizzy

Web application written in Go, HTMX, and Tailwind to assist with the sharing of nmap scans, credentials, and other information during pentests or red team engagements.

Install · Report Bug · Request Feature

Table of Contents
  1. Built With
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

Built With

GitHub go.mod Go version of a Go module

(back to top)

Getting Started

Instructions on how to run Vizzy locally or in a container using the provided Dockerfile

Prerequisites

The only required software is Golang, which can be downloaded at the following url

https://go.dev/dl/

Installation

  1. Clone the repo
    git clone https://github.com/ziggoon/vizzy
  2. Change directory
    cd vizzy
  3. Build executable
    go build
  4. Run executable
    ./vizzy

These steps are for Docker users only

  1. Clone the repo

    git clone https://github.com/ziggoon/vizzy
  2. Change directory

    cd vizzy
  3. Build docker container

    docker build -t vizzy .
  4. Run docker container

    docker run -p 42069:42069 --name vizzy vizzy

(back to top)

Roadmap

  • Add authentication
  • Add admin features (create users, delete users, etc..)
  • tbd

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPLv3 License. See LICENSE for more information.

(back to top)

Contact

ziggoon - twitter

(back to top)

Releases

No releases published

Packages

No packages published