mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
bettercap-ng -> bettercap binary
This commit is contained in:
parent
65e8cf6cc9
commit
23c3aadb59
4 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
core/build.go
|
core/build.go
|
||||||
net/oui_compiled.go
|
net/oui_compiled.go
|
||||||
bettercap-ng
|
bettercap
|
||||||
bettercap.history
|
bettercap.history
|
||||||
|
|
|
@ -26,4 +26,4 @@ RUN apk add --update ca-certificates; \
|
||||||
make
|
make
|
||||||
|
|
||||||
EXPOSE 80 443 5300 8080 8081 8082 8083 8000
|
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_DATE=`date +%Y-%m-%d\ %H:%M`
|
||||||
BUILD_FILE=core/build.go
|
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:
|
To show the command line options:
|
||||||
|
|
||||||
$ sudo ./bettercap-ng -h
|
$ sudo ./bettercap -h
|
||||||
|
|
||||||
Usage of ./bettercap-ng:
|
Usage of ./bettercap-ng:
|
||||||
-caplet string
|
-caplet string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue