#ZMap

ティージェーグレェteajaygrey@snac.bsd.cafe
2025-05-13
I submitted a Pull Request to update MacPorts' ZMap to 4.3.4 here:

https://github.com/macports/macports-ports/pull/28422

GitHub Actions Continuous Integration checks are running (2 of 3 completed successfully so far).

Hopefully those will go OK?

It will be up to someone else with write access to merge it if so.

#ZMap #MacPorts #NetworkScanning #OpenSource
Happy Hacking Spacehappyhackingspace
2025-04-09

🚀 New open source drop from Happy Hacking Space

Say hello to ZmapSDK — a Python SDK for the lightning fast internet scanner zmap.io
Built with care by Atilla Balin for hackers who like things simple fast and scriptable

🔗 Dive in: github.com/HappyHackingSpace/Z
Contributions welcome

ティージェーグレェteajaygrey@snac.bsd.cafe
2025-01-29
I submitted a Pull Request to update MacPorts' ZMap to 4.3.2 here:

https://github.com/macports/macports-ports/pull/27538

2/3 of GitHub's Continuous Integration checks are running with a third queued. Hopefully those will go OK?

If they do, it's up to someone else with commit access to merge it.

#ZMap #MacPorts #NetworkScanning #InfoSec #OpenSource
ティージェーグレェteajaygrey@snac.bsd.cafe
2024-12-11
I submitted a Pull Request to update MacPorts' ZMap to 4.3.1. here:

https://github.com/macports/macports-ports/pull/27029

2 out of 3 GitHub Actions Continuous Integrations checks have passed and the third is running (and hopefully will complete OK).

It's up to others with commit access to merge it!

#ZMap #MacPorts #OpenSource #Security #infosec
Blindly Stupidblindlystupid
2023-12-11

ZMap: i’m speed !
ZMap is a fast single packet network scanner designed for Internet-wide network surveys
blindlystupid.com/zmap-im-spee

2023-11-07
#InfoSec #Privacy
The #ZMap Project is a collection of open source measurement tools for performing large-scale studies of the hosts and services that compose the public #Internet.

#ZMap is a fast single-packet #NetworkScanner optimized for #Internet-wide network surveys. On a computer with a gigabit connection, #ZMap can scan the entire public #IPv4 address space on a single port in under 45 minutes. With a 10gigE connection and PF_RING, #ZMap can scan the #IPv4 address space in 5 minutes.
https://zmap.io
https://www.grc.com/sn/sn-927-notes.pdf
ティージェーグレェteajaygrey@rap.social
2023-06-24

I spotted the Got 0.90 release thanks to @AMDmi3's tool repology.org

Which, currently still doesn't distinguish between the -portable branch of Game of Trees and the one specific to OpenBSD.

Nonetheless, I was checking repology.org to see how ZMap is doing in relation to the 3.0.0 release.

At least at the time as I write this toot, of the 103 repositories tracked, MacPorts is the ONLY one at 3.0.0!

repology.org/project/zmap-netw

Two are at -beta1. I do not see any at RC1 or even RC2.

So, that may be a first for any MacPort which I maintain?

It's been an interesting Friday.

#MacPorts #ZMap #Repology #OpenSource

ティージェーグレェteajaygrey@rap.social
2023-06-23

I submitted a PR to update MacPorts' version of ZMap to version 3.0.0 which was officially released!

github.com/macports/macports-p

It's passed the build bot/CI checks.

However, since I do not have commit access, it is up to someone else to merge it.

Thanks to @zakir for merging one of my PRs in the upstream project before this release!

Thanks to Herby Gillot (not sure where Herby may be on the FediVerse) for giving me a heads up that 3.0.0 was officially out (I had previously been working on PRs for RC2).

#ZMap #MacPorts #OpenSource #NetworkScanning #Security

ティージェーグレェteajaygrey@rap.social
2023-06-08

@zakir I submitted this PR which seems to have made the CI/build bots happy at least:

github.com/macports/macports-p

Though it would probably still be advisable to get the Assets and branch tags in closer alignment for whenever this progresses beyond Release Candidates?

Regardless, it's up to someone else to merge that PR, but hopefully it improves things a little bit for MacPorts users!

#ZMap #MacPorts #OpenSource #NetworkScanning

ティージェーグレェteajaygrey@rap.social
2023-06-08

I closed a PR (github.com/macports/macports-p) to update the MacPorts' ZMap to 3.0.0-RC2 (which was what I had originally targeted, but somewhere along the lines I downgraded it to beta-1 erroneously thinking it was newer, when: it isn't).

Also broke out the json-c dependency as an optional variant (which was part of the original MacPorts' Portfile submission, but some build bot/CI checks led me down an incorrect path for trying to rectify the errors encountered).

Also added a default_variants +release

The release variant removes some debugging and logging options as mentioned in INSTALL.md here: github.com/zmap/zmap/blob/main

However, it failed the CI/build bot checks!

Looking at github.com/macports/macports-p it appears as if the distfile that the CI/build bots grabbed had Errors related to the checksums generated? o.O

@zakir I'm not sure if you can make heads or tails of that?

The zmap 3.0.0-RC2.tar.gz I've grabbed from here:

github.com/zmap/zmap/archive/r

I do observe a date discrepancy here: github.com/zmap/zmap/releases (April 22nd and April 6th both being mentioned, screenshot attached for reference) not sure if that is related.

It appears as if the CI/Build bots grabbed a tarball from here:

codeload.github.com/zmap/zmap/

Which, when I attempt to download locally, yields:

zmap-zmap-v3.0.0-RC2-0-g70c2688.tar.gz

Which certainly has different checksums than I included in the Portfile, e.g.

% openssl dgst -rmd160 zmap-zmap-v3.0.0-RC2-0-g70c2688.tar.gz

RIPEMD160(zmap-zmap-v3.0.0-RC2-0-g70c2688.tar.gz)= 557341e8a872eb61f8c91b64c5910c024fb7efac

openssl dgst -sha256 zmap-zmap-v3.0.0-RC2-0-g70c2688.tar.gz

SHA256(zmap-zmap-v3.0.0-RC2-0-g70c2688.tar.gz)= 35d2783b4701549caa0f099d661ba46ad96627ccf00d7352f4ee61a4702a78d8

ls -alF zmap-zmap-v3.0.0-RC2-0-g70c2688.tar.gz

-rw-r--r--@ 1 grey staff 156261 Jun 8 02:20 zmap-zmap-v3.0.0-RC2-0-g70c2688.tar.gz

If I had to guess: there were two tarballs with a 3.0.0-RC2 "version" and that is the source of the issue?

🙏
#ZMap #MacPorts #OpenSource

Screenshot from https://github.com/zmap/zmap/releases showing a date discrepancy for ZMAp 3.0.0 RC2 with assets from April 6th, 2023, but the last push (maybe?) from April 22nd, 2023.

The April 22nd, 2023 date does have the g70c2688 tag which is in the tarball which MacPorts' CI/build bots attempt to grab! Which definitely has different checksums than the tarball downloaded from  the RC2 from April 6th, 2023.
ティージェーグレェteajaygrey@rap.social
2023-05-15

@zakir With much help and thanks from Herby Gillot (and still outstanding A/V accompaniment by @xorcist_band /kick.com/djbat ), that PR has been merged!

So, ZMap is now part of MacPorts:

ports.macports.org/port/zmap/d

#ZMap #MacPorts #OpenSource

2023-01-26

352 #highered #jobs seek #OSS experience (bit.ly/2QlPas0) including…

Software Developer at Stanford University (@stanford ): " You will help foster an #opensource community of external researchers as well as support researchers in their use of #ZMap tools. All development will be public and open source. Serve as the primary maintainer of the ZMap suite of open source network measurement tools. Act as a public face of the open source project."

higheredjobs.com/search/detail

2021-02-21

RT @three_cube@twitter.com

Open Source Intelligence (OSINT) for Hackers: Using Zmap to Scan the Entire Internet in 45 Minutes!

hackers-arise.com/post/zmap-fo

🐦🔗: twitter.com/three_cube/status/

2019-03-20

Entweder meine Fritze oder mein Provider mag es nicht wenn ich große Portscans mache. Meine Leitung war bis zum Neustart des Routers tot. 15 GB in die Welt schicken geht mit 40 MBit/s ganz gut. #zmap

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst