Artur Marzano

274 posts

Artur Marzano banner
Artur Marzano

Artur Marzano

@MacmodSec

CyberSecurity Analyst, Computer Scientist & Programmer

Brazil Katılım Mart 2023
693 Takip Edilen578 Takipçiler
Artur Marzano retweetledi
David Bau
David Bau@davidbau·
NetHack is one of the most complex and longest-lived open source programs ever written, and after 46 years, v5.0 shipped today. nethack.org/common/index.h… And ... it is a VERY cool large codebase to work with in the LLM era.
David Bau tweet media
English
19
200
1.1K
119.9K
gatari
gatari@gatariee·
@MacmodSec yo, saw u at range village today! we were talking about godap 👋
English
1
0
1
87
Artur Marzano
Artur Marzano@MacmodSec·
Anyone around for Defcon Singapore? 🐦‍🔥🐲🐦‍🔥
English
2
0
1
289
Alex Moshkov
Alex Moshkov@amoshkov·
@MacmodSec Bro I am around haha ))) see you there!
Plentong, Johor 🇲🇾 English
1
0
0
81
Artur Marzano retweetledi
Alexandre Borges
Alexandre Borges@ale_sp_brazil·
I am excited to release the seventh article in the Exploiting Reversing Series (ERS). Titled “Exploitation Techniques | CVE-2024-30085 (part 01)” this 119-page technical guide offers a comprehensive roadmap for vulnerability exploitation: exploitreversing.com/2026/03/04/exp… Key features of this edition: [+] Dual Exploit Strategies: Two distinct exploit versions using Token Stealing and I/O Ring techniques. [+] Exploit ALPC + PreviousMode Flip + Token Stealing: elevation of privilege of a regular user to SYSTEM. [+] Exploit ALPC + Pipes + I/O Ring: elevation of privilege of a regular user to SYSTEM. [+] Solid Reliability: Two complete working and stable exploits, including an improved cleanup stage. [+] Optimized Exploit Logic: Significant refinements to the codebase and technical execution for better stability and predictability. The article guides you through the two distinct techniques for exploiting the CVE-2024-30085 Heap Buffer Overflow vulnerability. I would like to thank Ilfak Guilfanov (@ilfak on X) and Hex-Rays SA (@HexRaysSA on X) for their constant and uninterrupted support, which has helped me write these articles over time. I hope this serves as a definitive resource for your research. If you find it helpful, please feel free to share it or reach out with your feedback! Enjoy your reading and have an excellent day.
Alexandre Borges tweet media
English
5
89
312
29.2K
nix
nix@aniqfakhrul·
Full ADWS support landed with --use-adws --obfuscate flag works surprisingly well without breaking the xml github.com/aniqfakhrul/po…
nix tweet medianix tweet medianix tweet media
English
2
19
49
3K
caioluders
caioluders@caioluders·
new tool PEGA-PEGA Multi-protocol request logger and catcher. Listens on 14 protocols, logs every incoming request, and displays them in a web dashboard and terminal UI. github.com/caioluders/peg…
caioluders tweet media
English
1
3
19
1K
Artur Marzano
Artur Marzano@MacmodSec·
@PyroTek3 Maybe not news to many, but I found it nice that using msDS-ReplValueMetadata we can find out for instance when users were added to groups, a nice forensics trick when no other tooling is available :)
English
0
0
2
108
Artur Marzano
Artur Marzano@MacmodSec·
@PyroTek3 I just learned a new thing! Cool stuff @PyroTek3. You should also mention that the attribute can be fetched via LDAP directly (without the need for the cmdlet) by just querying the msDS-ReplAttributeMetaData attribute. msDS-ReplValueMetadata may also hold interesting info :P
English
1
0
6
1.4K
Sean Metcalf
Sean Metcalf@PyroTek3·
In Active Directory, there is a method that’s been around for many years which changes the password last set date but not the actual password. This is what I call a “fake password change” since the account appears to have a recent password when scanning for old passwords based on password last set, but the underlying password hasn’t actually changed. I spoke about this in my 2015 @BSidesCharm talk which was my first conference talk. More details including step-by-step screenshots are here: adsecurity.org/?p=4969 Why does this happen? There are times where service account (or admin accounts) need to have password changes, but someone doesn’t want to do the work to change them. The ability to fake a password change requires modify rights on the pwdLastSet attribute which provides the ability to check/uncheck the setting “User must change password at next logon”. This setting is enabled when you want the user to change their own password when they logon. How does this work? This is simple to do when you have rights on the target account (in this example the password last changed in August 2025). We open up Active Directory Users and Computers (ADUC), double-click on the target account to open up the account properties and then click on the Account tab. From here we check the box for “User must change password at next logon” and click Apply. The PasswordLastSet date is now blank. Which makes it seem like the account has never had a password set. We continue with our process where we uncheck the box for “User must change password at next logon” we checked and then click Apply. After performing this action, the password change date has now been set to the current date and time even though the password itself hasn’t been changed since August 2025. We have successfully faked a password change! Why does this happen? This happens because the “User must change password at next logon” option is used to force a user to change their password at next logon. With it checked, Active Directory is waiting for the user to attempt to logon which is when the user is directed to change their password. During this time the PasswordLastSet value is blank since it is waiting for a new password. Once the user changes their password, the checkbox is effectively removed and the current date and time are set for the user’s passwordlastset property (technically this is the “pwdlastset” attribute, but the AD PowerShell cmdlets use that property). An attacker could use this technique for an account with an old password they discover and have control of the account (with the ability to flip this bit). This would show that the password changed without it actually changing. Detect fake Active Directory password changes at scale I wrote a PowerShell script that will scan either the Active Directory Admins or All Users in the domain to see if there’s a fake password change that has been performed on them. github.com/PyroTek3/Activ…
Sean Metcalf tweet mediaSean Metcalf tweet mediaSean Metcalf tweet media
English
6
154
978
98.2K
Artur Marzano retweetledi
Adam Aaronson
Adam Aaronson@aaaronson·
A sorting algorithm walks into a bar and orders
English
53
1.1K
14.9K
222.5K
mRr3b00t
mRr3b00t@UK_Daniel_Card·
ok gang, I should probably goto sleep.... > My little PoC seems to be working: > it requires domain user rights running from a domain joined machine > it uses ADSI > It can be audited This is not meant to find every single vulnerability, this is to find the stuff ransomware actors commonly abuse to attack Active Directory. #Cyber #Security #BlueTeam
mRr3b00t tweet media
English
5
4
74
4.9K