vimwiki/tech/security.wiki

64 lines
910 B
Plaintext
Raw Normal View History

2021-09-22 14:09:42 +00:00
= Security =
Tools useful for security, either offensive or defensive
2022-01-31 19:30:01 +00:00
-------------------
2021-10-11 03:22:53 +00:00
== Cryptology ==
Hiding information
2022-01-12 05:30:01 +00:00
* [[cia-do-dont]]
2022-01-12 04:30:01 +00:00
2021-10-11 03:22:53 +00:00
=== Ciphers ===
2022-01-31 19:30:01 +00:00
==== Symetric Ciphers ====
2022-01-31 19:15:01 +00:00
2022-01-31 17:30:02 +00:00
* [[substitution|Substitution]]
2021-11-09 19:45:01 +00:00
* [[Affine]]
2022-01-31 17:30:02 +00:00
* [[DES]]
* [[AES]]
2022-01-31 19:15:01 +00:00
==== Asymetric Ciphers ====
* [[RSA]]
2022-01-31 19:39:23 +00:00
* [[Diffie_Hellman]]
2022-01-31 19:15:01 +00:00
* [[DSS]]
* [[Eliptic_Curve]]
2022-02-02 19:30:01 +00:00
=== [[Signatures]] and User auth ===
2022-01-31 22:15:01 +00:00
* [[Signatures]]
2022-02-02 19:30:01 +00:00
* [[digital_authentication]]
2022-02-02 19:45:01 +00:00
* [[unix_password]]
2022-01-31 22:15:01 +00:00
2021-12-15 19:00:01 +00:00
=== Misc ===
* [[LFSR|Linear Feedback Shift Registers]]
2021-11-02 21:15:01 +00:00
=== Math for Crypto ===
2022-01-31 22:15:01 +00:00
* [[../math/congruences|Congruneces]]
* [[modular_exponentiation|Modular Exponentiation]]
2021-11-02 21:15:01 +00:00
2022-01-31 19:30:01 +00:00
-------------------
2021-09-22 14:09:42 +00:00
== Reconnaissance ==
2021-09-23 17:54:24 +00:00
* [[nmap|nmap]] - port scanner
2021-10-11 03:22:53 +00:00
* [[masscan]]
2021-09-22 14:09:42 +00:00
2022-01-02 03:45:01 +00:00
== 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
2021-09-22 14:09:42 +00:00
2021-09-23 17:54:24 +00:00
[[index.wiki]]