vimwiki/tech/security.wiki

64 lines
910 B
Plaintext

= 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]]
=== Misc ===
* [[LFSR|Linear Feedback Shift Registers]]
=== Math for Crypto ===
* [[../math/congruences|Congruneces]]
* [[modular_exponentiation|Modular Exponentiation]]
-------------------
== Reconnaissance ==
* [[nmap|nmap]] - port scanner
* [[masscan]]
== 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
[[index.wiki]]