32: SIZEOF_LONG: 4 64: SIZEOF_LONG: 8
union bf_data {
struct {
unsigned long left;
unsigned long right;
} lr;
BF_LONG bf_long;
};
#! /bin/sh | |
DEST_DIR=$(realpath $1) | |
for git_repo in *; do | |
if ! [ -d "${git_repo}/.git" ]; then | |
continue | |
fi | |
PREFIX="./${git_repo//-//}" | |
pushd $git_repo > /dev/null |
Summary: | |
Makefile | 2 ++ | |
last.c | 46 ++++++++++++++++++++++++++++++++++++++++++++-- | |
2 files changed, 46 insertions(+), 2 deletions(-) | |
---- | |
Files modified: | |
commit f400c8ea0d5417aea5a80c53c06511f595d84ab8 | |
Author: Bryan Drewery <[email protected]> |
Summary: | |
Makefile | 2 ++ | |
who.c | 34 +++++++++++++++++++++++++++++++++- | |
2 files changed, 35 insertions(+), 1 deletions(-) | |
---- | |
Files modified: | |
commit 9cbed388a891caea998a5be60e13572f17800384 | |
Author: Bryan Drewery <[email protected]> |
#! /bin/bash | |
# THIS RUNS SETGID utmp | |
# last [-[n ]number] [user] | |
# everything else is IGNORED. | |
PROC=$_ | |
### Only allow invocation from last, not other procs | |
if [ "${PROC/last/}" = "${PROC}" ]; then | |
exit 1 |
32: SIZEOF_LONG: 4 64: SIZEOF_LONG: 8
union bf_data {
struct {
unsigned long left;
unsigned long right;
} lr;
BF_LONG bf_long;
};
bryan
here does not support CBC, nor did it have FiSH enabled. lolwut
is using FiSH10's CBC mode.
The CBC is still vuln to replay attack as it does not take the previous data seen into account for its IV, which it really can't anyway as messages are not guaranteed to come through in the same order to all clients (even in a private message scenario).
Seen from IRSSI:
20:04:31 < lolwut> +OK */+oAlEKOmjasKT9tlEv7Cw==
20:04:33 < lolwut> +OK *BsYMtHPWPmP+0z3RMLEgOA==
20:04:34 < lolwut> +OK *zj7vwK9O7TLW5h26hPjAJg==
20:04:35 < lolwut> +OK *332AXN/zGv56bPf3X9ZrBw==
SSL-Session: | |
Protocol : TLSv1 | |
Cipher : DHE-RSA-AES256-SHA | |
Session-ID: 17B29477C80A78820FD7AC27B3733B50A876D8EDAA23D277BCB21EC70620F0CD | |
Session-ID-ctx: | |
Master-Key: B5992088CD17A41C07AD06B9C25543EF77CD2E27E5DB98505FE65E096AD1F3966FF6934B56BAA00B8AC67F6EAF6D8D7C | |
Key-Arg : None | |
TLS session ticket: | |
0000 - a9 61 90 1f d2 5f 18 0b-fe 10 c5 65 32 b9 15 74 .a..._.....e2..t | |
0010 - c8 83 ca a2 8d 09 a3 dd-47 58 12 05 2e 9d 3a 57 ........GX....:W |
KMOD = unix | |
SRCS = unix.c | |
.include <bsd.kmod.mk> |
KMOD = sendfile | |
SRCS = sendfile.c | |
.include <bsd.kmod.mk> |