Hacking Jennov (Anyka) “J series” cameras

I purchased a pair of Jennov “A31-2” cameras from Amazon for just under $25 on their “Big Spring Sale” (so less than $12.50 per camera). From the reviews, it seemed like the app was required to connect them to WiFi. After they arrived, I installed the app on a spare Android phone, but it also required a user registration with an email address. Too much work!

Continue reading “Hacking Jennov (Anyka) “J series” cameras”

sshguard with Gitlab in Docker

In light of CVE-2024-6387 here’s a quick-and-dirty way to use SSHGuard to protect the SSH server of a Gitlab instance running in Docker. These instructions were made with Ubuntu as the host but should work on other systems. Note that this will only monitor the SSH logs of Gitlab itself, not the host OS. Further, since the timestamps are removed, that may affect SSHGuard’s time calculations (generally only on first launch)

Fail2Ban did not work for me, as it had trouble parsing the non-standard logs produced by Gitlab’s sshd.

Continue reading “sshguard with Gitlab in Docker”