Commit graph

33 commits

Author SHA1 Message Date
evilsocket
2662831fab fix: removing bash escape sequences from stdout before sending it as api response 2025-03-27 04:56:39 +01:00
evilsocket
61a9069e50 new: api.rest will return the stdout data after executing a session command 2025-01-09 02:55:51 +01:00
Simone Margaritelli
b2035daf54 fix: fixed address reload on api.rest 2024-08-28 16:14:23 +02:00
Simone Margaritelli
7d85483214 fix: expanding file path in file read api 2024-08-22 10:28:28 +02:00
Simone Margaritelli
2659a559c9 fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
dadav
24a1e34237 otherwise a read timeout will occasionally occure 2020-04-08 21:32:23 +02:00
Simone Margaritelli
61d9316cad fix: logging error when read from websocket fails 2020-04-08 10:36:04 +02:00
Lars Lehtonen
372c2d6428
tls: fix CertConfigFromModule() return order 2019-11-13 14:31:55 -08: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
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
9c381a449d
misc: small fix or general refactoring i did not bother commenting 2019-04-08 11:44:57 +03: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
460bd9b159
new: api.rest.record.clock parameter to decide delay per sample 2019-03-30 17:32:53 +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
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
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
40ec724ca6
fix: reporting module name when it's already running or already stopped 2019-03-27 13:59:22 +01:00
evilsocket
96853e663b
fix: api.rest.address now defaults to 127.0.0.1 2019-03-21 18:26:55 +01:00
evilsocket
2e3e4f453b
fix: events.include and events.ignore now filter for both events.stream and api.rest 2019-03-21 11:20:48 +01:00
evilsocket
a202f7eaca
fix: now api.rest can execute multiple commands divided by ; 2019-03-20 19:28:04 +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
d7b6cdb8a1
fix: printing path for unauthorized attempts to request api.rest routes 2019-03-19 00:40:28 +01:00
evilsocket
3c1277ebbc
fix: handling CORS for api.rest 2019-03-12 12:49:20 +01:00
evilsocket
e0e1f4e6df
new: HID devices are now exported by the api.rest module 2019-02-21 11:43:48 +01:00
evilsocket
4eead7eafa
misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
evilsocket
9cd4e380fb
misc: each module now has its own tagged logging 2019-02-12 15:16:02 +01:00
evilsocket
cf953b1e02
misc: small fix or general refactoring i did not bother commenting 2019-02-12 11:51:27 +01:00
Giuseppe Trotta
ed652622e2 Refactoring modules 2019-02-10 23:58:08 +01:00