Bitcoin Forum
June 19, 2024, 08:04:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 [3052] 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722678 times)
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
September 25, 2014, 10:08:24 PM
 #61021

No, that's wrong. Finally check:

Quote
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

It should return

Quote
bash: warning: x: ignoring function definition attempt

if everything is okay.

Bourne parser is fucked up, for how long?! 20 years?!

nope, it's not echoing, LOL


Quote
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 25, 2014, 10:12:30 PM
 #61022

Hello, Guys, at this point we have reached our goal for the Open Source press release. The support was amazing, the release will go out next monday. We will have tracking tools to see how it performs this will give us good data to make adjustments for future releases. THANK YOU.

Fantastic work Minotaur!

The new generation have arrived and they brought their own currency...
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 25, 2014, 10:16:43 PM
 #61023



http://www.coindesk.com/swiss-intelligence-service-investigates-paying-informants-bitcoin/

When the informants figure it out, it will be too late. Dead men walking.
Propulsion
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


The Buck Stops Here.


View Profile
September 25, 2014, 10:18:11 PM
 #61024

nope, it's not echoing, LOL


Quote
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test


Looks like it is. It should look like this:

Code:
:~$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test

:~$

Edit: Easier readability here: https://darkcointalk.org/threads/bash-bug-big-in-the-news.2480/#post-22353
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 25, 2014, 10:22:34 PM
 #61025



http://www.coindesk.com/swiss-intelligence-service-investigates-paying-informants-bitcoin/

When the informants figure it out, it will be too late. Dead men walking.

Heh, not much of an intelligence service if they don't know either of the following:

1) Using Bitcoin is like wearing a G-String and sun-baking on a busy beach (thanks GeorgeM - Memory Burn)
2) Secret agents prefer the Dark  Wink

The new generation have arrived and they brought their own currency...
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 25, 2014, 10:24:30 PM
 #61026

No, that's wrong. Finally check:

Quote
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

It should return

Quote
bash: warning: x: ignoring function definition attempt

if everything is okay.

Bourne parser is fucked up, for how long?! 20 years?!

nope, it's not echoing, LOL


Quote
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test


All I did on my Amazon MN's was run 'sudo apt-get install bash' - came back with 4.3.11 and passed the echo test.
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
September 25, 2014, 10:24:31 PM
 #61027


Looks like it is. It should look like this:

Code:
:~$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test

:~$

Edit: Easier readability here: https://darkcointalk.org/threads/bash-bug-big-in-the-news.2480/#post-22353

Yah, I don't know why it won't update.  I even changed the sources.  The problem is probably on my end.... just gotta keep at it I guess?  I've rebooted again, still no joy.  version number says 4.2.45(1)

crouton, that's all I had to do on my other node.  they should be exactly alike, the two nodes.... hummmm

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 25, 2014, 10:26:43 PM
 #61028



http://www.coindesk.com/swiss-intelligence-service-investigates-paying-informants-bitcoin/

When the informants figure it out, it will be too late. Dead men walking.

Heh, not much of an intelligence service if they don't know either of the following:

1) Using Bitcoin is like wearing a G-String and sun-baking on a busy beach (thanks GeorgeM - Memory Burn)
2) Secret agents prefer the Dark  Wink

We should be sending press releases to Langley, MOSSAD, GCHQ etc. - sod useless crypotoblogs.
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 25, 2014, 10:29:36 PM
 #61029



Come over to the DarkSide, Litecoin miners.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 25, 2014, 10:30:44 PM
 #61030


Looks like it is. It should look like this:

Code:
:~$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test

:~$

Edit: Easier readability here: https://darkcointalk.org/threads/bash-bug-big-in-the-news.2480/#post-22353

Yah, I don't know why it won't update.  I even changed the sources.  The problem is probably on my end.... just gotta keep at it I guess?  I've rebooted again, still no joy.  version number says 4.2.45(1)

crouton, that's all I had to do on my other node.  they should be exactly alike, the two nodes.... hummmm

Are your instances in Ireland? Those paddy bog trotters may be a bit slow on the updates.
_evolution_
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
September 25, 2014, 10:45:15 PM
 #61031

seems like the bash bug is not even solved with newest bash: https://bugzilla.redhat.com/show_bug.cgi?id=1141597#c23


Come on... The same shit again Angry (Nevertheless, thank you for the update.)
What if $SHELL=/bin/ksh (KornShell)?
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 25, 2014, 10:46:58 PM
 #61032

If you silent viewers were wondering....the answers is: yes!

If you buy your DRKs with credit cards or some other tracked service, once you spend your DRKs you won't be tracked to death by Big Brother.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 25, 2014, 10:49:20 PM
Last edit: September 25, 2014, 11:04:05 PM by thelonecrouton
 #61033

seems like the bash bug is not even solved with newest bash: https://bugzilla.redhat.com/show_bug.cgi?id=1141597#c23


Come on... The same shit again Angry (Nevertheless, thank you for the update.)
What if $SHELL=/bin/ksh (KornShell)?

It's not clear reading that link whether it's just the RH fix that's incomplete.

edit: nope, 4.3.11(1) is still vulnerable to the examples posted.
Code:
ubuntu@ip-172-31-23-218:~$ bash --version
GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
ubuntu@ip-172-31-23-218:~$ env -i  X='() { (a)=>\' bash -c 'date'
bash: X: line 1: syntax error near unexpected token `='
bash: X: line 1: `'
bash: error importing function definition for `X'
ubuntu@ip-172-31-23-218:~$ ls -l date
-rw-rw-r-- 1 ubuntu ubuntu 0 Sep 25 22:53 date

edit: now, how do I undo whatever I just did?  Undecided
ruleland
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
September 25, 2014, 10:52:54 PM
 #61034

if anyone is having problems updating bash with apt-get update / apt-get install bash, your sources.list might be missing an entry

i think all you need is:
deb http://nl.archive.ubuntu.com/ubuntu/ precise-updates main restricted

change nl to a repository near you. and "precise" with your version (copy those from another line)

the sources.list is probably in the /etc/apt directory
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
September 25, 2014, 10:56:04 PM
 #61035


Looks like it is. It should look like this:

Code:
:~$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test

:~$

Edit: Easier readability here: https://darkcointalk.org/threads/bash-bug-big-in-the-news.2480/#post-22353

Yah, I don't know why it won't update.  I even changed the sources.  The problem is probably on my end.... just gotta keep at it I guess?  I've rebooted again, still no joy.  version number says 4.2.45(1)

crouton, that's all I had to do on my other node.  they should be exactly alike, the two nodes.... hummmm

Are your instances in Ireland? Those paddy bog trotters may be a bit slow on the updates.

nope, northern cali and I just upgraded my distro, but still no joy.  Why always me?  ROFLMAO


Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 25, 2014, 11:00:09 PM
 #61036

nope, northern cali and I just upgraded my distro, but still no joy.  Why always me?  ROFLMAO

The 'fix' doesn't work anyway it seems...
AizenSou
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


View Profile
September 25, 2014, 11:00:15 PM
 #61037

I doubt anyone here is more of a newbie than I am with Arch Linux. I have been playing with it for less than a week. This morning heard about the bash bug, ran the test, and yes I was vulnerable. Hmm... heard how easy Arch is to update so for the first time ran "sudo pacman -Syu"  

BOOM--vulnerability gone.  Way to go Arch.  I'm starting to like this...
I played with Arch, never could get used to it. I'm still do "emerge world -uND" [take a nap]

That sure brings back some good memories! Stage 1 FTW!
Thanks  Grin

+1 good to see people still using gentoo. too bad their best times are over. for now I'll stick with arch, too.

My whole clusters and clients are all in gentoo Sad It's really a nightmare.
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
September 25, 2014, 11:01:00 PM
 #61038

If you silent viewers were wondering....the answers is: yes!

If you buy your DRKs with credit cards or some other tracked service, once you spend your DRKs you won't be tracked to death by Big Brother.


Yes, to legally (and for the most part, safely) purchase cryptos, the exchanger must have your confirmed identification.  However, once ya got 'em, you can keep 'em perfectly safe from prying eyes via Darkcoin and DarkSend!  Why use anything else?


BTW, I'm just going to wait until things settle down with this bash thing.  Knowing my luck, the repositories were pulled just after I updated the first instance or something crazy like that, LOL.  I'll just make a new instance if I can't get any love later Cheesy  Thanks for all the help guys!!!

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 25, 2014, 11:02:44 PM
 #61039

I doubt anyone here is more of a newbie than I am with Arch Linux. I have been playing with it for less than a week. This morning heard about the bash bug, ran the test, and yes I was vulnerable. Hmm... heard how easy Arch is to update so for the first time ran "sudo pacman -Syu"  

BOOM--vulnerability gone.  Way to go Arch.  I'm starting to like this...
I played with Arch, never could get used to it. I'm still do "emerge world -uND" [take a nap]

That sure brings back some good memories! Stage 1 FTW!
Thanks  Grin

+1 good to see people still using gentoo. too bad their best times are over. for now I'll stick with arch, too.

My whole clusters and clients are all in gentoo Sad It's really a nightmare.

Gentoo taught me a lot. Mostly, that the seconds of my life were too precious to waste watching all that crap scroll by.
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 25, 2014, 11:19:12 PM
 #61040

Monday.

Pages: « 1 ... 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 [3052] 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 ... 7012 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!