Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
create and load a system dump for B&R PLC from the command line
read what a systemdump is good for
I regularly had to create lots of system dumps from multiple machines and was tired of always using the websites to do it. So I wrote this Python script to automate this work with e.g. a batchfile.
install Python from web page https://www.python.org/. I used the 3.9.6.
py -m pip install systemdumpy
py -m systemdumpy 192.168.0.100 -cuv -p MyCPU_
create a systemdump on 192.168.0.100
upload systemdump from 192.168.0.100
saving MyCPU_BuR_SDM_Sysdump_2021-07-09_11-51-55.tar.gz (2820986) bytes
py -m systemdumpy 192.168.0.100 -dv
py -m systemdumpy BuR_SDM_Sysdump_2021-07-09_17-43-05.tar.gz -iv
usage: systemdumpy [-h] [-c] [-n] [-u] [-d] [-p PREFIX] [-i] [-v] [--version] target
positional arguments:
target remote PLC IP address or name or systemdump file (*.targ.gz)
optional arguments:
-h, --help show this help message and exit
-c, --create create a dump on (remote) target
-n, --nofiles don't include data files (logger, NCT etc.)
-u, --upload upload from (remote) target and store to file
-d, --delete delete dump from target
-p PREFIX, --prefix PREFIX
prepend this PREFIX for system dump filename after upload
-i, --inventory create a hardware inventory list (*.xlsx)
-v, --verbose show messages
--version show program's version number and exit
FAQs
create and load a system dump for B&R PLC from the command line
We found that systemdumpy demonstrated a healthy version release cadence and project activity because the last version was released less than 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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.