
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
A simple CLI to manage your environment variables.
Run cfy --help
for a current list of useable commands.
First, install the gem:
→ gem install confinicky
Next, setup confinicky to use your .bashrc
, .bash_profile
, or my personal favorite, an external file just for environment variables that you source in your bash_profile. For example I keep mine in a file called env
and then run source env
in my .bash_profile
.
→ cfy use /Users/jim/bin/dotfiles/bash/env
Set CONFINICKY_FILE_PATH to /Users/jim/bin/dotfiles/bash/env
You can easily see all of your environment variables using cfy list
or cfy ls
.
→ cfy ls
+-----------------------+---------------------------------------------------------------------------------------------------------+
| CONFINICKY_FILE_PATH | /Users/jim/bin/dotfiles/bash/env |
| DOCKER_HOST | tcp://192.168.59.103:2375 |
| EDITOR | "subl -w" |
| GEM_CERTIFICATE_CHAIN | '~/bin/dotfiles/gem/gem-public_cert.pem' |
| GEM_PRIVATE_KEY | '~/bin/dotfiles/gem/gem-private_key.pem' |
| INFOPATH | $INFOPATH:/opt/local/share/info |
| MANPATH | $MANPATH:/opt/local/share/man:/usr/local/git/man |
| NODE_PATH | /usr/local/lib/node:/usr/local/lib/node_modules |
| PATH | /Users/jim/.rvm/gems/ruby-2.1.2/bin:/Users/jim/.rvm/gems/ruby-2.1.2@global/bin:/Users/jim/.rvm/rubie... |
| PGDATA | /usr/local/var/postgres |
| PYTHONPATH | /usr/local/lib/python2.7/site-packages:$PYTHONPATH |
| VCPROMPT_FORMAT | "[%n:%b](%m%u)" |
+-----------------------+---------------------------------------------------------------------------------------------------------+
You can easily add or adjust an environment variable using cfy set
which expects a parameter such as MY_VAR=value
.
→ cfy set DOCKER_HOST=tcp://192.168.59.103:2375
Successfully set 'DOCKER_HOST=tcp://192.168.59.103:2375'.
Run 'source /Users/jim/bin/dotfiles/bash/env' or open a new terminal/shell window.
You can easily add or adjust an environment variable using cfy remove
or cfy rm
.
→ cfy remove MY_VAR
Successfully removed 'MY_VAR'.
Open a new terminal/shell window for this change to take affect.
If your environment files have turned into a junk drawer with PATH getting defined multiple times throughout the file or otherwise, you can get a summary by running cfy duplicates
.
→ cfy duplicates
+----------+---+
| PATH | 7 |
| MANPATH | 3 |
| INFOPATH | 3 |
+----------+---+
Identified 3 variables with multiple 'export' statements in /Users/jim/bin/dotfiles/bash/env
Run 'cfy clean' to reduce these statements.
You can run cfy clean
which replaces multiple export declarations with the actual value of the environment variable.
→ cfy clean
Backup your existing file before continuuing? (y/n)
y
Backup saved to: /Users/jim/bin/dotfiles/bash/env1407782855.bak.tmp
Your file is clean. 3 duplicate statements have been reduced.
Copyright (c) 2014 Jim Jeffers. See LICENSE.txt for further details.
FAQs
Unknown package
We found that confinicky demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.