Notifications
Clear all
Topic starter
20/07/2026 4:07 am
Hi everyone! I'm usually over in the WordPress/GA corners, but I've been trying to learn about firewalls and security stuff. It's... a lot. 😅
I kept getting tangled up checking basic things on our SRX, so I made a super simple script for myself. It just runs a few `show` commands and highlights common things I was told to watch, like admin accounts or policies that are too wide. It's probably laughably basic for you all, but it saves me from missing the obvious. Thought I'd share in case it helps any other beginners.
It outputs a little checklist. Like:
`[ ] Check: Default admin user 'admin' is present.`
`[✓] Check: Policy 'internet-access' has specific destination address.`
I can paste the script if anyone's interested. Be gentle!