mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
bettercap-ng -> bettercap binary
This commit is contained in:
parent
65e8cf6cc9
commit
23c3aadb59
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,5 @@
|
||||
|
||||
core/build.go
|
||||
net/oui_compiled.go
|
||||
bettercap-ng
|
||||
bettercap
|
||||
bettercap.history
|
||||
|
@ -26,4 +26,4 @@ RUN apk add --update ca-certificates; \
|
||||
make
|
||||
|
||||
EXPOSE 80 443 5300 8080 8081 8082 8083 8000
|
||||
ENTRYPOINT ["./bettercap-ng"]
|
||||
ENTRYPOINT ["./bettercap"]
|
||||
|
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
TARGET=bettercap-ng
|
||||
TARGET=bettercap
|
||||
BUILD_DATE=`date +%Y-%m-%d\ %H:%M`
|
||||
BUILD_FILE=core/build.go
|
||||
|
||||
|
@ -40,7 +40,7 @@ Make sure you have a correctly configured Go >= 1.8 environment and the `libpcap
|
||||
|
||||
To show the command line options:
|
||||
|
||||
$ sudo ./bettercap-ng -h
|
||||
$ sudo ./bettercap -h
|
||||
|
||||
Usage of ./bettercap-ng:
|
||||
-caplet string
|
||||
|
Loading…
x
Reference in New Issue
Block a user