This week we released AD Miner 1.4 and had the opportunity to give a talk about it at #SSTIC
Video is available (in French however the slides are in English) here https://t.co/O1DWjadfBq
Back in December, I've found two medium vulnerabilities on GestSup < 3.2.46 which can lead to admin account takeover. Update your GestSup and learn more about CVE-2023-52059 and CVE-2023-52060 here: https://t.co/M4q9tU2rsS
Happy to share a new Active Directory audit tool to the cybersecurity community :
AD Miner (aka #Bloodhound on steroids) can help you:
⏩Check more than 40 attack vectors or weaknesses
⏩Uncover most risky control paths
⏩Prioritize and track mitigations efforts
https://t.co/d5j2OWWGSo
AD Miner basically plugs into an already-populated neo4j BH database, runs a series of cypher queries and produces a report where all results are nicely presented with graphs, listing, etc.
Enjoy and feel free to send feedback or to open issues on our github.
Wanted to share a small script I wrote that quickly deploys and populates an instance of the new #BloodHound version using the new API. May be useful for multiple clients scenario : https://t.co/upsJ948jbj
And I did ! 36th place as senior at #FCSC2023 ! 🙌
I'm really happy about my progress and thankful to @ANSSI_FR for the amazing challenges ! 💙
See you next year !
Last week, I participated in #FCSC2022 and ended up at the 69th place for the senior category. It was a hard but very rewarding challenge ! I'm looking forward to the next edition and will do better !💪
The idea is to use Responder for the poisoning part and then relay the victim to a local smb server.
Then, it's only a test of patience and luck to harvest and crack some hashes ! 😊
Is your Responder poisoning answers but not capturing any hashes ?
That has happened to me twice during #pentest and I wanted to share a small tip which helped me greatly get those juicy NTLMv2 hashes ! 😋👇
Ever wanted to exploit a PHP file inclusion without having a file upload? Follow @_remsio_'s journey to discover PHP filter chains, ensuring they work properly, and transforming them into a tool. You can now convert almost any file inclusion to RCE! https://t.co/yKMPu5guh7
@Synacktiv@_remsio_ Kind of a crazy coincidence, I just published yesterday a small script on GitHub using the same exploit haha. Anyway, nice article ! 👍 https://t.co/RzKCf2jVey
Just posted a script on my github to gain RCE through an LFI with PHP filters : https://t.co/KEgACAZmx4
May be useful for #CTF enjoyers and pentesters 😊
Full credit for the exploit method goes to @loknop !
Just posted a script on my github to gain RCE through an LFI with PHP filters : https://t.co/KEgACAZmx4
May be useful for #CTF enjoyers and pentesters 😊
Full credit for the exploit method goes to @loknop !
Last month, I was able to exploit #Atlassian's #Confluence to gain an #RCE on the hosting machine with CVE-2021-26084, eventhough the client was protected with #Cloudflare's WAF. 🕵️🔎 ⬇️
You can see that 'exec(' is split in the query but is recovered and interpreted by the Java engine. You can split other parts of payloads with the same logic if a WAF triggers.