RIAEvangelist/node-ipc is malware / protestware
The RIAEvangelist/node-ipc module contains protestware peacenotwar.
Excerpt from RIAEvangelist/node-ipc:
as of v11.0.0 & v9.2.2 this module uses the peacenotwar module.
The RIAEvangelist/node-ipc module contains protestware peacenotwar.
Excerpt from RIAEvangelist/node-ipc:
as of v11.0.0 & v9.2.2 this module uses the peacenotwar module.
Obtained binaries from Discord server. The download link: https://drive.google.com/file/d/1xPP9R2VKmJ9jwNY_1xf1sVVHlxZIsLcg
Basic information about binaries. There are two main versions of the program in question:
aimful-kucoin.exe and aimful-binance.exe. They are both Windows executables. From the FAQ section of the discord server, the following information is available:
In what language was this bot written?
- Python.
This document contains useful software and links to documentation that we have found to be useful when working with Jetson AGX Xavier.
Copied from: https://git.its.aau.dk/WW82ZE/docs_xavier/src/branch/master
Nvidia Developer forum Jetson AGX Xavier topic
Jetson Community Projects
If you have more you can still use this method (3 accounts per instance)
⚠ This guide is for the app available here: https://desktop.telegram.org/ not the one in the Mac/Windows App Store. For the Mac App Store app this should work: https://gist.github.com/Nachtalb/ec590dc974f6ba4674972d4937b230be/#gistcomment-3611415 ⚠
| /* | |
| Инструкция по использованию: | |
| - Заходим в раздел с аудиозаписями | |
| - Листаем в самый низ (Чтобы прогрузились все аудиозаписи) (Можно зажать клавишу PageDown) | |
| - Открываем консоль браузера (F12 -> Консоль) | |
| - Вставляем код и нажимаем Enter | |
| - Скачивание началось... | |
| - Браузер может потребовать разрешение на сохранение файлов, необходимо подтвердить действие | |
| - Оставляем браузер на время прямо пропорциональное количеству аудиозаписей :) |
| /* | |
| Инструкция по использованию: | |
| - заходим в раздел с аудиозаписями | |
| - листаем в самый низ (чтобы прогрузились все аудиозаписи) | |
| - открываем консоль браузера (F12 -> Консоль) | |
| - вставляем код и нажимаем ENTER | |
| - скачивание началось... | |
| - браузер может потребовать разрешение на сохранение файлов, необходимо подтвердить действие | |
| #!/usr/bin/python | |
| print "Converting all of the .dav files in this current directory into .mp4 files using ffmpeg" | |
| import os | |
| from subprocess import call | |
| files = [f for f in os.listdir('.') if os.path.isfile(f)] | |
| for f in files: | |
| ext = f.split(".")[-1] | |
| if ext == "dav" or ext == "DAV": |
| "use strict"; | |
| const { addObserver, notifyObservers } = Cc["@mozilla.org/observer-service;1"]. | |
| getService(Ci.nsIObserverService); | |
| const { getEnumerator } = Cc["@mozilla.org/appshell/window-mediator;1"]. | |
| getService(Ci.nsIWindowMediator); | |
| const isBrowser = window => { | |
| try { | |
| return window.document.documentElement.getAttribute("windowtype") === "navigator:browser"; |
| # -*- coding: utf-8 -*- | |
| """ | |
| Скрипт для скачивания музыки с сайта vkontakte.ru (vk.com) | |
| Запуск: | |
| python vkcom_audio_download.py | |
| Принцип работы: | |
| Скрипт проверяет сохраненный access_token. Если его нет или срок истек, | |
| то открывается страница в браузере с запросом на доступ к аккаунту. |