- Joined
- Jan 8, 2019
- Messages
- 56,623
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,455
- Points
- 2,313
- Credits
- 32,750
6 Years of Service
76%

New Features
api.rest now exposes polled_at time field for the object session
implemented (http|https).proxy.whitelist and (http|https).proxy.blacklist parameters (closes #508)
caplets will now include the list of sub scripts and files in api.rest
handshakes history is now loaded from the configured pcap
aliases are now centralized and can be used for any type of device (closes #504)
the events ignore list is now exported as the events.stream state object via api.rest
exporting available network interfaces in /api/session for api.rest
exporting version, os, arch, and goversion from api.rest
preloading and exporting caplets from api.rest
hid devices now exports the last 50 sniffed payloads via api.rest
hid module now exposes the available layouts via api.rest
new /api/file route for api.rest to read and write files
the hid module now exposes its status via api.rest
syn.scan now exposes progress via api.rest
module can now export a State map with specific information
exposing ble.device.disconnected events via api.rest module
exposing enumerated BLE services for each device via api.rest module
hid module is now supported on Windows tnx to @4p3rtur3 (closes #482)
exporting module parameters current value in api.rest
hid.sniff will now hexdump sniffed payloads (closes #490)
new hid.clear command to clear the list of devices
the wifi module can now use an optional wifi.interface parameter in order to use a secondary interface (fixes #488)
exposing flags and connectable fields for BLE devices in api.rest
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.
add JS functions gzipCompress and gzipDecompress
Fixes
fixed a bug when AttEcodeSuccess was returned as an error by the gatt lib (fixes #498)
caplet code is loaded entirely and comments are only skipped while evaluating it
fixed macOS compilation
clear handler caused issues on some terminals, fixed by using os specific clear command
wifi clients sent and received data frame counters are now updated correctly
api.rest.address now defaults to 127.0.0.1
attempt to fix #500 by structure realigning
events.include and events.ignore now filter for both events.stream and api.rest
fixed a bug in ble.recon which sometimes caused a crash if ble.recon off was called but no device was present
do not start arp.spoof if the list of targets is empty
now api.rest can execute multiple commands divided by ;
fixed a bug which prevented ‘set alias MAC “”‘ to clear an alias
increased hid pruning time to 20 minutes
using fallback hid.device.type if the device was detected but not its type
checking dongle pointer in hid.recon off
gracefully handling https.server starting errors
gracefully handling http.server starting errors
printing path for unauthorized attempts to request api.rest routes
exposing session modules as a map in api.rest for quick lookup
pruning HID devices after 10 minutes of inactivity
fixed packets.Queue JSON serialization for api.rest module
allow wifi modules to use network aliases for clients never seen on lan
setting BLE device name once services are enumerated
using sync.Map to avoid race conditions on the packets.Queue
added handshake information for wifi aps in api.rest
made arp.spoof debug less verbose (ref #483)
propagating mod.started and mod.stopped events
fixed wifi.client.handshake event json serialization
fixed wifi.client.probe event json serialization
fixed a bug in the gatt library which prevented ble.recon/ble.enum to work multiple times (fixes #471)
made arp.spoof debug logs less verbose when mac addresses can’t be resolved (ref #483)
fixed libusb issue in Dockerfile (fixes #480)
updated islazy to 1.10.3 (ref #481)
fixed a bug that caused hid.recon to crash if started more than once
handling CORS for api.rest
fixed typo in net.sniff (tnx to @branzo)
fixed a bug caused by multiple wifi devices attached with different supported frequencies
Fixed certificate issues
fix android Shell command function
Misc
added debug panic for #500
adding networking interfaces addresses for api.rest
added race detector build to Makefile
add build constraint for android
To see this hidden content, you must like this content.