home.social

#ncat — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ncat, aggregated by home.social.

  1. 📸 Our proud 2024 BIC@NCAT students and #NCAT alumni (Aggie Pride!)

    Each year, our BIC Village grows — and so does the HBCU representation at DEF CON ! 🏴‍☠️
    We’re proud to see more students stepping into global cybersecurity spaces, learning, networking and leading!

    💌 Donate today: givebutter.com/QaY784

    📧 Help us bring your #HBCU to DEF CON, email us: [email protected]

    #BICVillage #GivingTuesday #5YearsOfImpact #BlacksInCyber #CyberCommunity #DEFCON #HackerSummerCamp #BlackMastodon @defcon

  2. 📸 Our proud 2024 BIC@NCAT students and #NCAT alumni (Aggie Pride!)

    Each year, our BIC Village grows — and so does the HBCU representation at DEF CON ! 🏴‍☠️
    We’re proud to see more students stepping into global cybersecurity spaces, learning, networking and leading!

    💌 Donate today: givebutter.com/QaY784

    📧 Help us bring your #HBCU to DEF CON, email us: [email protected]

    #BICVillage #GivingTuesday #5YearsOfImpact #BlacksInCyber #CyberCommunity #DEFCON #HackerSummerCamp #BlackMastodon @defcon

  3. #it #networking gurus!

    I have a number of real-time systems that #multicast data. I want to forward that mcast data from one machine to another on the same physical network but a different mcast address (I guess...?)

    It looks like #ncat, #socat and maybe even #ssh could do this but I can't figure out how to do it with multicast specifically

  4. REST API сервер на Bash с использованием сокетов и Apache

    Всем привет! Ранее рассказывал о том, как создать REST API и Web-сервер на PowerShell для Windows, а также упоминал, что подобный сервер будет работать и в системе Linux, благодаря кроссплатформенной версии PowerShell Core . Безусловно, для подобных целей лучше используются специализированные серверные фреймворки или библиотеки, такие как Flask или Django в Python , но меня не покидала идея реализации похожего сервера, где описание логики будет производиться на языке одного только Bash . Приведу примеры, с помощью которых можно создать такой сервер используя сетевые сокеты netcat , socat и ncat , а также веб-сервера Apache с использованием встроенных модулей.

    habr.com/ru/articles/796731/

    #bash #socket #restapi #netcat #socat #ncat #apache #cgi