1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00

31 Commits

Author SHA1 Message Date
kelson
01d33415a6 goroutine references address overwritten in loop; pass-by-value 2019-04-13 17:26:02 -04:00
evilsocket
0a31ac8167
new: implemented api.rest.record and api.rest.replay 2019-03-29 16:20:31 +01: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
e79ba4952e new: new caplets module to manage system caplets 2018-09-21 16:49:20 +02:00
evilsocket
d16b0c7cf5
new: dns.spoof now supports a hosts file with multiple mappings (closes ) 2018-09-20 14:42:10 +02:00
evilsocket
3ed4db132c
fix: fixed a bug which prevented the first log messages not to be showed by the event.stream module 2018-09-20 14:02:56 +02:00
evilsocket
9f0b4a9502
fix: fixed events buffering, now no event is lost with multiple listeners (fixes ) 2018-05-12 12:16:15 +02:00
evilsocket
557d7dbe17
completed lint driven refactoring 2018-04-26 12:41:18 +02:00
evilsocket
0de6f3a76e
more lint driven refactoring 2018-04-24 18:26:16 +02:00
evilsocket
1f10e788ca
fix: fixed a bug which prevented the buffered channel from beign cleared (fixes ) 2018-03-22 15:43:31 +01:00
evilsocket
77f8e070bc
new: new wifi.ap module 2018-03-19 14:36:40 +01:00
evilsocket
eb0ca12ec6
fix: increased events backlog for events.stream listener channels (fixes ) 2018-03-19 11:44:30 +01:00
evilsocket
5ad1a17118 new: implemented optional websocket for /api/events 2018-03-06 13:54:37 +01:00
evilsocket
b243e67828 some progress but still doesn't work 2018-03-01 19:30:10 +01:00
evilsocket
63cea73f8e misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
evilsocket
dfd139cab1 misc: small fix or general refactoring i did not bother commenting 2018-02-20 10:58:20 +01:00
evilsocket
21236c257e new: -silent and -debug are now mapped to log.silent and log.debug that can be set at runtime (fixes ). 2018-02-15 20:48:34 +01:00
evilsocket
5b46b8d941 fix: using buffered channel for events (fixes ) 2018-02-01 12:53:44 +01:00
evilsocket
5d3381fc76 fix: make sure events are sorted 2018-01-29 14:20:24 +01:00
evilsocket
1cffa33264 balls 2018-01-24 13:51:37 +01:00
evilsocket
79130e2669 fix: using non blocking channel write ops in order not to spawn too many go routines and fill the stack (fixes ) 2018-01-17 17:13:25 +01:00
evilsocket
2cda9c8c67 refact: refactored core constants into swag.go 2018-01-11 12:19:36 +01:00
evilsocket
6106ec80a2 fix: fixed logging 2018-01-09 19:55:18 +01:00
evilsocket
bfbb9dd016 fix: improved loggin 2018-01-09 14:54:48 +01:00
evilsocket
10b05dd0eb fix: logging improved 2018-01-09 14:21:34 +01:00
evilsocket
9fc31b0b2c fix: fixed logging system 2018-01-08 08:14:23 +01:00
evilsocket
e7687c658f fix: different stream style for logs 2018-01-08 07:56:07 +01:00
evilsocket
3a2c5e14d2 new: events.stream module enabled by default 2018-01-08 07:09:18 +01:00
evilsocket
f1f146d3d7 new: centralized logging and implemented DELETE /api/events route, closes 2018-01-08 06:39:44 +01:00
evilsocket
269d7d845b new: implemented GET /api/events route (ref ). 2018-01-08 05:39:34 +01:00