vimwiki/tech/security.wiki

73 lines
1.1 KiB
Plaintext

= Security =
Tools useful for security, either offensive or defensive
---------------------------------------
== Government ==
* [[cia-do-dont]]
* [[PRISM]]
* [[XKeyscore]]
== Cryptology ==
Hiding information
=== Ciphers ===
==== Symmetric Ciphers ====
* [[substitution|Substitution]]
* [[Affine]]
* [[DES]]
* [[AES]]
==== Asymmetric 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 ===
* [[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]]