umgeher's changelog

nmap - asn scan

Produces a list of IP prefixes for a given routing AS number (ASN).

nmap --script targets-asn --script-args targets-asn.asn=ASN-NUMBER

Example:

$> nmap --script targets-asn --script-args targets-asn.asn=27693
Starting Nmap 7.91 ( https://nmap.org ) at 2023-03-17 20:08 UTC
Pre-scan script results:
| targets-asn:
|   27693
|     131.255.24.0/22
|     179.109.16.0/20
|     179.109.16.0/21
|     179.109.24.0/21
|     186.236.64.0/21
|     186.236.64.0/20
|     186.236.80.0/20
|     189.127.0.0/20
|     189.127.0.0/21
|     189.127.0.0/22
|     189.127.8.0/21
|     200.220.128.0/20
|     200.220.128.0/21
|_    200.220.136.0/21
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 1.14 seconds

Articles from blogs I follow around the net

Enable local-to-anchors tables in PF rules

In a recent post to tech@ titled let's make pf(4) anchors and tables better friends (possibly originating at the ongoing hackathon) Alexandr Nedvedicky (sashan@) introduced code to enable creating local tables inside anchors in pf(4) rulesets: Date: Sa…

via OpenBSD Journal 2024-07-14 15:42

My fears about AI are not what you think

A clip from a longer stream VOD where I run through my fears with the AI industry

via Xe Iaso's blog 2024-07-08 00:00

WireGuard and Linux network namespaces

# Introduction This guide explains how to setup a WireGuard tunnel on Linux using a dedicated network namespace so you can choose to run a program on the VPN or over clearnet. I have been able to figure the setup thanks to the following blog post, I enh…

via Solene'% 2024-07-04 00:00

Generated by openring