Commit graph

  • 756c04fd95
    new: module can now export a State map with specific information evilsocket 2019-03-18 12:07:00 +01:00
  • b7c6e61428
    fix: pruning HID devices after 10 minutes of inactivity evilsocket 2019-03-17 18:41:19 +01:00
  • df6f55fed6 Merge remote-tracking branch 'upstream/master' Moritz Wagner 2019-03-17 14:55:36 +01:00
  • b9c4982457
    fix: fixed packets.Queue JSON serialization for api.rest module evilsocket 2019-03-17 14:21:21 +01:00
  • 255102c250
    fix: allow wifi modules to use network aliases for clients never seen on lan evilsocket 2019-03-17 14:01:30 +01:00
  • d6e6746809
    fix: setting BLE device name once services are enumerated evilsocket 2019-03-17 13:36:59 +01:00
  • 64a5ce2b58
    fix: using sync.Map to avoid race conditions on the packets.Queue evilsocket 2019-03-17 13:12:31 +01:00
  • b676d68b4c
    Merge branch 'master' of github.com:bettercap/bettercap evilsocket 2019-03-17 12:50:25 +01:00
  • 6e73c47dd7
    misc: added race detector build to Makefile evilsocket 2019-03-17 12:46:23 +01:00
  • eeadba40f4
    Merge pull request #495 from M0WA/dns_spoof_wildcard_hostfile evilsocket 2019-03-17 12:18:10 +01:00
  • 4084c6a3bb Merge branch 'dns_proxy' Moritz Wagner 2019-03-17 04:46:17 +01:00
  • 053df061fa Revert "Merge branch 'dns_spoof_proxy'" Moritz Wagner 2019-03-17 04:44:34 +01:00
  • a1197f7efc added dns.spoof.proxy and dns.spoof.proxy.srv. Moritz Wagner 2019-03-17 04:32:01 +01:00
  • 31df6c4b30 Merge branch 'dns_spoof_proxy' Moritz Wagner 2019-03-17 04:06:54 +01:00
  • 8d41915db3 added dns.spoof.proxy and dns.spoof.proxy.srv. Moritz Wagner 2019-03-17 04:03:30 +01:00
  • 497cc3d690 Merge branch 'dns_spoof_wildcard_hostfile' Moritz Wagner 2019-03-17 03:56:10 +01:00
  • 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. Moritz Wagner 2019-03-17 03:51:43 +01:00
  • 0810a1f2fe
    new: exposing ble.device.disconnected events via api.rest module evilsocket 2019-03-16 21:48:08 +01:00
  • 8115490d3a
    new: exposing enumerated BLE services for each device via api.rest module evilsocket 2019-03-16 20:45:50 +01:00
  • f87f4fb282 added parsing for wildcard domain files and proxying dns requests Moritz Wagner 2019-03-16 19:14:47 +01:00
  • 9c171735da
    fix: added handshake information for wifi aps in api.rest evilsocket 2019-03-16 17:24:37 +01:00
  • 8317aded14
    fix: made arp.spoof debug less verbose (ref #483) evilsocket 2019-03-16 12:34:01 +01:00
  • 8958fffd28
    new: hid module is now supported on Windows tnx to @4p3rtur3 (closes #482) evilsocket 2019-03-16 12:18:14 +01:00
  • c89123f305
    fix: propagating mod.started and mod.stopped events evilsocket 2019-03-15 17:28:20 +01:00
  • 0f427911be
    new: exporting module parameters current value in api.rest evilsocket 2019-03-14 21:05:33 +01:00
  • ee8fe972e0
    new: hid.sniff will now hexdump sniffed payloads (closes #490) evilsocket 2019-03-14 18:33:26 +01:00
  • 73710ba7d3
    fix: fixed wifi.client.handshake event json serialization evilsocket 2019-03-14 17:11:45 +01:00
  • 242f4cfece
    fix: fixed wifi.client.probe event json serialization evilsocket 2019-03-14 16:37:59 +01:00
  • c8e9d11871
    new: new hid.clear command to clear the list of devices evilsocket 2019-03-13 23:39:41 +01:00
  • 758f839e17
    new: the wifi module can now use an optional wifi.interface parameter in order to use a secondary interface (fixes #488) evilsocket 2019-03-13 16:04:40 +01:00
  • 120db4db3d
    fix: fixed a bug in the gatt library which prevented ble.recon/ble.enum to work multiple times (fixes #471) evilsocket 2019-03-13 15:35:46 +01:00
  • f68957b769
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-13 13:40:16 +01:00
  • c49a57893a
    fix: made arp.spoof debug logs less verbose when mac addresses can't be resolved (ref #483) evilsocket 2019-03-13 13:35:08 +01:00
  • 6d4d47a326
    fix: fixed libusb issue in Dockerfile (fixes #480) evilsocket 2019-03-13 06:16:38 +01:00
  • 603735adb6
    fix: updated islazy to 1.10.3 (ref #481) evilsocket 2019-03-13 06:12:09 +01:00
  • 852abec22e
    Merge pull request #485 from yungtravla/master evilsocket 2019-03-13 04:51:13 +01:00
  • 3bbd402aae
    fix android Shell command function yungtravla 2019-03-13 02:53:22 +10:00
  • 83d3158a00
    add build constraint for android yungtravla 2019-03-13 02:48:20 +10:00
  • 81d20fa758
    fix: fixed a bug that caused hid.recon to crash if started more than once evilsocket 2019-03-12 17:28:41 +01:00
  • 3c1277ebbc
    fix: handling CORS for api.rest evilsocket 2019-03-12 12:49:20 +01:00
  • e90c6b5e2d
    new: exposing flags and connectable fields for BLE devices in api.rest evilsocket 2019-03-11 14:14:03 +01:00
  • 384815524f
    Merge pull request #479 from bettercap/gzipCompress-gzipDecompress evilsocket 2019-03-11 13:44:14 +01:00
  • 2463903490
    add JS functions gzipCompress and gzipDecompress yungtravla 2019-03-11 20:30:21 +10:00
  • 42ba34eb75
    fix: fixed typo in net.sniff (tnx to @_branzo_) evilsocket 2019-03-10 20:46:25 +01:00
  • 0676301a40
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-09 17:30:56 +01:00
  • b8118666a1
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-09 16:43:45 +01:00
  • be902b9833
    Releasing v2.19 v2.19 evilsocket 2019-03-09 16:28:50 +01:00
  • f7da3f2e3f
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-09 16:24:56 +01:00
  • 027f4a3ccc
    new: new -version command line argument to print version, build information and exit evilsocket 2019-03-09 16:22:35 +01:00
  • bf4c841ef9
    new: new events.stream.time.format parameter (closes #476) evilsocket 2019-03-09 15:55:45 +01:00
  • 416c39a7a8
    misc: improved build script evilsocket 2019-03-09 15:46:31 +01:00
  • 3013dd13f1
    fixed windows compilation evilsocket 2019-03-09 13:54:57 +01:00
  • aaf250f3c5
    new: hid module is now available for Android evilsocket 2019-03-09 13:46:07 +01:00
  • a4de63c357
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-09 12:39:30 +01:00
  • 36ebdc90d9
    trying to compile hid module on android evilsocket 2019-03-09 12:22:32 +01:00
  • e22ce22716
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-09 12:08:19 +01:00
  • 5d7c8933fa
    fix: showing warning about hid failed frames only if every attempt failed evilsocket 2019-03-09 11:30:28 +01:00
  • d8d208ae17
    new: hid.inject now supports non visible devices (talking directly to the dongle) via the hid.force.type parameter evilsocket 2019-03-09 11:16:18 +01:00
  • a8ecb5472f
    Merge pull request #474 from yungtravla/master evilsocket 2019-03-08 15:47:18 +01:00
  • 306771208a
    add readDir function to JS plugin yungtravla 2019-03-08 14:20:01 +10:00
  • 963840915b
    new: parsing gps GPGGA messages other than just GNGGA (fixes #473) evilsocket 2019-03-07 10:29:17 +01:00
  • 4e860c73fe
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-04 18:39:58 +01:00
  • bbfa230fae
    fix: fixed compilation on Android (fixes #470) evilsocket 2019-03-04 18:23:32 +01:00
  • 292ceb8d82
    misc: simplified build script evilsocket 2019-03-03 12:34:38 +01:00
  • e98ac9938f
    fix: fixed linux build issue due to mdlayher/raw (fixes #468) evilsocket 2019-03-03 12:26:18 +01:00
  • 5cc9db802c
    misc: updated dependencies evilsocket 2019-03-02 13:09:12 +01:00
  • 56922c9be6
    fix: fixed a bug which prevented some keys from being correctly parsed from the duckyscript parser (fixes #466) evilsocket 2019-03-02 12:07:46 +01:00
  • f271f7cd76
    Releasing v2.18 v2.18 evilsocket 2019-03-01 15:45:16 +01:00
  • 4c1ac92ca5
    misc: from now, only Linux, macOS and Windows amd64 precompiled binaries will be distributed evilsocket 2019-03-01 15:38:17 +01:00
  • 057179c351
    fuck snapcraft evilsocket 2019-03-01 15:31:39 +01:00
  • a7ac114a50
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-01 14:54:55 +01:00
  • 48fa860417
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-01 11:39:53 +01:00
  • 020d471b95
    fix: fixed a bug which caused BLE handles to be displayed incorrectly (fixes #465) evilsocket 2019-03-01 11:31:10 +01:00
  • bcc19ec1a4
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-03-01 11:23:01 +01:00
  • e46ea6c9a9
    fix: command handlers are now atomically locked evilsocket 2019-02-26 13:26:28 +01:00
  • 3dbc904ddd
    fix: wifi.region must be blank by default evilsocket 2019-02-24 23:03:19 +01:00
  • d5016bc506
    fix: locking session object instance while session.Run evilsocket 2019-02-24 22:22:22 +01:00
  • b6979f2baf
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-24 21:00:12 +01:00
  • e98975a213
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-24 20:59:35 +01:00
  • 1492bf5e40
    new: added events.on (and other related commands) to trigger specific actions when an events happens evilsocket 2019-02-24 20:21:18 +01:00
  • 78c341c2b3
    fix: wifi.AccessPoint and wifi.Station now export the Channel field via JSON evilsocket 2019-02-24 20:12:41 +01:00
  • 4ae1ffd171
    fix: removed delay in wifi.assoc and wifi.deauth as it only made them slower and not more effective evilsocket 2019-02-24 19:19:51 +01:00
  • 7e1d8ac68f
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-24 13:20:41 +01:00
  • 7e4cfbe57c
    new: events.ignore and events.include now support tab completion evilsocket 2019-02-24 12:57:16 +01:00
  • 2e5624917e
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-22 14:48:32 +01:00
  • 0cbd6d7a9d
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-22 14:19:25 +01:00
  • 4d60494bfb
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-22 14:11:31 +01:00
  • ff8fd9c62d
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-22 14:11:03 +01:00
  • 87b667c1dc
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-22 14:10:49 +01:00
  • 774413fad7
    new: parsing BLE privacy flag evilsocket 2019-02-22 14:06:54 +01:00
  • 5da615f968
    new: parsing BLE peripheral preferred connection parameters field evilsocket 2019-02-22 13:40:39 +01:00
  • cff4b4c11b
    new: parsing BLE PnP ID field evilsocket 2019-02-22 13:18:43 +01:00
  • c3a4dc8cf5
    misc: updated deps evilsocket 2019-02-22 12:59:11 +01:00
  • b8e5872040
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-22 12:03:26 +01:00
  • 4ac68fe6f5
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-22 11:33:56 +01:00
  • 59d1cdf9bd
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-21 16:10:34 +01:00
  • 8884cb4a18
    added frame retransmission for hid.inject evilsocket 2019-02-21 15:23:49 +01:00
  • 7c68c138e5
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-21 15:06:52 +01:00
  • dc3907415b
    misc: small fix or general refactoring i did not bother commenting evilsocket 2019-02-21 15:06:22 +01:00
  • 5944189802
    new: new wifi.show.manufacturer parameter to show APs manufacturers (fixes #456) evilsocket 2019-02-21 14:20:28 +01:00