
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
widget-crm-form-epicentrk
Advanced tools
<head>
<!-- *** -->
<script>
/**
* @param {string} u шлях до віджета
* @param {boolean} f при відсутності шрифт Roboto - true
* @param {object} d document
* @param {object} w window
* @param {number|string} t Time Stamp
*/
(function(u, f, d, w, t) {
if (!w.EpicentrK) {
var s = d.createElement('script'), l = d.createElement('link'); s.async = true; s.src = `${u}crm-form.js?${t}`; l.rel = 'stylesheet'; l.href = `${u}crm-form.css?${t}`; d.head.appendChild(l); d.head.appendChild(s); w.onload = function() { f && w.EpicentrK.addFonts(d); };
}
})('https://epicentrk.ua/upload/_crm-form/', true, document, window, (Date.now() / 180000 | 0));
</script>
<!-- *** -->
</head>
/**
* @description Виклик форми в попапі
* @param {number} id ідентифікатор форми
* @example window.EpicentrK.crmFormsPopup(id);
*/
window.EpicentrK.crmFormsPopup(561);
/**
* @description Виклик форми в розмітці
* @param {HTMLElement} el HTMLElement
* @param {number} id ідентифікатор форми
* @example window.EpicentrK.crmFormsStatic(el, id);
*/
window.EpicentrK.crmFormsStatic(document.querySelector('.block'), 561);
<!-- data-form-id - ідентифікатор форми -->
<!-- data-type - тип відображення (popup/static) -->
<button data-form-id='561' data-type='popup'>Зворотний зв'язок</button>
<!-- data-form-id - ідентифікатор форми -->
<!-- data-type - тип відображення (popup/static) -->
<div data-form-id='561' data-type='static'></div>
FAQs
epicentrk
We found that widget-crm-form-epicentrk 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.