yungtravla
3bbd402aae
fix android Shell command function
2019-03-13 02:53:22 +10:00
yungtravla
83d3158a00
add build constraint for android
2019-03-13 02:48:20 +10:00
evilsocket
be902b9833
Releasing v2.19
2019-03-09 16:28:50 +01:00
evilsocket
027f4a3ccc
new: new -version command line argument to print version, build information and exit
2019-03-09 16:22:35 +01:00
evilsocket
f271f7cd76
Releasing v2.18
2019-03-01 15:45:16 +01:00
evilsocket
c234f3d36b
fix: fixes 'iw executable not found in path' error on macOS ( fixes #454 )
2019-02-20 12:27:01 +01:00
evilsocket
871dfe3024
Releasing v2.17
2019-02-19 22:55:23 +01:00
evilsocket
9a76645a1c
new: parsing BLE appearance field
2019-02-14 14:13:19 +01:00
evilsocket
694debac60
Releasing v2.16
2019-02-14 13:15:42 +01:00
evilsocket
93a68bee27
Releasing v2.15
2019-02-13 16:02:48 +01:00
rhaidiz
900468711c
Rename the parameter for overriding the value of the default gateway
2019-02-11 19:40:40 +01:00
rhaidiz
e1023d4b66
Add option to manually specify the gateway.
2019-02-10 14:46:05 +01:00
evilsocket
e1d72342f6
Releasing v2.14
2019-02-06 18:12:31 +01:00
evilsocket
335b0bcab3
Releasing v2.13.1
2019-01-29 16:28:32 +01:00
evilsocket
0de4643a4e
Releasing v2.13
2019-01-28 18:07:50 +01:00
evilsocket
b7dddfb623
Releasing v2.12
2019-01-20 18:35:44 +01:00
evilsocket
740ac95428
Releasing v2.11.1
2019-01-07 11:55:49 +01:00
evilsocket
8cf3e65bdd
Releasing v2.11
2018-11-19 12:02:33 +01:00
Edznux
b119f815d9
Remove test unused tests & function (moved to islazy)
2018-10-28 17:52:30 +01:00
Edznux
2fe8999b2d
revert !
2018-10-28 17:42:25 +01:00
Edznux
d80fef3ef9
Re-run gofmt -s after modifications
2018-10-23 06:35:22 +02:00
Edznux
9bca52a205
Remove tests from inexisting function : move to "islazy" repository
2018-10-23 06:20:17 +02:00
Edznux
35ef29f27b
Refactor if/else in core and firewall packages
2018-10-23 06:16:30 +02:00
evilsocket
d070445225
refact: refactored to use islazy and updated deps
2018-10-10 19:00:25 +02:00
evilsocket
09caa4dd37
Releasing v2.10
2018-10-04 14:14:51 +02:00
evilsocket
e79ba4952e
new: new caplets module to manage system caplets
2018-09-21 16:49:20 +02:00
evilsocket
02f445c42c
Releasing v2.9
2018-09-11 15:16:05 +02:00
eenblam
45dc257aad
Add more tests to core/swag_test.go
...
Trivial, but bumps coverage for core from 79.3% to 94.8%.
(Local coverage reporting seems to differ from coveralls)
2018-08-31 14:09:54 -07:00
evilsocket
42c5431f59
Releasing v2.8
2018-08-17 15:53:55 +02:00
evilsocket
024f14e3b6
fix: removed update.check from autostart
2018-07-29 15:59:18 +02:00
evilsocket
9ab245d2d3
Releasing v2.7
2018-07-23 09:18:11 +02:00
evilsocket
c326400257
Releasing v2.6
2018-05-12 13:23:35 +02:00
Simone Margaritelli
5328ced392
Revert "Minor refactors using golint"
2018-05-03 12:31:42 +02:00
Kent Gruber
f623505816
fix undefined: usr bug in core
...
The following fixes the issue for me when I run the following test:
$ go test -v -run=TestCoreExpandPath ./core
2018-05-03 01:54:23 -04:00
Kent Gruber
ea43018146
if block ends with a return statement drop this else and outdent its block
2018-05-01 23:06:11 -04:00
Kent Gruber
8193834f0f
if block ends with a return statement drop this else and outdent its block
2018-05-01 23:05:26 -04:00
Simone Margaritelli
5c3b6cf507
Merge pull request #250 from picatz/test-core-table
...
add simple tests for core table functions
2018-05-01 11:59:55 +02:00
Simone Margaritelli
fe7fb2e752
Merge pull request #249 from picatz/test-core-swag
...
add simple tests for core swag color functions
2018-05-01 11:59:35 +02:00
Simone Margaritelli
0bf981ba3b
Merge pull request #248 from picatz/test-core-banner
...
add simple core banner constants test
2018-05-01 11:59:11 +02:00
Kent Gruber
345422d1b8
remove accidental double test for Website
2018-04-30 21:22:24 -04:00
Kent Gruber
5d58ab24be
add simple tests for core table functions
...
add simple tests for each of table functions in core
2018-04-30 21:07:24 -04:00
Kent Gruber
2d9e74ea46
add simple tests for core swag color functions
...
add simple tests for each of the color functions in core swag
2018-04-30 20:10:01 -04:00
Kent Gruber
274fd945b3
add simple core banner constants test
...
This commit adds a simple test to core for the banner constants.
Mainly a test to get started with building out more tests.
Yeah, I know it’s silly.
2018-04-30 16:35:03 -04:00
Kent Gruber
9ee7a504b4
run head in core test with a file that doesn't exist to pass on macOS
...
On a mac, the /proc file system doesn’t exist. To have this test pass,
I’ve written it in a way so that the command will fail like for the ps
command which will allow the test to pass on mac and linux.
2018-04-30 15:30:22 -04:00
evilsocket
cd6fcbf4be
started the long adventure of unit testing bettercap
2018-04-26 14:43:25 +02:00
evilsocket
57a37ac104
typos
2018-04-26 12:44:26 +02:00
evilsocket
b8d8c459c8
misc: small fix or general refactoring i did not bother commenting
2018-04-26 12:43:13 +02:00
evilsocket
bc3be7dd2b
started structuring project for testing + lint driven various refactoring
2018-04-24 15:12:25 +02:00
evilsocket
d2e9a3bac0
Releasing v2.5
2018-04-23 19:50:41 +02:00
evilsocket
6947a22c5c
Releasing v2.4
2018-03-29 12:31:38 +02:00