Getting Started with NMAP

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • tcpflow

    TCP/IP packet demultiplexer. Download from:

  • Mentioning tcpflow here b/c it's one of the most useful networking related tools I know of that very few people even know about.

    What does it do?

    It can reassemble TCP packets back into the FULL body of the original message sent. e.g. if you make a HTTP GET request, it will show you the full text in a file stamped with the time, source and dest ips and port.

    Things I've found it REALLY useful for:

    - migrating a data center

    - for some reason, connection works fine on the old DC but seems to time out in weird ways in the new DC

    - No one can figure it out

    - I suggest using tcpflow

    - Turn out there was a setting in the new DC network hardware that was truncating larger packets and the authorization message was just over the threshold

    People always say "yeah, but Wireshark" which is true, that's a good tool too. That being said, there is just something about seeing the "raw" text of a message sent by a machine over the wire and being able to see it in text from the command line.

    https://github.com/simsong/tcpflow

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts