Commit graph

1613 commits

Author SHA1 Message Date
evilsocket
3e8d6512e1
fix: using fallback hid.device.type if the device was detected but not its type 2019-03-19 13:55:23 +01:00
evilsocket
af1bfb3894
new: hid module now exposes the available layouts via api.rest 2019-03-19 13:41:06 +01:00
evilsocket
3b4432f072
new: new /api/file route for api.rest to read and write files 2019-03-19 13:29:23 +01:00
evilsocket
e1558413b2
new: the hid module now exposes its status via api.rest 2019-03-19 11:29:06 +01:00
evilsocket
e7606589f3
new: syn.scan now exposes progress via api.rest 2019-03-19 11:21:45 +01:00
evilsocket
1cb5e82186
fix: checking dongle pointer in hid.recon off 2019-03-19 03:03:03 +01:00
evilsocket
c830e64309
fix: gracefully handling https.server starting errors 2019-03-19 01:13:30 +01:00
evilsocket
51667a039f
fix: gracefully handling http.server starting errors 2019-03-19 01:12:36 +01:00
evilsocket
d7b6cdb8a1
fix: printing path for unauthorized attempts to request api.rest routes 2019-03-19 00:40:28 +01:00
evilsocket
09c09e647b
misc: small fix or general refactoring i did not bother commenting 2019-03-18 22:16:32 +01:00
evilsocket
a5116d3533
revert 2019-03-18 13:12:42 +01:00
evilsocket
49aeb37b5c
fix: exposing session modules as a map in api.rest for quick lookup 2019-03-18 12:59:39 +01:00
evilsocket
ba4793f980
misc: small fix or general refactoring i did not bother commenting 2019-03-18 12:23:55 +01:00
evilsocket
756c04fd95
new: module can now export a State map with specific information 2019-03-18 12:07:00 +01:00
evilsocket
b7c6e61428
fix: pruning HID devices after 10 minutes of inactivity 2019-03-17 18:41:19 +01:00
evilsocket
b9c4982457
fix: fixed packets.Queue JSON serialization for api.rest module 2019-03-17 14:21:21 +01:00
evilsocket
255102c250
fix: allow wifi modules to use network aliases for clients never seen on lan 2019-03-17 14:01:30 +01:00
evilsocket
d6e6746809
fix: setting BLE device name once services are enumerated 2019-03-17 13:36:59 +01:00
evilsocket
64a5ce2b58
fix: using sync.Map to avoid race conditions on the packets.Queue 2019-03-17 13:12:31 +01:00
evilsocket
b676d68b4c
Merge branch 'master' of github.com:bettercap/bettercap 2019-03-17 12:50:25 +01:00
evilsocket
6e73c47dd7
misc: added race detector build to Makefile 2019-03-17 12:46:23 +01:00
evilsocket
eeadba40f4
Merge pull request #495 from M0WA/dns_spoof_wildcard_hostfile
dns.spoof.hosts supports wildcard domains
2019-03-17 12:18:10 +01:00
Moritz Wagner
01ed35fa28 dns.spoof.hosts supports both wildcard (optional) based domain lines and hosts based entries.
if the ip is ommited in a line it defaults to the ip given in dns.spoof.address.

example hosts file contents:
*.example.
google.com 127.0.0.1
*.yahoo.*  127.0.0.2
2019-03-17 03:51:43 +01:00
evilsocket
0810a1f2fe
new: exposing ble.device.disconnected events via api.rest module 2019-03-16 21:48:08 +01:00
evilsocket
8115490d3a
new: exposing enumerated BLE services for each device via api.rest module 2019-03-16 20:45:50 +01:00
evilsocket
9c171735da
fix: added handshake information for wifi aps in api.rest 2019-03-16 17:24:37 +01:00
evilsocket
8317aded14
fix: made arp.spoof debug less verbose (ref #483) 2019-03-16 12:34:01 +01:00
evilsocket
8958fffd28
new: hid module is now supported on Windows tnx to @4p3rtur3 (closes #482) 2019-03-16 12:18:14 +01:00
evilsocket
c89123f305
fix: propagating mod.started and mod.stopped events 2019-03-15 17:28:20 +01:00
evilsocket
0f427911be
new: exporting module parameters current value in api.rest 2019-03-14 21:05:33 +01:00
evilsocket
ee8fe972e0
new: hid.sniff will now hexdump sniffed payloads (closes #490) 2019-03-14 18:33:26 +01:00
evilsocket
73710ba7d3
fix: fixed wifi.client.handshake event json serialization 2019-03-14 17:11:45 +01:00
evilsocket
242f4cfece
fix: fixed wifi.client.probe event json serialization 2019-03-14 16:37:59 +01:00
evilsocket
c8e9d11871
new: new hid.clear command to clear the list of devices 2019-03-13 23:39:41 +01:00
evilsocket
758f839e17
new: the wifi module can now use an optional wifi.interface parameter in order to use a secondary interface (fixes #488) 2019-03-13 16:04:40 +01:00
evilsocket
120db4db3d
fix: fixed a bug in the gatt library which prevented ble.recon/ble.enum to work multiple times (fixes #471) 2019-03-13 15:35:46 +01:00
evilsocket
f68957b769
misc: small fix or general refactoring i did not bother commenting 2019-03-13 13:40:16 +01:00
evilsocket
c49a57893a
fix: made arp.spoof debug logs less verbose when mac addresses can't be resolved (ref #483) 2019-03-13 13:35:08 +01:00
evilsocket
6d4d47a326
fix: fixed libusb issue in Dockerfile (fixes #480) 2019-03-13 06:16:38 +01:00
evilsocket
603735adb6
fix: updated islazy to 1.10.3 (ref #481) 2019-03-13 06:12:09 +01:00
evilsocket
852abec22e
Merge pull request #485 from yungtravla/master
fix android shell command function
2019-03-13 04:51:13 +01:00
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
81d20fa758
fix: fixed a bug that caused hid.recon to crash if started more than once 2019-03-12 17:28:41 +01:00
evilsocket
3c1277ebbc
fix: handling CORS for api.rest 2019-03-12 12:49:20 +01:00
evilsocket
e90c6b5e2d
new: exposing flags and connectable fields for BLE devices in api.rest 2019-03-11 14:14:03 +01:00
evilsocket
384815524f
Merge pull request #479 from bettercap/gzipCompress-gzipDecompress
add JS functions gzipCompress and gzipDecompress
2019-03-11 13:44:14 +01:00
yungtravla
2463903490
add JS functions gzipCompress and gzipDecompress 2019-03-11 20:30:21 +10:00
evilsocket
42ba34eb75
fix: fixed typo in net.sniff (tnx to @_branzo_) 2019-03-10 20:46:25 +01:00
evilsocket
0676301a40
misc: small fix or general refactoring i did not bother commenting 2019-03-09 17:30:56 +01:00