Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Convert regular and boring text into 1337 text with this lightweight node.js module.
It converts the usual suspects into 4W350M3 1337 73X7ZORZ, but with the following caveats:
HELLO hello
becomes HELLO H3110
)cks
are replaced by x
for 100% true 1337N355ZORZ
or XOR
to the end of the end of the textTo install leet.js simply do:
sudo npm install leet
Add -g to install globally.
If you don't have npm, you can download and install it with this line:
curl http://npmjs.org/install.sh | sh
That's it! Dance!
You can also do it the old-fashioned way:
git clone git@github.com:mathiasnovas/leet.js.git leet
Using leet.js
couldn't be easier! Feed it text and it will spit out 1337 73X7ZORZ!
Run the leet.js
file directly with whatever text you want to convert:
./leet.js 'i want to eat snacks and be leet!'
The result:
I W4N7 70 347 5N4X 4ND B3 1337ZORZ!
require
the module into your script and use the convert
function to convert your text to 4W350M3 1337ZORZ!
leet = require('leet');
text = leet.convert('do you know where i left my cheese?');
console.log(text); // D0 Y0U KN0W WH3R3 I 13F7 MY CH3353ZORZ?
I D0N7 C4R3! D0 WH473V3R Y0U W4N7ZORZ.
FAQs
Convert boring text to 1337 text
We found that leet 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.