
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
nwdiag
generate network-diagram image file from spec-text file.
.. image:: https://drone.io/bitbucket.org/blockdiag/nwdiag/status.png :target: https://drone.io/bitbucket.org/blockdiag/nwdiag :alt: drone.io CI build status
.. image:: https://pypip.in/v/nwdiag/badge.png :target: https://pypi.python.org/pypi/nwdiag/ :alt: Latest PyPI version
.. image:: https://pypip.in/d/nwdiag/badge.png :target: https://pypi.python.org/pypi/nwdiag/ :alt: Number of PyPI downloads
You can get some examples and generated images on
blockdiag.com <http://blockdiag.com/en/nwdiag/nwdiag-examples.html>
_ .
Use easy_install or pip::
$ sudo easy_install nwdiag
Or
$ sudo pip nwdiag
Few examples are available.
You can get more examples at
blockdiag.com
_ .
simple.diag is simply define nodes and transitions by dot-like text format::
nwdiag {
network dmz {
address = "210.x.x.x/24"
web01 [address = "210.x.x.1"];
web02 [address = "210.x.x.2"];
}
network internal {
address = "172.x.x.x/24";
web01 [address = "172.x.x.1"];
web02 [address = "172.x.x.2"];
db01;
db02;
}
}
Execute nwdiag command::
$ nwdiag simple.diag $ ls simple.png simple.png
Apache License 2.0
FAQs
nwdiag generates network-diagram image from text
We found that nwdiag 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.