PenguinCoder@beehaw.org to Technology@beehaw.orgEnglish · 28 days agoHow I Got Hacked: A Warning about Malicious PoCschocapikk.comexternal-linkmessage-square10linkfedilinkarrow-up144arrow-down10file-text
arrow-up144arrow-down1external-linkHow I Got Hacked: A Warning about Malicious PoCschocapikk.comPenguinCoder@beehaw.org to Technology@beehaw.orgEnglish · 28 days agomessage-square10linkfedilinkfile-text
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up4·28 days agoFor the command line, do what OpenSSH does, take passwords on terminals. For environment variables, the issue is passing them to all programs; you don’t want to put credentials in a .bashenv or similar.
For the command line, do what OpenSSH does, take passwords on terminals.
For environment variables, the issue is passing them to all programs; you don’t want to put credentials in a
.bashenv
or similar.