
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
cli-boilerplate
Advanced tools
This is a super simple command line module that copies HTML5 boilerplate to your clipboard so that you can open a new file, paste and :boom:.
Currently just works on Macs or things that have pbcopy
$ boilme
When you paste you get:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Title</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
</body>
</html>
The boilerplate included here is adapted from the lovely @thefoxis's repository thefoxis/html-boilerplate.
You can use it as-is or adapt it to your own boilerplate needs
You'll need Node.js and NPM (which comes when you install Node.js) on your computer.
Install cli-boilerplate
globally on you computer with NPM:
$ npm install -g cli-boilerplate
From any terminal window, run the boilme
command to get the boilerplate copied to you clipboard.
$ boilme
Then paste it where you want it. Done!
You'll need Node.js and NPM (which comes when you install Node.js) on your computer.
Clone this repository (or a fork of it) to your computer:
$ git clone git@github.com:jlord/cli-boilerplate.git
Open it up in your text editor and edit the boilerplate.html
file as you'd like it. Save.
$ cd cli-boilerplate
Link this version to your system so that Node uses it when you run boilme
. From inside the cli-boilerplate
directory link it:
$ npm link
Then run boilme
from any terminal window. Yay!
FAQs
add html boilerplate to you clipboard for pasting wins
We found that cli-boilerplate 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
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.