Commit graph

733 commits

Author SHA1 Message Date
evilsocket
0cfe6eebcc
fix: do not start arp.spoof if the list of targets is empty 2019-03-20 21:16:34 +01:00
evilsocket
a202f7eaca
fix: now api.rest can execute multiple commands divided by ; 2019-03-20 19:28:04 +01:00
evilsocket
39f9a02c98
fix: increased hid pruning time to 20 minutes 2019-03-19 13:57:34 +01:00
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
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
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
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
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
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
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
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
bf4c841ef9
new: new events.stream.time.format parameter (closes #476) 2019-03-09 15:55:45 +01:00
evilsocket
3013dd13f1
fixed windows compilation 2019-03-09 13:54:57 +01:00
evilsocket
a4de63c357
misc: small fix or general refactoring i did not bother commenting 2019-03-09 12:39:30 +01:00
evilsocket
36ebdc90d9
trying to compile hid module on android 2019-03-09 12:22:32 +01:00
evilsocket
e22ce22716
misc: small fix or general refactoring i did not bother commenting 2019-03-09 12:08:19 +01:00
evilsocket
5d7c8933fa
fix: showing warning about hid failed frames only if every attempt failed 2019-03-09 11:30:28 +01:00
evilsocket
d8d208ae17
new: hid.inject now supports non visible devices (talking directly to the dongle) via the hid.force.type parameter 2019-03-09 11:16:18 +01:00
yungtravla
306771208a
add readDir function to JS plugin 2019-03-08 14:20:01 +10:00
evilsocket
963840915b
new: parsing gps GPGGA messages other than just GNGGA (fixes #473) 2019-03-07 10:29:17 +01:00
evilsocket
4e860c73fe
misc: small fix or general refactoring i did not bother commenting 2019-03-04 18:39:58 +01:00
evilsocket
bbfa230fae
fix: fixed compilation on Android (fixes #470) 2019-03-04 18:23:32 +01:00
evilsocket
56922c9be6
fix: fixed a bug which prevented some keys from being correctly parsed from the duckyscript parser (fixes #466) 2019-03-02 12:07:46 +01:00
evilsocket
48fa860417
misc: small fix or general refactoring i did not bother commenting 2019-03-01 11:39:53 +01:00
evilsocket
020d471b95
fix: fixed a bug which caused BLE handles to be displayed incorrectly (fixes #465) 2019-03-01 11:31:10 +01:00