Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Scan git repos for private keys and mnemonics.
0x
or not)npm install keyscanz
import keyscanz from "keyscanz";
const runScan = async () => {
const ghResults = await keyscanz.github("trassmann/keyscanz");
const glResults = await keyscanz.gitlab("trassmann/keyscanz");
const rawResults = await keyscanz.scan(
"https://some-raw-url.org/trassmann/keyscanz"
);
// Results look like this:
// {
// hex: [
// '3cd7232cd6f3fc66a57a6bedc1a8ed6c228fff0a327e169c2bcc5e869ed49511',
// 'e331b6d69882b4cb4ea581d88e0b604039a3de5967688d3dcffdd2270c0fd109',
// '0000000000000000000000000000000000000000000000000000000000000000',
// ],
// mnemonics: [
// 'debris electric learn dove warrior grow pistol carry either curve radio hidden',
// 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat',
// ],
// }
};
runScan();
FAQs
Scan git repos for keys and mnemonics
The npm package keyscanz receives a total of 0 weekly downloads. As such, keyscanz popularity was classified as not popular.
We found that keyscanz 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.