Decrypt Sonicwall Configurations (*.exp)
Helloo!!
Voila, since a few weeks I'm a CSSA aka Certified Sonicwall Security
Administrator
;-) Ok, nothing really exciting, but now it's time to start messing with
these boxes, I would love to know what these boxes do, apart from the
stuff that the webinterface tells me... :-p
Sonicwall ...
networkers .bashrc
I couldn't find anything existing to lookup a specific TCP/UDP port, so
I quickly created some messy bash functions. What I wanted is to have a
simple command to lookup a specific TCP/UDP Port, and also to lookup a
MAC-address -> manufacturer.
script
In order to get this ...
more ...check ssl certificate expiry dates
Another one for today.. :-D
I wanted to find a quick way to show me the expiry dates of ssl
certificates on the fly, without going through any browsers etc.
A combination of sed and openssl did the job.
``` {.lang:sh .decode:true} echo "" | openssl s_client -showcerts -connect www.ubs ...
more ...remove print restriction in pdf files
I've just received a PDF that I wanted to convert for my ebook-reader, but it was protected with a password + was restricted for printing. So I didn't have a chance to convert it into a suitable format for it. ahm... aren't there some tools around to decrypt ...
more ...