mirror of
https://github.com/bettercap/bettercap.git
synced 2025-09-06 22:27:49 +00:00

Some checks failed
Build and Push Docker Images / docker (push) Has been cancelled
Linux tests / build (1.24.x, ubuntu-latest) (push) Has been cancelled
macOS tests / build (1.24.x, macos-latest) (push) Has been cancelled
Windows tests / build (1.24.x, windows-latest) (push) Has been cancelled
9 lines
149 B
Go
9 lines
149 B
Go
package core
|
|
|
|
const (
|
|
Name = "bettercap"
|
|
Version = "2.41.4"
|
|
Author = "Simone 'evilsocket' Margaritelli"
|
|
Website = "https://bettercap.org/"
|
|
)
|