diff options
author | login <login@tilde.team> | 2021-10-17 16:25:53 +0000 |
---|---|---|
committer | login <login@tilde.team> | 2021-10-17 16:25:53 +0000 |
commit | b0de38eafe7fe897f907066dc1ef923073690d5d (patch) | |
tree | 7abbf3ee84417762fadbc7493e0ff119aeba3e9d /ntcoin_freebsd_tildeguru | |
parent | bd53b1ec0cf20e79828e8e95576a44f1eaf004db (diff) | |
download | tcoin-b0de38eafe7fe897f907066dc1ef923073690d5d.tar.gz |
pcoin_keys fixed
Thanks to ~jmjl, I was able to find that pcoin_keys didn't work. To fix it, tcoin uses sneaky magic but with stdin isntead of an argument, and a new library imported called popen2, that lets me send both stdin and receive stdout, to successfully get "ls <path to the pcoin_keys directory>" to work (it execl's another instance of the tcoin comand so that it runs under setuid instead of as the original user who ran it.
Diffstat (limited to 'ntcoin_freebsd_tildeguru')
-rwxr-xr-x | ntcoin_freebsd_tildeguru | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/ntcoin_freebsd_tildeguru b/ntcoin_freebsd_tildeguru index 178863d..24e425e 100755 --- a/ntcoin_freebsd_tildeguru +++ b/ntcoin_freebsd_tildeguru @@ -17,8 +17,10 @@ then #define TCOIN_PASS_PATH "'`/bin/realpath -q $1`'/tcoin/passwords/" #define TCOIN_PROG_ACT_PATH "'`/bin/realpath -q $1`'/tcoin/program_accounting/" #define PROG_ACT_W_SLASH "program_accounting/" +#define LS_PATH "/bin/ls" +#define PIPED_WORD_COUNT_CMD " | /usr/bin/wc -c" +#define PCOIN_KEY_PATH "'`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys" #define PCOIN_KEY_PATH_W_SLASH "'`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys/" -#define LS_PCOIN_KEY_CMD "/bin/ls '`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys" #define TCOIN_CODEZ_PATH "'`/bin/realpath -q $1`'/tcoin/secrets/tcoin_codez" #define TCOIN_BIN_PATH_W_SPACE "'`/bin/realpath -q $2`'/tcoin " #define TCOIN_PATH_W_SLASH "'`/bin/realpath -q $1`'/tcoin/" @@ -125,7 +127,7 @@ else /bin/echo "Sorry, '`/bin/realpath -q $1`/tcoin/secrets/tcoin_codez' already exists." exit 1 else - /bin/echo "`cat /dev/urandom | b64encode -r . | head -c 512 | tr -d '\n' | tr '+' '-' | tr '/' '_'` `cat /dev/urandom | b64encode -r . | head -c 512 | tr -d '\n' | tr '+' '-' | tr '/' '_'`" > "`/bin/realpath -q $1`/tcoin/secrets/tcoin_codez" + /bin/echo "`cat /dev/urandom | b64encode -r . | head -c 512 | tr -d '\n' | tr '+' '-' | tr '/' '_'` `cat /dev/urandom | b64encode -r . | head -c 512 | tr -d '\n' | tr '+' '-' | tr '/' '_'` `cat /dev/urandom | b64encode -r . | head -c 512 | tr -d '\n' | tr '+' '-' | tr '/' '_'`" > "`/bin/realpath -q $1`/tcoin/secrets/tcoin_codez" /bin/chmod 400 "`/bin/realpath -q $1`/tcoin/secrets/tcoin_codez" fi fi @@ -145,6 +147,22 @@ else /bin/cp ./scrypt_freebsd "`/bin/realpath -q $1`/tcoin/bin/scrypt" /bin/chmod 500 "`/bin/realpath -q $1`/tcoin/bin/scrypt" fi + if [ -e "`/bin/realpath -q $1`/tcoin/bin/popen2.c" ] + then + /bin/echo "Sorry, '`/bin/realpath -q $1`/tcoin/bin/popen2.c' already exists." + exit 1 + else + /bin/cp ./popen2.c "`/bin/realpath -q $1`/tcoin/bin/popen2.c" + /bin/chmod 500 "`/bin/realpath -q $1`/tcoin/bin/popen2.c" + fi + if [ -e "`/bin/realpath -q $1`/tcoin/bin/popen2.h" ] + then + /bin/echo "Sorry, '`/bin/realpath -q $1`/tcoin/bin/popen2.h' already exists." + exit 1 + else + /bin/cp ./scrypt_freebsd "`/bin/realpath -q $1`/tcoin/bin/popen2.h" + /bin/chmod 500 "`/bin/realpath -q $1`/tcoin/bin/popen2.h" + fi if [ -e "`/bin/realpath -q $1`/tcoin/bin/tcoin_defs.cpp" ] then /bin/echo "Sorry, '`/bin/realpath -q $1`/tcoin/bin/tcoin_defs.cpp' already exists." @@ -156,6 +174,9 @@ else #define TCOIN_PASS_PATH "'`/bin/realpath -q $1`'/tcoin/passwords/" #define TCOIN_PROG_ACT_PATH "'`/bin/realpath -q $1`'/tcoin/program_accounting/" #define PROG_ACT_W_SLASH "program_accounting/" +#define LS_PATH "/bin/ls" +#define PIPED_WORD_COUNT_CMD " | /usr/bin/wc -c" +#define PCOIN_KEY_PATH "'`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys" #define PCOIN_KEY_PATH_W_SLASH "'`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys/" #define TCOIN_CODEZ_PATH "'`/bin/realpath -q $1`'/tcoin/secrets/tcoin_codez" #define TCOIN_BIN_PATH_W_SPACE "'`/bin/realpath -q $2`'/tcoin " @@ -179,12 +200,15 @@ else #define TCOIN_PASS_PATH "'`/bin/realpath -q $1`'/tcoin/passwords/" #define TCOIN_PROG_ACT_PATH "'`/bin/realpath -q $1`'/tcoin/program_accounting/" #define PROG_ACT_W_SLASH "program_accounting/" +#define LS_PATH "/bin/ls" +#define PIPED_WORD_COUNT_CMD " | /usr/bin/wc -c" +#define PCOIN_KEY_PATH "'`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys" #define PCOIN_KEY_PATH_W_SLASH "'`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys/" -#define LS_PCOIN_KEY_CMD "/bin/ls '`/bin/realpath -q $1`'/tcoin/secrets/pcoin_keys" #define TCOIN_CODEZ_PATH "'`/bin/realpath -q $1`'/tcoin/secrets/tcoin_codez" #define TCOIN_PATH_W_SLASH "'`/bin/realpath -q $1`'/tcoin/" #define TCOIN_SCRYPT_PATH "'`/bin/realpath -q $1`'/tcoin/bin/scrypt" #define PCOIN_BIN_PATH "'`/bin/realpath -q $2`'/pcoin" +#define TCOIN_BIN_PATH_W_SPACE "'`/bin/realpath -q $2`'/tcoin " #define PCOIN_BIN_PATH_W_SPACE "'`/bin/realpath -q $2`'/pcoin " #define KROWBAR_OFF #define DA_OFF @@ -198,7 +222,7 @@ else exit 1 else /bin/echo '#!/usr/local/bin/bash -(/usr/local/bin/g++ -I"'`/bin/realpath -q $1`'/tcoin/bin" "'`/bin/pwd`'/tcoin.cpp" -o "'`/bin/realpath -q $1`'/tcoin/bin/tcoin" -std=c++11) \ +(/usr/local/bin/g++ -I"'`/bin/realpath -q $1`'/tcoin/bin" "'`/bin/pwd`'/tcoin.cpp" "'`/bin/realpath -q $1`'/tcoin/bin/popen2.c" -o "'`/bin/realpath -q $1`'/tcoin/bin/tcoin" -std=c++11) \ && (/bin/chmod 550 "'`/bin/realpath -q $1`'/tcoin/bin/tcoin") \ && (/bin/chmod u+s "'`/bin/realpath -q $1`'/tcoin/bin/tcoin") \ && (([ -f "'`/bin/realpath -q $2`'/tcoin" ] && (/bin/chmod u+w "'`/bin/realpath -q $2`'/tcoin")) || /usr/bin/true) \ @@ -221,7 +245,7 @@ else exit 1 else /bin/echo '#!/usr/local/bin/bash -(/usr/local/bin/g++ -I"'`/bin/realpath -q $1`'/tcoin/bin" "'`/bin/pwd`'/pcoin.cpp" -o "'`/bin/realpath -q $1`'/tcoin/bin/pcoin" -std=c++11) \ +(/usr/local/bin/g++ -I"'`/bin/realpath -q $1`'/tcoin/bin" "'`/bin/pwd`'/pcoin.cpp" "'`/bin/realpath -q $1`'/tcoin/bin/popen2.c" -o "'`/bin/realpath -q $1`'/tcoin/bin/pcoin" -std=c++11) \ && (/bin/chmod 550 "'`/bin/realpath -q $1`'/tcoin/bin/pcoin") \ && (/bin/chmod u+s "'`/bin/realpath -q $1`'/tcoin/bin/pcoin") \ && (([ -f "'`/bin/realpath -q $2`'/pcoin" ] && (/bin/chmod u+w "'`/bin/realpath -q $2`'/pcoin")) || /usr/bin/true) \ |