Commit Graph

22 Commits

Author SHA1 Message Date
Michael Hohn
ff94bfa9f5 Clean up and fix custom logging code
Unrecognized json caused duplicate output.

Specifically:
     2024/02/12 18:58:54 WARNING: json decode error: json: unknown field "id"
2024-02-13 11:30:14 -08:00
Michael Hohn
2877835899 List query pack file names in log when in request/response bodies
- [ ] List file names in log when request/response bodies are base64 encoded
     gzipped tar file
     : base64 -d < foo1 | gunzip | tar t| head -20
2024-02-12 19:02:29 -08:00
Michael Hohn
45f184d061 List file names in log when request/response bodies are pk zip archives 2024-02-09 19:26:39 -08:00
Michael Hohn
70768469d6 Extract LogBody() function 2024-02-09 14:34:11 -08:00
Michael Hohn
5f235371f5 Unpack the request/response payload contents in the shell and keep annotated logs 2024-02-08 19:38:02 -08:00
Michael Hohn
c541abacc2 Add full request log output 2024-02-08 14:57:10 -08:00
Michael Hohn
2a80ff0bc2 Added request/response logger to main for expansion 2024-02-08 13:32:14 -08:00
Michael Hohn
4713b001ff Add logs 2024-01-29 12:04:52 -08:00
Alvaro Muñoz
d60ef906fe initial refactor to use Cobra 2023-04-21 13:43:20 +02:00
Alvaro Muñoz
f589c06ce7 Add command to delete sessions 2023-04-14 22:52:03 +02:00
Alvaro Muñoz
2d435293a7 better list output 2023-04-13 18:36:27 +02:00
Alvaro Muñoz
c51c66e52d add star count to status output 2023-03-29 10:31:01 +02:00
Alvaro Muñoz
376db37e8f move sessions to diffent file 2023-03-29 09:05:26 +02:00
Alvaro Muñoz
14c19d1654 Format status json 2023-03-28 23:06:59 +02:00
Alvaro Muñoz
18e38d441e Add list and status commands 2023-03-28 13:23:32 +02:00
Alvaro Muñoz
853028d999 Add support for QLS files 2023-03-24 14:23:53 +01:00
Alvaro Muñoz
92bfdeb933 fix interface cast 2023-03-24 13:47:49 +01:00
Alvaro Muñoz
2eb968d2be Fix hardcoded FOO name 2023-03-21 22:13:05 +01:00
Alvaro Muñoz
a98c3544d4 Merge branch 'main' of https://github.com/pwntester/gh-mrva 2023-03-21 13:14:14 +01:00
Alvaro Muñoz
3671907a4e Update main.go 2023-03-17 09:47:42 +01:00
Alvaro Muñoz
4acdb6d02f improve help docs 2023-03-16 16:30:00 +01:00
Alvaro Muñoz
a99cc6b08a Initial version 2023-03-16 14:13:04 +01:00