Hadi
cc0176a73d
feat: add "flag" toggle in replay & findings
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-30 20:15:51 +02:00
Hadi
ec0fb61099
add filter in ui/replay
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-30 19:57:25 +02:00
Hadi
ef1789af2f
edit default keybindings
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-30 11:56:39 +02:00
Hadi
9d0ef598a7
Per-project configuration overwrites
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-30 00:14:54 +02:00
Hadi
acee3df1bc
fix: add ssl_insecure, expand values, edit keybindings, ...
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-29 21:59:54 +02:00
Hadi
5c74eda48b
fix: gosec vulns
...
Signed-off-by: Hadi <hadi@example.com >
2026-05-29 10:29:18 +02:00
Hadi
aa458c142f
use ilovetui colors & styles
2026-05-26 16:12:10 +02:00
Hadi
0b9e1a1cf0
Change default plugin's config in global config
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-21 09:54:57 +02:00
Hadi
67fe8eb911
fix: log silent errors, harden proxy auth, optimize db and render pipeline
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-20 10:19:37 +02:00
Hadi
905013943d
edit keybind
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-19 23:00:19 +02:00
Hadi
ae372d7283
change default keybinds
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-19 21:53:13 +02:00
Hadi
28b070dafc
Add flags to history
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-19 14:48:15 +02:00
Hadi
4643989ab6
Add proxy auth
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-19 14:00:57 +02:00
Hadi
385b6e84e0
[37mfeat: add GotoTop/Bottom/PrevPage/NextPage navigation keys[0m
...
[37m- New global keybindings: GotoTop (Home), GotoBottom (G/End), PrevPage ([), NextPage (])[0m
[37m- Wired in history, findings, and intercept update handlers[0m
[37m- Removes duplicate tea.Quit case in intercept/update.go[0m
[37mCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >[0m
2026-05-19 13:39:01 +02:00
Hadi
172a77e13b
[37mfix: security hardening and code quality[0m
...
[37m- SQL query mode uses read-only SQLite connection with PRAGMA query_only=ON[0m
[37m- Lua sandbox removes dofile/loadfile/load after OpenBase to block file access[0m
[37m- Plugin manager sorts by priority once at load time; GetPlugins is a plain copy[0m
[37m- Proxy appends [body truncated] marker when body hits size limit[0m
[37m- App startup exits with os.Exit(1) on DB open failure[0m
[37m- tickCmd uses tea.Tick instead of time.Sleep in a goroutine[0m
[37m- ErrMsg with non-nil error shows notification then quits[0m
[37m- DB stores path for use by read-only query connection[0m
[37m- WAL journal mode + NORMAL synchronous set in migrate()[0m
[37m- config.go uses errors.Is(err, os.ErrNotExist)[0m
[37m- main.go uses os.UserHomeDir() and removes racy port pre-check[0m
[37m- findings renderer is cached and rebuilt only on width change[0m
[37mCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >[0m
2026-05-19 13:38:10 +02:00
Hadi
0cfba17d3d
Edit the config "external_editor" to overwrite $EDITOR
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-19 10:13:36 +02:00
Hadi
a147e8b972
QOL & Security improvement
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-19 10:09:42 +02:00
Hadi
789a513469
add "add-default-config" flag
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-18 23:31:49 +02:00
Hadi
615093bd8b
Add the config option "keep responses"
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-18 23:12:01 +02:00
Hadi
85c2806604
Add search in ui/docs
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-18 21:22:17 +02:00
Hadi
9ab7f12bf4
gofmt
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-13 18:20:33 +02:00
Hadi
c7392474b7
CopyRequest -> Copy & CopyAs
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-13 18:07:23 +02:00
Hadi
47d2cf6845
change default config
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-13 17:04:06 +02:00
Hadi
26994a3a37
upstream proxy
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-13 17:03:00 +02:00
Hadi
a6bd5c1071
Rename auto-forward -> toggle-intercept
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-12 22:25:10 +02:00
Hadi
7879720d07
Remove scope page
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-12 22:01:29 +02:00
Hadi
e8e64eff12
Init
...
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com >
2026-05-12 19:12:29 +02:00