Commit graph

69 commits

Author SHA1 Message Date
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
evilsocket
89434e1a2a
fix: fixed a minor UI bug while rendering table cells with special UTF8 characters (fixes #211) 2018-03-29 12:27:02 +02:00
evilsocket
64af0c4290
misc: small fix or general refactoring i did not bother commenting 2018-03-26 13:17:44 +02:00
evilsocket
7116b3cc09
Releasing v2.3.1 2018-03-23 12:29:24 +01:00
evilsocket
888ec3d624
Releasing v2.3 2018-03-20 16:17:03 +01:00
evilsocket
b151e98289
misc: small fix or general refactoring i did not bother commenting 2018-03-16 12:29:47 +01:00
evilsocket
94ba9b19d1
fix: fixed a bug which prevented -no-colors from working correctly 2018-03-16 12:20:24 +01:00
evilsocket
fd586cf512
new: implemented update.check module (closes #172) 2018-03-13 22:43:56 +01:00
evilsocket
b0ff006e6f
Releasing v2.2 2018-03-13 17:59:41 +01:00
evilsocket
5727fa3c56
new: modules enabled by default can now be controlled with the -autostart argument 2018-03-13 14:59:27 +01:00
evilsocket
1ea44ec73d
misc: small fix or general refactoring i did not bother commenting 2018-03-13 13:22:09 +01:00
evilsocket
e40219976c
new: implemented events.stream.output (closes #169). new: implemented -no-colors argument. 2018-03-13 13:20:21 +01:00
evilsocket
68167b3f7c
fix: make macOS ALTQ and firewall related messages silent (fixes #162) 2018-03-09 14:33:29 +01:00
evilsocket
514370e1c2
fix: now the environment is not persisted by default anymore (closes #146) 2018-03-06 22:12:25 +01:00
evilsocket
7ec5b36f98 Releasing v2.1 2018-03-06 20:33:17 +01:00
evilsocket
75ef2b8a8f Releasing v2.0.0 2018-02-27 20:26:21 +01:00
evilsocket
ec58c55370 new: implemented ble.enum and refactored how tabular views work ( ref #74 ) 2018-02-27 00:35:42 +01:00
evilsocket
b8e48e7f8a Releasing v2.0.0RC3 2018-02-26 19:47:20 +01:00
evilsocket
5509a58e52 new: new -env-file for env persistance (closes #81) 2018-02-25 02:15:22 +01:00
evilsocket
c833f91f43 Releasing v2.0.0RC2 2018-02-24 23:09:02 +01:00
evilsocket
63cea73f8e misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
evilsocket
3bfb143367 Releasing v2.0.0RC1 2018-02-22 22:00:14 +01:00
evilsocket
ce76c7258d new: implemented syn.scan module (closes #67) 2018-02-22 21:20:36 +01:00
evilsocket
09b43d4616 Releasing v2.0.0RC0 2018-02-21 16:31:58 +01:00
evilsocket
a5f1c36e34 docs: added basic per-package documentation 2018-02-11 20:38:59 +01:00
evilsocket
ae81bb8606 misc: small fix or general refactoring i did not bother commenting 2018-02-11 19:32:44 +01:00
evilsocket
47230567ba new: cpuprofile and memprofile options for easy profiling 2018-02-11 18:41:49 +01:00
evilsocket
7382cc7cce new: global (cross) compilation script 2018-02-11 17:45:55 +01:00
evilsocket
09df8e4de3 balls 2018-02-08 07:40:55 +01:00