= Security = Tools useful for security, either offensive or defensive --------------------------------------- == Cryptology == Hiding information * [[cia-do-dont]] === Ciphers === ==== Symetric Ciphers ==== * [[substitution|Substitution]] * [[Affine]] * [[DES]] * [[AES]] ==== Asymetric Ciphers ==== * [[RSA]] * [[Diffie_Hellman]] * [[DSS]] * [[Eliptic_Curve]] === [[Signatures]] and User auth === * [[Signatures]] * [[digital_authentication]] * [[unix_password]] === Copy protection === * [[content_scrambling_system]] === Misc === * [[LFSR|Linear Feedback Shift Registers]] === Math for Crypto === * [[../math/congruences|Congruneces]] * [[modular_exponentiation|Modular Exponentiation]] ------------------- == Reconnaissance == * [[nmap|nmap]] - port scanner * [[masscan]] == [[malware|Malware]] == See [[malware]] == Common attack vectors == Try setting the HTTP `Host` header value to `internal-ip:80` where internal ip is the ip address of a device inside of the target network * [[sqli]] [[index.wiki]]