home.social

Search

1000 results for “0x0”

  1. While investigating an infected website, we noticed call to BSC testnet contract 0x0967296defa0fd586c9ede5730380e2b059fab95 : testnet.bscscan.com/address/0x

    The contract’s content is clearly malicious and connects over WebSocket to suckerity[.]xyz (behind Cloudflare), not related to #ClearFake, but reminds us #Magecart related injections:

  2. While investigating an infected website, we noticed call to BSC testnet contract 0x0967296defa0fd586c9ede5730380e2b059fab95 : testnet.bscscan.com/address/0x

    The contract’s content is clearly malicious and connects over WebSocket to suckerity[.]xyz (behind Cloudflare), not related to #ClearFake, but reminds us #Magecart related injections:

  3. While investigating an infected website, we noticed call to BSC testnet contract 0x0967296defa0fd586c9ede5730380e2b059fab95 : testnet.bscscan.com/address/0x

    The contract’s content is clearly malicious and connects over WebSocket to suckerity[.]xyz (behind Cloudflare), not related to #ClearFake, but reminds us #Magecart related injections:

  4. While investigating an infected website, we noticed call to BSC testnet contract 0x0967296defa0fd586c9ede5730380e2b059fab95 : testnet.bscscan.com/address/0x

    The contract’s content is clearly malicious and connects over WebSocket to suckerity[.]xyz (behind Cloudflare), not related to #ClearFake, but reminds us #Magecart related injections:

  5. Sábado 28 de setembro de 2024, 18h vamos lançar a Tecniquim 0x01, nossa zine sobre arte e programação, lá no #GaroaHackerClube, querido #hackerspace de #SãoPaulo, estejam convidados!

  6. Sollte der zeroday Podcast Mal ernsthaft über einen Livestream bei der Aufnahme nachdenken?
    #zeroday #podcast #0x0d #0d

  7. Sollte der zeroday Podcast Mal ernsthaft über einen Livestream bei der Aufnahme nachdenken?
    #zeroday #podcast #0x0d #0d

  8. Sollte der zeroday Podcast Mal ernsthaft über einen Livestream bei der Aufnahme nachdenken?
    #zeroday #podcast #0x0d #0d

  9. Es ist soweit.
    Die neuste #episode des #zeroday #podcast #0x0d ist mit episode #0d116 online.

    Dieses mal haben wir uns eine #expertin eingeladen mit dem wir uns über die #Sicherheit und den #Datenschutz von #Mastodon und dem #Fediverse unterhalten.

    #Danke noch einmal an dieser Stelle an @blue1337blood für Ihre Zeit und Expertise

    Wir wünschen euch viel Spass beim Hören und einen schönen Juli.

    0x0d.de/2024/06/0d116-intervie

  10. Es ist soweit.
    Die neuste #episode des #zeroday #podcast #0x0d ist mit episode #0d116 online.

    Dieses mal haben wir uns eine #expertin eingeladen mit dem wir uns über die #Sicherheit und den #Datenschutz von #Mastodon und dem #Fediverse unterhalten.

    #Danke noch einmal an dieser Stelle an @blue1337blood für Ihre Zeit und Expertise

    Wir wünschen euch viel Spass beim Hören und einen schönen Juli.

    0x0d.de/2024/06/0d116-intervie

  11. Es ist soweit.
    Die neuste #episode des #zeroday #podcast #0x0d ist mit episode #0d116 online.

    Dieses mal haben wir uns eine #expertin eingeladen mit dem wir uns über die #Sicherheit und den #Datenschutz von #Mastodon und dem #Fediverse unterhalten.

    #Danke noch einmal an dieser Stelle an @blue1337blood für Ihre Zeit und Expertise

    Wir wünschen euch viel Spass beim Hören und einen schönen Juli.

    0x0d.de/2024/06/0d116-intervie

  12. Es ist soweit.
    Die neuste #episode des #zeroday #podcast #0x0d ist mit episode #0d116 online.

    Dieses mal haben wir uns eine #expertin eingeladen mit dem wir uns über die #Sicherheit und den #Datenschutz von #Mastodon und dem #Fediverse unterhalten.

    #Danke noch einmal an dieser Stelle an @blue1337blood für Ihre Zeit und Expertise

    Wir wünschen euch viel Spass beim Hören und einen schönen Juli.

    0x0d.de/2024/06/0d116-intervie

  13. Es ist soweit.
    Die neuste #episode des #zeroday #podcast #0x0d ist mit episode #0d116 online.

    Dieses mal haben wir uns eine #expertin eingeladen mit dem wir uns über die #Sicherheit und den #Datenschutz von #Mastodon und dem #Fediverse unterhalten.

    #Danke noch einmal an dieser Stelle an @blue1337blood für Ihre Zeit und Expertise

    Wir wünschen euch viel Spass beim Hören und einen schönen Juli.

    0x0d.de/2024/06/0d116-intervie

  14. @HonkHase die sind ja echt in der Steinzeit liegen geblieben 1234 war das beliebteste passwort 1980 heute ist es 123456
    #password #sicherheit #sicherheitslucken #0x0d #zeroday

  15. @helge For reference, in case it can help anyone else, putting a breakpoint in `init(0` and looking at the closest couple of stack frames, you'll see an entry like this:

    #2 0x000000010063df94 in implicit closure #2 in implicit closure #1 in variable initialization expression of ReKeyApp._store ()

    or

    #2 0x0000000100631cdc in implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store ()

    It very helpfully tells you the class (or struct) causing the instantiation.

    Would be nice if #Xcode actually selected the line in the source instead of a line in a block of assembly, but the comments in that are helpful too:

    ReKey`implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store:
    0x100631cc0 <+0>: stp x20, x19, [sp, #-0x20]!
    0x100631cc4 <+4>: stp x29, x30, [sp, #0x10]
    0x100631cc8 <+8>: add x29, sp, #0x10
    0x100631ccc <+12>: mov x0, #0x0
    0x100631cd0 <+16>: bl 0x10062d700 ; type metadata accessor for ReKey.Store at <compiler-generated>
    0x100631cd4 <+20>: mov x20, x0
    0x100631cd8 <+24>: bl 0x100623770 ; ReKey.Store.__allocating_init() -> ReKey.Store at Store.swift:43
    -> 0x100631cdc <+28>: ldp x29, x30, [sp, #0x10]
    0x100631ce0 <+32>: ldp x20, x19, [sp], #0x20
    0x100631ce4 <+36>: ret

  16. @helge For reference, in case it can help anyone else, putting a breakpoint in `init(0` and looking at the closest couple of stack frames, you'll see an entry like this:

    #2 0x000000010063df94 in implicit closure #2 in implicit closure #1 in variable initialization expression of ReKeyApp._store ()

    or

    #2 0x0000000100631cdc in implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store ()

    It very helpfully tells you the class (or struct) causing the instantiation.

    Would be nice if #Xcode actually selected the line in the source instead of a line in a block of assembly, but the comments in that are helpful too:

    ReKey`implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store:
    0x100631cc0 <+0>: stp x20, x19, [sp, #-0x20]!
    0x100631cc4 <+4>: stp x29, x30, [sp, #0x10]
    0x100631cc8 <+8>: add x29, sp, #0x10
    0x100631ccc <+12>: mov x0, #0x0
    0x100631cd0 <+16>: bl 0x10062d700 ; type metadata accessor for ReKey.Store at <compiler-generated>
    0x100631cd4 <+20>: mov x20, x0
    0x100631cd8 <+24>: bl 0x100623770 ; ReKey.Store.__allocating_init() -> ReKey.Store at Store.swift:43
    -> 0x100631cdc <+28>: ldp x29, x30, [sp, #0x10]
    0x100631ce0 <+32>: ldp x20, x19, [sp], #0x20
    0x100631ce4 <+36>: ret

  17. @helge For reference, in case it can help anyone else, putting a breakpoint in `init(0` and looking at the closest couple of stack frames, you'll see an entry like this:

    #2 0x000000010063df94 in implicit closure #2 in implicit closure #1 in variable initialization expression of ReKeyApp._store ()

    or

    #2 0x0000000100631cdc in implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store ()

    It very helpfully tells you the class (or struct) causing the instantiation.

    Would be nice if #Xcode actually selected the line in the source instead of a line in a block of assembly, but the comments in that are helpful too:

    ReKey`implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store:
    0x100631cc0 <+0>: stp x20, x19, [sp, #-0x20]!
    0x100631cc4 <+4>: stp x29, x30, [sp, #0x10]
    0x100631cc8 <+8>: add x29, sp, #0x10
    0x100631ccc <+12>: mov x0, #0x0
    0x100631cd0 <+16>: bl 0x10062d700 ; type metadata accessor for ReKey.Store at <compiler-generated>
    0x100631cd4 <+20>: mov x20, x0
    0x100631cd8 <+24>: bl 0x100623770 ; ReKey.Store.__allocating_init() -> ReKey.Store at Store.swift:43
    -> 0x100631cdc <+28>: ldp x29, x30, [sp, #0x10]
    0x100631ce0 <+32>: ldp x20, x19, [sp], #0x20
    0x100631ce4 <+36>: ret

  18. @helge For reference, in case it can help anyone else, putting a breakpoint in `init(0` and looking at the closest couple of stack frames, you'll see an entry like this:

    #2 0x000000010063df94 in implicit closure #2 in implicit closure #1 in variable initialization expression of ReKeyApp._store ()

    or

    #2 0x0000000100631cdc in implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store ()

    It very helpfully tells you the class (or struct) causing the instantiation.

    Would be nice if #Xcode actually selected the line in the source instead of a line in a block of assembly, but the comments in that are helpful too:

    ReKey`implicit closure #2 in implicit closure #1 in variable initialization expression of ContentView._store:
    0x100631cc0 <+0>: stp x20, x19, [sp, #-0x20]!
    0x100631cc4 <+4>: stp x29, x30, [sp, #0x10]
    0x100631cc8 <+8>: add x29, sp, #0x10
    0x100631ccc <+12>: mov x0, #0x0
    0x100631cd0 <+16>: bl 0x10062d700 ; type metadata accessor for ReKey.Store at <compiler-generated>
    0x100631cd4 <+20>: mov x20, x0
    0x100631cd8 <+24>: bl 0x100623770 ; ReKey.Store.__allocating_init() -> ReKey.Store at Store.swift:43
    -> 0x100631cdc <+28>: ldp x29, x30, [sp, #0x10]
    0x100631ce0 <+32>: ldp x20, x19, [sp], #0x20
    0x100631ce4 <+36>: ret

  19. Interesting Content-Types I have noticed in the 2023-07 mobile HTTP Archive crawl:

    Content-Type: [*/*]
    Content-Type: */*
    Content-Type: #<Mime::NullType:0x0000000cf50828>
    Content-Type: <content-typeheader>
    Content-Type: <img/>
    Content-Type: $MIMETYPE
    Content-Type: 2
    Content-Type: AddType font/woff
    Content-Type: all/all
    Content-Type: application/jason
    Content-Type: application/jon
    Content-Type: Default
    Content-Type: FALSE
    Content-Type: IMAGE

  20. Die neue Episode ist online.
    In Episode 0d106 teile ich ein paar Gedanken zu technischen Schulden mit Sven und bringe ihn gleichzeitig bei was technische Schulden sind.
    Fälschlicherweise ziehe ich eine falsche Referenz zur Herkunft des Begriffs "Technische Schulden" aber Sven hat trotzdem was gelernt, womit das Ziel erreicht wurde.

    0x0d.de/2023/06/0d106-technisc

    #zeroday #podcast #episode #0x0d #it #Programmierung

  21. 4) This giant pixel art piece Floor796, created by Russian artist 0x00. It's "an ever-expanding animation scene showing the life of the 796th floor of the huge space station" featuring hundreds of pop culture Easter eggs. (Be sure to check out the Russian-language interview linked in the "About" tab for the breakdown on how the animation renderer was created)

    floor796.com/

    #PixelArt #SciFi #SpaceStation #Floor796 #EasterEggs

  22. 4) This giant pixel art piece Floor796, created by Russian artist 0x00. It's "an ever-expanding animation scene showing the life of the 796th floor of the huge space station" featuring hundreds of pop culture Easter eggs. (Be sure to check out the Russian-language interview linked in the "About" tab for the breakdown on how the animation renderer was created)

    floor796.com/

    #PixelArt #SciFi #SpaceStation #Floor796 #EasterEggs

  23. 4) This giant pixel art piece Floor796, created by Russian artist 0x00. It's "an ever-expanding animation scene showing the life of the 796th floor of the huge space station" featuring hundreds of pop culture Easter eggs. (Be sure to check out the Russian-language interview linked in the "About" tab for the breakdown on how the animation renderer was created)

    floor796.com/

    #PixelArt #SciFi #SpaceStation #Floor796 #EasterEggs

  24. 4) This giant pixel art piece Floor796, created by Russian artist 0x00. It's "an ever-expanding animation scene showing the life of the 796th floor of the huge space station" featuring hundreds of pop culture Easter eggs. (Be sure to check out the Russian-language interview linked in the "About" tab for the breakdown on how the animation renderer was created)

    floor796.com/

    #PixelArt #SciFi #SpaceStation #Floor796 #EasterEggs