[sf-lug] SF-LUG web site supposedly still being "maintained"
acohen36
acohen36 at SDF.ORG
Wed Jun 21 13:39:39 PDT 2017
On "the SF-LUG web pages"...
Quoting Michael Paoli <Michael.Paoli at cal.berkeley.edu> :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Who has access?
# (cd /etc/sudoers.d && grep -h 'su.*sflugwww' *)
grantbow ALL=(root) /bin/su - sflugwww
jstockford ALL=(root) /bin/su - sflugwww
thawley ALL=(root) /bin/su - sflugwww
#
Who are those folks?
$ awk -F: '{if($1 ~ /^(grantbow|jstockford|thawley)$/)print $5;}' \
> /etc/passwd | sed -e 's/,.*$//'
Jim Stockford
Grant Bowman
Todd Hawley
$
How long has it been since they logged in?
$ lastlog | egrep '^(grantbow|jstockford|thawley) ' | sort -k 9,9n -k
5,5M -k 6,
6n -k 7,7
grantbow pts/8 173-8-189-243-sf Sun Apr 28 13:50:11 -0700 2013
thawley pts/8 104-244-27-45.pu Thu Jan 14 22:05:40 -0800 2016
jstockford pts/9 173-13-130-174-s Thu Jul 28 21:20:37 -0700 2016
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yep.
Also can view and recall the seemingly identical results from last year's
Wed Jul 13 post http://linuxmafia.com/pipermail/sf-lug/2016q3/012022.html
Quoting Michael Paoli <Michael.Paoli at cal.berkeley.edu> in that very
'Noisebridge SF-LUG (Noisebridge Linux discussion supported by SF-LUG,
...)' post:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Oh, and in addition to myself, these fine folks have access to update
the SF-LUG web site:
Jim Stockford
Grant Bowman
Todd Hawley
$ (for name in 'Jim Stockford' 'Grant Bowman' 'Todd Hawley'; do for \
> user in $(awk -F: '{if($5 ~ /^('"$name"')(,|$)/) print $1;};' \
> /etc/passwd); do echo; sudo -l -U "$user" | sed -ne \
> 's/.*\(may run the following commands\).*/'"$name"' \1:/p
> /sflugwww/p'; echo $(lastlog -u "$user" | cut -c44-); done; done
> echo)
Jim Stockford may run the following commands:
(root) /bin/su - sflugwww
Latest Mon Jan 18 15:59:47 -0800 2016
Grant Bowman may run the following commands:
(root) /bin/su - sflugwww
Latest Sun Apr 28 13:50:11 -0700 2013
Todd Hawley may run the following commands:
(root) /bin/su - sflugwww
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IMHO, that 'Noisebridge SF-LUG (Noisebridge Linux discussion supported by
SF-LUG, ...)' started an interesting and variably-entitled thread in last
year's http://linuxmafia.com/pipermail/sf-lug/2016q3/thread.html , that
ended with 'The sf-lug web site is now different ... better ...',
http://linuxmafia.com/pipermail/sf-lug/2016q3/012030.html
Still grinning at Rick M's comment that "PHP is a large security hole that
happens to have a small interpreted language interpreter attached to it."
LOL
-A
acohen36 at sdf.org
SDF Public Access UNIX System - http://sdf.org
More information about the sf-lug
mailing list