mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
balls
This commit is contained in:
parent
1cffa33264
commit
fbce0b63fb
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ To show the command line options:
|
|||
-silent
|
||||
Suppress all logs which are not errors.
|
||||
|
||||
## Cross Compiling
|
||||
|
||||
An example cross compilation for ARM (C toolchain and libs installation left to the reader as an excercise :D)
|
||||
|
||||
env CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm
|
||||
|
||||
## Caplets
|
||||
|
||||
Interactive sessions can be scripted with `.cap` files, or `caplets`, the following are a few basic examples, look the `caplets` folder for more.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue