
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Use the notify-send to send you a notification for a break time
## create a Job in cron to call this file
ABSOLUTE_PATH_THIS_PROJECT/src/elaboral.sh [ICON_IMAGE_PATH]
## edit the crontab of user
crontab -e
## add the Job like the example below,
## this example runs for every hour, at the 0min, from 8h to 18h, from Monday to Friday(
## feel free to implement and change on your way)
0 8-18 * * 1-5 ABSOLUTE_PATH_THIS_PROJECT/src/elaboral.sh "ABSOLUTE_PATH_TO_IMAGE"
Install packages and dependencies commonly used by fullstack developer on a daily basis
ABSOLUTE_PATH_THIS_PROJECT/src/boot-ubuntu-dev.sh
Copy the file '.my_bash_profile.example' and replace the variables exported with your personal credentials, add to the reference for this file in your '.bash_profile' or the file name who contains your terminal session information
cp .my_bash_profile.example YOUR_LOCATION/.my_bash_profile
Always create the newly command files in the standard 'category-commandName.sh',
try use short names without use special char(e.g: _, -, .) for two word name use cameocase
You must set this lines in your shellScript to enable the below commands
BASEDIR=$(dirname "$0")
source $BASEDIR/.default-variables
colloredValue [MESSAGE] [KIND=err|warn|succ]
$ dailymus
Upload the files in directory recursively, rename the filename in bucket as slug name
$ dailymus s3-upload \
--filename "The inicial name" \
--bucket "Your bucket" \
--folder "the folder destiny" \
--attempt "increment number to retry, or 'print' for debug"
Automate the process of pull request, merge and tag in bitbucket repository
$ dailymus bb-pullrequest\
--repository "Repository name" \
--source "Branch Origin" \
--destiny "Branch Destiny" \
--message "the merge commit message" \
--tag "the tag name" \
--workspace "workspace of repository" \
--user "username of repository" \
--pass "passoword of repository" \
Run a simple bash command into container
$ dailymus docker-exec --cname "container name" --ccommand "command to be execute"
Remove images and volumes based in the --mode, the default if 'all' clean everything
$ dailymus docker-clean --mode "all|v|i"
FAQs
daily script to help the produtivity
The npm package dailymus receives a total of 21 weekly downloads. As such, dailymus popularity was classified as not popular.
We found that dailymus 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.