10 changed files with
24 additions and
4 deletions
|
|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Fetches all your delicious bookmarks
|
|
|
|
|
# and validates the XML before saving.
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
#!/bin/sh
|
|
|
|
|
# $Id: find_big_files.sh 11 2009-02-06 08:48:41Z oli $
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Find and report big files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: GPLv2
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# This tool scans a Debian-based system for threats in programs,
|
|
|
|
|
# configurations, permissions etc. and calculates a score to
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Shows all applications using libssl
|
|
|
|
|
# They need to be restarted after an OpenSSL upgrade
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Monitors if lighttpd uses too much mem, and if so, restarts it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,7 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Recursively search for SSL certificate
|
|
|
|
|
# files and display valid period
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
# $Id: policyd-550.sh 16 2009-04-28 12:51:28Z oli $
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Shows all mails rejected by policyd-weight.
|
|
|
|
|
# Requires that $REJECTMSG in /etc/policyd-weight.conf
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,7 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Checks if given IP is listed on any of the "major" DNSBL.
|
|
|
|
|
# I used this list: http://spamlinks.net/filter-dnsbl-lists.htm
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,7 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# greps mail.log for TLS debug loglines and displays sender count
|
|
|
|
|
# and cipher used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,7 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
# Author: Oliver Ladner <oli@lugh.ch>
|
|
|
|
|
# License: LGPL
|
|
|
|
|
#
|
|
|
|
|
# Checks the webroot for files being owned by www daemon and
|
|
|
|
|
# writable at the same time. This is only needed by some files
|
|
|
|
|
# so we'll check with a whitelist.
|
|
|
|
|
|