Code Monkey home page Code Monkey logo

Comments (2)

LascarPaul avatar LascarPaul commented on August 24, 2024

Adding nmap command

Screenshot 2021-11-11 at 15 28 49

from nmap-bootstrap-xsl.

honze-net avatar honze-net commented on August 24, 2024

You ran the scan with the -sA option. Nmap describes the sate unfiltered as:

The unfiltered state means that a port is accessible, but Nmap is unable to determine whether it is open or closed. Only the ACK scan, which is used to map firewall rulesets, classifies ports into this state. Scanning unfiltered ports with other scan types such as Window scan, SYN scan, or FIN scan, may help resolve whether the port is open.
(https://nmap.org/book/man-port-scanning-basics.html)

The problem here is, that Nmap decides on something and I can forward this information with the XSL. There is not enough information to decide, that this particular port is open. I recommend using a SYN scan with -sS. This will usually determine the state of a port better.

But I see your point. Maybe I could investigate, if it would be useful to have an open / unknown / closed statistic, instead of having just an open statistic. Then this would just depict the situation as is, but would give more details for further scans. What do you think?

from nmap-bootstrap-xsl.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.