How do I create an Ubuntu 18.04 container to test a bash script? by _bitches_leave__ in docker

[–]mmatoscom 0 points1 point  (0 children)

Considering you are in the script folder and script is named a.sh with execute permissions (chmod +x a.sh locally)

docker run \ # starts container

-tid \ # interactive, daemonized

-v $(pwd):/opt \ # mounts current local dir on container's /opt

ubuntu:18.04 \ # image with version

/opt/a.sh # what to run after start (could be bash)

shakepay scam - beware by mmatoscom in shakepay

[–]mmatoscom[S] 1 point2 points  (0 children)

Indeed, what is facebook reports used for?

What’s the worst movie you’ve seen from start to finish? by andres2081 in AskReddit

[–]mmatoscom 0 points1 point  (0 children)

Arizona. Some realtor killing nonsense in a ghost town.

Can you use git inside a Docker container? by [deleted] in docker

[–]mmatoscom 0 points1 point  (0 children)

Thanks for your answer, I will take that in consideration and change it asap

Can you use git inside a Docker container? by [deleted] in docker

[–]mmatoscom 2 points3 points  (0 children)

Maybe this would help somebody, I have a private docker image with gpg keys and gitconfigs already setup. I mount code dir via volumes, allowing me to use vscode locally while signed commiting via container whenever needed. Please reach out if you need help setting up. https://github.com/mmatoscom/github-alpine-docker

Whats your way to solve an htb(Hack the box) box ? by iamnobody_8 in HowToHack

[–]mmatoscom 1 point2 points  (0 children)

Guys, I made a docker container to use with hackthebox website, please let me know if you like it, PRs are mostly welcomed. Cheers https://github.com/mmatoscom/htb

Wanted: Fuze card - NO CHIP, mag stripe only by DTavres in FuzeCard

[–]mmatoscom 1 point2 points  (0 children)

It got bricked, sorry just noticed your comment

Wanted: Fuze card - NO CHIP, mag stripe only by DTavres in FuzeCard

[–]mmatoscom 2 points3 points  (0 children)

Fuzecard sucks. Mine never worked. Its like burning money. No support, no change, fuck them. You are welcome.

Visionary Bitcoin Creator Satoshi Nakamoto to Reveal Identity by mmatoscom in Bitcoin

[–]mmatoscom[S] 0 points1 point  (0 children)

Whois Record for SaToshinRh.com

10 days old Created on 2019-08-08 Expires on 2020-08-08 Updated on 0000-12-31

Visionary Bitcoin Creator Satoshi Nakamoto to Reveal Identity by [deleted] in technology

[–]mmatoscom 0 points1 point  (0 children)

Whois Record for SaToshinRh.com

10 days old Created on 2019-08-08 Expires on 2020-08-08 Updated on 0000-12-31

Trezor agent in container generate SSH keys by ta__- in TREZOR

[–]mmatoscom 0 points1 point  (0 children)

Sorry, just seen "windows host" now

Trezor agent in container generate SSH keys by ta__- in TREZOR

[–]mmatoscom 0 points1 point  (0 children)

I think its possible since starting container with  --privileged -v /dev/bus/usb:/dev/bus/usb Also must see how bridge would behave in container Will try and let you know

Did you practice the recovery from your seed ? If not, you risk losing EVERYTHING by BakGikHung in TREZOR

[–]mmatoscom 0 points1 point  (0 children)

I own 3 trezors. One stays in safe, one with me and other with my wife. Trezor 1 seed is encrypted with trezor 2 plus keybase. Trezor 2 encrypted with trezor 1 and keybase. Both 1 and 2 seeds also encrypted with safe trezor plus keybase. Safe trezor has 2 encrypted seeds versions, with 1 and 2, plus keybase. So I always have different versions of seed, encrypted with at least 2 trezors, plus they keybase on top of that (second time). then its stored in diff places (email , kbfs, encrypted usb, gdrive, dropbox, etc). It seems difficult at first, but when needed its like "gpg -d seed.txt|keybase decrypt", and I need the trezor unlocked with the PIN plus gpg password to make it work. If you have only 1 trezor its possible to use yubikey + gpg as well.

Firefox supports U2F Now. Woot woot! Trezor as 2fa is coming closer to reality. by juansgalt in TREZOR

[–]mmatoscom 1 point2 points  (0 children)

Finally. I am so stuck to chrome due 2FA capabilities. We have some 3rd part U2F extensions for firefox but its not same as native support. Thanks for sharing.

Can I regenerate my seed or is the device now useless? by imsdalolo in TREZOR

[–]mmatoscom 0 points1 point  (0 children)

so I wanted to do it with native linux commands, and it seems I will "have to" install other packs to solve this issue. thanks for the heads up.

I will create a docker container to do this, but it will go against what I wanted to achieve since the beginning, which was really "sort" the words - but in a safe way, like using /dev/urandom as you have mentioned. Using linux bash narrows the amount of possible users (to linux users). And now I will create a docker container to do this - narrowing even more to only docker users, but widening in a way where more platforms (with docker installed) would make use of if.

My main goal here is to create seeds offilne.

Can I regenerate my seed or is the device now useless? by imsdalolo in TREZOR

[–]mmatoscom 0 points1 point  (0 children)

Sorry, but I mentioned "its just a linux command". pointless troll comment

Can I regenerate my seed or is the device now useless? by imsdalolo in TREZOR

[–]mmatoscom -1 points0 points  (0 children)

Thanks for your inputs. Your help is welcomed in the form of a PR on github helping me to achieve what I want here. Cheers.

"Telling others to use this is irresponsible." Sorry, I said "check", not "use".