evilsocket
|
8cf3e65bdd
|
Releasing v2.11
|
2018-11-19 12:02:33 +01:00 |
|
evilsocket
|
df99940ac5
|
misc: small fix or general refactoring i did not bother commenting
|
2018-11-02 15:01:11 +01:00 |
|
evilsocket
|
260f2863c4
|
new: wifi modules now supports 5G wifi networks on macOS (closes #361)
|
2018-10-30 15:24:47 +01:00 |
|
evilsocket
|
26e2cd8831
|
fix: updated islazy to 1.9.1 (fixes #360)
|
2018-10-30 14:21:15 +01:00 |
|
Giuseppe Trotta
|
f6c2e15836
|
Merge pull request #381 from bettercap/events.stream
Fix #380
|
2018-10-30 11:19:51 +01:00 |
|
yungtravla
|
49eb83bec3
|
Update module_param.go
|
2018-10-30 20:08:30 +10:00 |
|
Giuseppe
|
572d9d7daf
|
Fix #380
|
2018-10-30 10:58:57 +01:00 |
|
evilsocket
|
7447b9e0db
|
fix: fixes #379
|
2018-10-30 05:01:29 +01:00 |
|
evilsocket
|
24037bce47
|
Merge pull request #373 from Edznux/refactoring
Refactoring and fix tests
|
2018-10-29 15:24:31 +01:00 |
|
evilsocket
|
684ef513ba
|
Merge pull request #378 from bettercap/events.stream
Decimal support for events.stream.output.rotate.when
|
2018-10-29 15:23:42 +01:00 |
|
Giuseppe
|
251dbb3ef2
|
Decimal support for events.stream.output.rotate.when
|
2018-10-28 22:41:31 +01:00 |
|
Edznux
|
efe15b89bb
|
Remove double check for the same condition ?
|
2018-10-28 18:05:39 +01:00 |
|
Edznux
|
25a2f48a02
|
Replace if/else by switch
|
2018-10-28 18:01:55 +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
|
3761f1e698
|
Revert "Oops, misread some tests !"
This reverts commit b0ef8a83de .
|
2018-10-28 17:36:52 +01:00 |
|
evilsocket
|
fc7d8d22b4
|
new: added log rotation (closes #374)
|
2018-10-28 12:43:38 +01:00 |
|
evilsocket
|
b6f320d719
|
Merge pull request #369 from HaraldNordgren/go_versions
Bump Go versions
|
2018-10-28 03:31:41 -05:00 |
|
evilsocket
|
dff6ed222b
|
Merge pull request #376 from Edznux/add-tests
Add tests to the session package
|
2018-10-28 03:31:06 -05:00 |
|
Edznux
|
e7177107a7
|
Add more ParseCommand tests
|
2018-10-25 18:46:13 +02:00 |
|
Edznux
|
65ee524bf5
|
add module handler test
|
2018-10-25 17:26:42 +02:00 |
|
Edznux
|
d5f13f7a91
|
Add test for containsCapitals function
|
2018-10-25 05:16:44 +02:00 |
|
Edznux
|
ac37354986
|
Add unknown environment test for GetInt
|
2018-10-25 05:16:24 +02:00 |
|
Edznux
|
b00b4a738d
|
Adds events tests
|
2018-10-25 05:15:56 +02:00 |
|
Edznux
|
b0ef8a83de
|
Oops, misread some tests !
|
2018-10-23 10:12:15 +02:00 |
|
Edznux
|
d80fef3ef9
|
Re-run gofmt -s after modifications
|
2018-10-23 06:35:22 +02:00 |
|
Edznux
|
e91d0cb63c
|
Fix environment test
|
2018-10-23 06:23:10 +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 |
|
Edznux
|
191e8eacff
|
Refactor if/else and switch for the modules package
|
2018-10-23 06:09:10 +02:00 |
|
Edznux
|
ed6d40f163
|
refactor if/else in network and packets packages
|
2018-10-23 05:32:51 +02:00 |
|
Edznux
|
1e12891bfb
|
Refactor many if/else and switch for the session modules
|
2018-10-23 05:00:05 +02:00 |
|
Edznux
|
e333df35d4
|
Add gofmt -s to the build
|
2018-10-23 03:27:38 +02:00 |
|
Harald Nordgren
|
c867ae5c33
|
Bump Go versions
|
2018-10-21 14:31:07 +02:00 |
|
evilsocket
|
e93fe8ec4c
|
fix: fixed a nbns parsing bug who sometimes returned binary hostnames
|
2018-10-15 15:05:43 -05:00 |
|
evilsocket
|
90bb05cd5b
|
refact: updated to islazy 1.8.0
|
2018-10-15 15:01:57 -05:00 |
|
evilsocket
|
7f808ac059
|
refact: migrated aliases to islazy/data.UnsortedKV
|
2018-10-13 18:39:31 +02:00 |
|
evilsocket
|
2e5b2df7de
|
fix: fixed golint installation that broke the travis build
|
2018-10-13 14:30:54 +02:00 |
|
evilsocket
|
3342a82454
|
misc: small fix or general refactoring i did not bother commenting
|
2018-10-13 14:16:36 +02:00 |
|
evilsocket
|
dd2e8784dc
|
misc: refactored and ported the plugin system to islazy/plugin.Plugin (huge optimization)
|
2018-10-13 14:13:06 +02:00 |
|
evilsocket
|
788c8d5994
|
fix: trimming route line (fixes #357)
|
2018-10-13 02:18:14 +02:00 |
|
evilsocket
|
236a9940d9
|
misc: added more debug logs (ref #357)
|
2018-10-12 19:09:53 +02:00 |
|
evilsocket
|
a95ae94957
|
fix: updated gopacket to fix compilation issues on macOS (ref #357)
|
2018-10-12 18:11:01 +02:00 |
|
evilsocket
|
5be3fcbf20
|
misc: small fix or general refactoring i did not bother commenting
|
2018-10-12 17:51:38 +02:00 |
|
evilsocket
|
ea6f680663
|
fix: fixed a compilation error on macOS
|
2018-10-12 17:39:54 +02:00 |
|
evilsocket
|
e50eaad7e6
|
new: added debug callback to the network package
|
2018-10-12 13:24:13 +02:00 |
|
evilsocket
|
058a6865ff
|
misc: small fix or general refactoring i did not bother commenting
|
2018-10-10 19:23:17 +02:00 |
|
evilsocket
|
d070445225
|
refact: refactored to use islazy and updated deps
|
2018-10-10 19:00:25 +02:00 |
|
evilsocket
|
a2b3ee79fb
|
new: net.show now accepts a comma separated list of ip, macs or aliases to filter for
|
2018-10-06 14:57:40 +02:00 |
|
evilsocket
|
09caa4dd37
|
Releasing v2.10
|
2018-10-04 14:14:51 +02:00 |
|