Commit graph

1567 commits

Author SHA1 Message Date
evilsocket
31c28f0c8d
fix: correctly parsing empty strings (fixes #403) 2018-12-12 14:51:13 +01:00
evilsocket
99ee5c00c4
Merge pull request #395 from sbrun/sbrun-patch-1
Fix the IPv4RouteParser regular expression
2018-11-25 12:49:39 +01:00
Sophie Brun
47c37c066c
Fix the IPv4RouteParser regular expression
The IPv4RouteParser regular expression fails to match when there is nothing after the interface name like in the following case:
    $ ip route
    default via 10.1.52.1 dev eth0 
    10.1.52.0/23 dev eth0 proto kernel scope link src 10.1.52.148
2018-11-23 11:03:13 +01:00
evilsocket
85c2d0b4fa
fix: gracefully handling corrupted or not compatible alias databases (fixes #391) 2018-11-22 13:06:29 +01:00
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