Commit graph

799 commits

Author SHA1 Message Date
evilsocket
c26f3ea1bb
fix: setting RemoteAddr field of a proxied request 2019-06-13 13:56:31 +02:00
evilsocket
1f3c009d15
fix: fixed a nil pointer dereference in the http banner grabber of syn.scan 2019-05-07 13:35:01 +02:00
Gianluca
be62757efa fix: http proxy modules couldn't handle properly requests with port number in the URL. 2019-05-02 18:25:19 +02:00
evilsocket
f8566d6020
fix: fixed a nil pointer dereference when wifi.show is called but the wifi module is not running (fixes #562) 2019-05-01 12:27:52 +02:00
evilsocket
67eef05892
fix: logs when the api.rest http2 stream is closed are now debug logs 2019-04-25 18:16:35 +02:00
evilsocket
95bc9b9d78
fix: fix an alignment issue for atomic ops on arm 2019-04-23 14:14:23 +02:00
evilsocket
b868408c17
misc: small fix or general refactoring i did not bother commenting 2019-04-22 16:29:58 +02:00
evilsocket
2bd768f065
new: net.probe is now be able to actively discover mDNS services 2019-04-22 15:39:23 +02:00
evilsocket
45951d2f82
new: implemented mDNS server / spoofer (closes #542) 2019-04-22 13:53:32 +02:00
evilsocket
385c8e3926
new: added dns CHAOS banner grabber to syn.scan 2019-04-22 12:33:48 +02:00
evilsocket
30d9415d8c
misc: small fix or general refactoring i did not bother commenting 2019-04-22 11:47:36 +02:00
evilsocket
b8d9179def
misc: small fix or general refactoring i did not bother commenting 2019-04-22 11:13:24 +02:00
evilsocket
df8ebd2525
misc: small fix or general refactoring i did not bother commenting 2019-04-21 20:53:27 +02:00
evilsocket
cd249687da
fix: syn.scanner now uses a dedicated pcap handle to prevent deadlocks and improve performances 2019-04-21 20:37:41 +02:00
evilsocket
8257d25ff3
fix: api.rest and https.server certificates are now correctly generated with IsCA to false 2019-04-21 19:55:53 +02:00
evilsocket
070708c307
new: improved syn.scan module performances when scanning multiple addresses 2019-04-21 16:26:37 +02:00
evilsocket
aea68460c8
new: syn.scan will now perform basic tcp banner grabbing 2019-04-21 15:45:32 +02:00
evilsocket
5a62546c50
fix: made BLE module less verbose by switching some of the logs to debug ones 2019-04-21 14:00:43 +02:00
evilsocket
aa3f4366a2
misc: small fix or general refactoring i did not bother commenting 2019-04-21 13:47:41 +02:00
evilsocket
0eb34e61fe
misc: updated dependencies 2019-04-21 13:47:08 +02:00
Stefano Gabryel
0e857e4467 Minor improvements to prevent unecessaries allocations 2019-04-21 07:26:54 +02:00
Stefano Gabryel
8f761dd76c Fixing ignored error in trigger list 2019-04-21 07:26:54 +02:00
evilsocket
29bf0d94f1
misc: set gps module default baud rate to 4800bps 2019-04-19 15:37:55 +02:00
evilsocket
5f973629d3
fix: fixing CORS headers only if sslstrip is enabled (fixes #543) 2019-04-18 12:44:50 +02:00
yungtravla
62d46f5045
fix NewHash function 2019-04-10 20:27:17 +10:00
yungtravla
2b4b58462c
return more endpoint information with req.Client 2019-04-10 19:54:40 +10:00
evilsocket
973c88fd31
misc: small fix or general refactoring i did not bother commenting 2019-04-09 10:56:15 +03:00
evilsocket
0b430dd488
new: syn.scan can now resolve port services too 2019-04-09 10:52:15 +03:00
evilsocket
9c381a449d
misc: small fix or general refactoring i did not bother commenting 2019-04-08 11:44:57 +03:00
evilsocket
28063ff7c0
fix: fixed a lock issue on the wifi modules (fixes #535) 2019-04-06 17:01:00 +02:00
evilsocket
1f37381fde
fix: when net.sniff is sniffing a mDNS hostname, it'll update the endpoint field 2019-04-04 10:01:49 +02:00
evilsocket
126cb7febf
misc: decoupled session record loading to external package 2019-04-03 10:26:54 +02:00
evilsocket
b743b26dde
misc: decoupled session record reader from the modules 2019-04-03 09:39:28 +02:00
evilsocket
36e5fe8bdb
fix: modules that require net.recon can now specify it as a dependency 2019-04-02 00:06:43 +02:00
evilsocket
f9ebb1a77e
fix 2019-03-30 17:33:02 +01:00
evilsocket
460bd9b159
new: api.rest.record.clock parameter to decide delay per sample 2019-03-30 17:32:53 +01:00
evilsocket
0113286b4f
fix: gracefully handling hid receiver disconnection 2019-03-30 16:27:56 +01:00
evilsocket
afe300cd8a
fix: gracefully handling wifi device disconnection 2019-03-30 16:17:26 +01:00
evilsocket
54116f7fbe
fix: fixed replay time computation using actual dates instead of the assumption of one frame per second 2019-03-30 13:59:08 +01:00
evilsocket
50d01429cd
new: added Updated field to session.GPS 2019-03-30 00:26:38 +01:00
evilsocket
2f53e40f98
Revert "misc: keeping frames in memory as compressed"
This reverts commit 054d8a5a3e.
2019-03-29 21:52:03 +01:00
evilsocket
054d8a5a3e
misc: keeping frames in memory as compressed 2019-03-29 21:45:43 +01:00
evilsocket
5fb4cd6a5a
misc: small fix or general refactoring i did not bother commenting 2019-03-29 21:23:08 +01:00
evilsocket
1eec682aeb
new: new ble.device parameter to set HCI index (closes #519) 2019-03-29 20:16:41 +01:00
evilsocket
c3f0e3598b
misc: small fix or general refactoring i did not bother commenting 2019-03-29 20:03:46 +01:00
evilsocket
fdc26ca3aa
misc: reporting session replay loading progress as api.rest state object 2019-03-29 19:31:20 +01:00
evilsocket
a411607a57
misc: added loading boolean flag to api.rest state object 2019-03-29 18:00:48 +01:00
evilsocket
0a31ac8167
new: implemented api.rest.record and api.rest.replay 2019-03-29 16:20:31 +01:00
evilsocket
4713d25ea7
misc: small fix or general refactoring i did not bother commenting 2019-03-27 16:47:28 +01:00
evilsocket
a59c51b825
fix: fixed a bug which broke ble.enum 2019-03-27 16:13:41 +01:00