es
Feedback
RedTeam

RedTeam

Ir al canal en Telegram

Mostrar más
El país no está especificadoLa categoría no está especificada
221
Suscriptores
+124 horas
+17 días
+130 días
Archivo de publicaciones
https://www.jaiminton.com/cheatsheet/DFIR/# Digital Forensics and Incident Response

photo content

Bug Bounty Recon Mindmap
Bug Bounty Recon Mindmap

katana -jc -u https://target(.)com

Repost from N/a
To truly understand how important privacy solutions such as Monero (XMR) are, you first need to learn how transactions involving pseudonymous cryptocurrencies (BTC, ETH, SOL, etc.) can be traced. Crypto Asset Tracing Handbook: "[...] seeks to provide clear and practical guidance to help a broader audience understand the basic framework of on-chain tracing, learn how to use key tools, and strengthen their ability to assess and respond to on-chain risks." https://github.com/slowmist/Crypto-Asset-Tracing-Handbook/blob/main/README_EN.md

photo content

photo content

threat-hunters-cookbook.pdf4.33 MB

Repost from Brut Security
Find sensitive information with gf # Search for testing point with gau and fff gau target -subs | cut -d"?" -f1 | grep -E "\.js+(?:on|)$" | tee urls.txt sort -u urls.txt | fff -s 200 -o out/ # After we save responses from known URLs, it's time to dig for secrets for i in `gf -list`; do [[ ${i} =~ "_secrets"* ]] && gf ${i}; done

FFUF Cheat Sheet
FFUF Cheat Sheet