
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
lemon-probe-extension-project
Advanced tools
This project is used together with probe-core & cloud-core.
This project is used together with probe-core & cloud-core.
Probe.html
<!DOCTYPE html>
<html ng-app="probe">
<head>
<!-- Suggest to use 'utf-8' -->
<meta charset="utf-8" />
<title>[Any]</title>
<!-- All script can be from relative/absolute url or inline JavaScript -->
<!-- Some config items in window.config, must in the first. -->
<script src="./config.js"></script>
<!-- Load the probe-core. -->
<script src="[path/lemon-probe-core.js]"></script>
<!-- other extensions -->
<script src="[lemon-probe-extension-project.js]"></script>
</head><body></body></html>
Use NPM:
npm install --save-dev lemon-probe-extension-project
<script src="./node_modules/lemon-probe-extension-project/dist/lemon-probe-extension-project.js"></script>
Here to provide a configuration template.
var config = {
api: {
// if use public service "//probe2.lemonce.net"
domain: '[cloud-core server]',
// If probe work in http protocol
HttpPort: '81',
// If probe work in https protocol
HttpsPort: '443',
// If your service has custom pathname.
pathname: 'probe/'
},
language: 'en_US'
};
If you use the public service from offical, Lemonce
var config = {
api: {
domain: '//probe2.lemonce.net',
HttpPort: '81',
HttpsPort: '443',
pathname: 'probe/'
},
language: 'en_US'
};
FAQs
This project is used together with probe-core & cloud-core.
We found that lemon-probe-extension-project demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.