What’d be the best way to find out how to decrypt/un-encode parts of ciphertext? [closed]

I have been set on a mission by a friend to try and find a way to decrypt any/all of these strings:
4,2,c19db5de982f4595ae761bd9d998ce89,CHWK,19cd5ac9,19d6438f,1df,0,RvNWdl15V8MQv14/SgGwcpy1KIY=

4,2,3814b2e789a24b4f8135eff81a730a85,CHWK,1… Continue reading What’d be the best way to find out how to decrypt/un-encode parts of ciphertext? [closed]

Exporting shellcode to environment variable doesn’t work as expected

(This is a question regarding a challenge in a wargame on overthewire.org called Narnia similar to Shellcode does not execute as the owner )
When exporting shellcode to EGG environment variable
export EGG=`python3 -c "import sys; sys…. Continue reading Exporting shellcode to environment variable doesn’t work as expected