home.social

#ncat — Public Fediverse posts

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

fetched live
  1. 🕊️ Meet one of the incredible students joining us at BIC Village @ DEF CON 34!

    Yasmin is currently a Computer Science PhD student at NCAT 🐶

    blacksincyberconf.com/bic-village

    #BlacksInCyber #LitLikeBIC #BICVillage #AlaafiaState #NCAT #NCATCyber #DEFCON #DEFCON34 #AggiePride

  2. 🕊️ Meet one of the incredible students joining us at BIC Village @ DEF CON 34!

    Yasmin is currently a Computer Science PhD student at NCAT 🐶

    blacksincyberconf.com/bic-village

    #BlacksInCyber #LitLikeBIC #BICVillage #AlaafiaState #NCAT #NCATCyber #DEFCON #DEFCON34 #AggiePride

  3. 📸 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

  4. 📸 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

  5. Regarding being unable to send trains... It's a shame I'm unable to send trains because that would allow me to run experiments and understand the protocol much faster... And probably find some weird stuff/quirks.

    As a test I've tried to essentially replay trains that I captured in pcaps. I did this in multiple ways.

    My basic attempt was just to send messages with perl + #ncat as follows. I sent the three main messages by putting these commands in script with a sleep of a few milliseconds between them.

    perl -e 'print pack("H*", $ARGV[0])' <hex string> | ncat -vu 192.168.1.242 31415

    As that didn't work I tried changing the message counter, the train ID, etc. I thought maybe the game checks for duplicate messages or something based on the counters, which would mean the replay of an exact previous message would fail.

    #games #pcgaming #trains #LEGO

  6. BIC HQ would like to thank college students and ambassadors for joining us at BIC Village! 🏠️

    Our founder enjoyed speaking with the NCAT Undergraduate Students! 🐶
    @mk48

    #BlacksInCyber #BIC_Village #BIC_CTF #DEFCON #DEFCON32 #Ncat

  7. BIC HQ would like to thank college students and ambassadors for joining us at BIC Village! 🏠️

    Our founder enjoyed speaking with the NCAT Undergraduate Students! 🐶
    @mk48

    #BlacksInCyber #BIC_Village #BIC_CTF #DEFCON #DEFCON32 #Ncat

  8. #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

  9. 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

  10. What do you think will happen to #GeorgeSantos? Had an interesting conversation with my #JOMC students today at #ncat nytimes.com/2023/01/11/nyregio...

  11. Regarding the exam… Database Administration is the hardest course I’ve ever taken in my life. I’ll be grateful for making it out with a C. #NCAT #MSIT #Fall22Grad

  12. Reading #gemini with #ncat

    echo "gemini://soviet.circumlunar.space/sweater/hindsight/2021-05-04-do-tools-matter.gmi" | ncat --ssl soviet.circumlunar.space 1965

    #cheatsheet