📚🔍 Red Team Field Manual: Your Infosec Companion 🕵️‍♂️💼

Hey there, fellow InfoSEC aficionados! Today, we’re diving into the world of the “Red Team Field Manual,” an indispensable gem in the realm of cybersecurity and penetration testing. If you’re serious about mastering the art of red teaming or just want to level up your infosec skills, this little book packs a mighty punch. Why “Red Team Field Manual”? Picture this: You’re in the midst of a complex penetration test, and you need a quick reference for that one obscure command or technique....

July 10, 2023 · 3 min · c4r4nch0

Nmap for pentesting

Scripts varios para nmap Encontrar users con contraseñas por defecto o vacias nmap -f -sS -sV -vv --script auth IP Corre scripts por defecto de nmap nmap -f -sS -vv --script default ip Comandos menos intrusivos para el target nmap -f --script safe IP -vv Detectar vulnerabilidades conocidas nmap -f --script vuln -vv IP -Pn Revisa conexiones abiertas por malware nmap -f --malware nmap -sS -sv -f --script discovery IP nmap -f --script intrusive Incluye Deteccion OS...

May 7, 2022 · 1 min · c4r4nch0