SShortSingh.
Back to feed

How Nmap Can Validate Network Security Posture After Every Deployment

0
·2 views

Nmap, widely known as a network scanning tool, can be used legitimately by engineers to verify that deployed infrastructure exposes only the ports and services it is supposed to. The core practice involves comparing a declared configuration — such as firewall or security group rules — against what Nmap actually observes on the network. Scans can be narrowed to specific ports and enhanced with version detection to confirm not just that a port is open, but that the correct service and software version are running. Any discrepancy between expected and observed exposure, such as a database port appearing on a public-facing host, is treated as a finding that must be remediated and retested. The approach is intended strictly for systems an engineer owns or is explicitly authorized to assess, framing the activity as defensive validation rather than intrusion.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Publishes Open Blueprint to Coordinate Basic Survival Resources Beyond Financial Access

A developer has released the first version of the Social Resource Floor, an open blueprint designed to help coordinate access to essential survival resources — including food, housing, healthcare, and energy — without requiring financial access as a prerequisite. The project aims to create a coordination layer above existing social protection systems such as OpenSPP, OpenG2P, and OpenCRVS, allowing independent providers to work together without surrendering their own data or infrastructure. The blueprint uses language-neutral JSON Schemas as its authoritative source of truth, accompanied by prose specifications, a conformance suite, and a non-authoritative reference implementation. A core design principle is that the schemas, not any specific implementation, define conformance, ensuring institutions can adopt the standard using their own technology stacks. The system is intended for use by governments, municipalities, NGOs, and community providers seeking to guarantee a basic resource floor for every person regardless of financial circumstances.

0
ProgrammingDEV Community ·

Developer Uses Public Accountability to Beat Shiny Object Syndrome

A developer writing under the name 'stillrefactoring' has published a personal account on DEV Community about struggling with Shiny Object Syndrome (SOS), a pattern of abandoning projects once the initial excitement fades. The author describes repeatedly losing interest in projects when they hit tedious or difficult phases, resulting in a backlog of unfinished work. To counter this, they have outlined a structured approach involving documentation, incremental planning, and public progress sharing as a form of external accountability. The current project in focus is being built with Express, with architectural details planned for a follow-up article. The author invites others who experience similar struggles to follow along as they attempt to see the project through to completion.

0
ProgrammingDEV Community ·

Author Shares Progress Update on 'Testing Rails from Scratch' Book

Developer and author Aaron Sumner has published a work-in-progress update on his upcoming book, 'Testing Rails from Scratch,' which explores test-driven development in Ruby on Rails using the framework's default testing stack. Five chapters are currently available for purchase on Leanpub, with Chapters 1 and 3 offered as free previews. Progress has been slower than expected due to personal circumstances over the summer, but the author aims to complete the book by end of September. A discounted work-in-progress price of $9 for lifetime updates is available until the book is finished. Remaining chapters will cover topics including test data management, integration and system testing, and writing tests first.