PortChecker - Check for Open Ports EASILY (Docker Tutorial)

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 28

  • @Sismodium
    @Sismodium Месяц назад +1

    Are you kidding me? 23 hours ago I was looking for a tool like this!
    Thank you soooo much.

    • @DBTechYT
      @DBTechYT  Месяц назад +1

      I hope it's helpful! :)

  • @rubensilva6443
    @rubensilva6443 Месяц назад

    Every new video is something cool to check and host just because we can. Awesome video, great channel! Keep up the good work

    • @DBTechYT
      @DBTechYT  Месяц назад +1

      I appreciate that!

  • @NightHawkATL
    @NightHawkATL Месяц назад +2

    I was looking for something like this a few weeks ago to do some testing with my VPS. Glad to see that there is a self-hosted version that can be used. It would be nice if they eventually add support for a full port scan for a given IP.

  • @synacktime
    @synacktime 17 дней назад

    Pretty awesome project done by an amazing author! You guys should also check out his API, amazing if you're writing software that needs to monitor uptime or just checking for open ports!

    • @DBTechYT
      @DBTechYT  17 дней назад +1

      Thanks! That's awesome!

  • @JonBrookes
    @JonBrookes Месяц назад

    nice video, again, thanks.
    I like the API and docs, very tidy. I was running a security check of my own for the last hour or so and this is fortuitous. Having other servers out there that can be used to do port scans is really useful, especially when from trusted sourcces that are not on your networrk.

  • @vmdcortes
    @vmdcortes Месяц назад

    Just 2 days ago I was in need to something like this, awesome!!

  • @Trat1100
    @Trat1100 Месяц назад

    Wow! Didn't know that we can selfhost it... It's cool!
    Also
    First
    Yet
    Again

    • @DBTechYT
      @DBTechYT  Месяц назад

      Still took you an hour ;) thanks for watching and leaving comments

  • @evelbsstudio
    @evelbsstudio 27 дней назад

    Nice looking for a port checker does it do udp?

  • @zakafx
    @zakafx Месяц назад +1

    cool project. it would be cool if it could handle port ranges.

    • @DBTechYT
      @DBTechYT  Месяц назад

      Submit a feature request over on Github :)

  • @szlig
    @szlig Месяц назад

    I guess the main reason for this tool is to make use of its API. I just looked at the code (very easy to read, I like it very much!), port checking is done via Python socket and it only checks for TCP, not UDP. Would also be great to know, if the socket times out or target refuses the connection. Maybe I'll write a feature request. For now I'll keep this in my "useful tools list", thank you for introducing this project.

  • @TheDervMan
    @TheDervMan Месяц назад

    Are you aware of a tool that will scan a range of ports on a regular schedule then alert on any changes? I found cancerberro was brilliant for this but it’s too out of date to run these days.

  • @ronm6585
    @ronm6585 Месяц назад

    Thank you.

  • @stormfox81
    @stormfox81 Месяц назад

    Nice, but can you configure it to do a full scan instead of just one port?

    • @DBTechYT
      @DBTechYT  Месяц назад

      You'd want to look through the docs or the developer's Github

  • @ierosgr
    @ierosgr Месяц назад

    What is kvm in a vps environment?

    • @DBTechYT
      @DBTechYT  Месяц назад

      They made a whole video (~3 minutes) about it here: ruclips.net/video/FQWso88Lo30/видео.html

  • @Lunolux
    @Lunolux Месяц назад

    nice to know
    thx

  • @DanielBrown89
    @DanielBrown89 Месяц назад +1

    can be accomplished with a simple python script or better yet.... nmap

    • @DBTechYT
      @DBTechYT  Месяц назад +4

      Yep. Not the point of this video, though. I like featuring projects like this because a developer put effort into making them and contributing to the community.

    • @NightHawkATL
      @NightHawkATL Месяц назад +1

      Some people, like myself, like to have a web-based tool that I can access from a VPS to check my own network from the outside-in.

  • @murylobatista8169
    @murylobatista8169 28 дней назад

    guess people never heard of telnet