vimwiki/tech/security.wiki

43 lines
613 B
Plaintext
Raw Normal View History

2021-09-22 14:09:42 +00:00
= Security =
Tools useful for security, either offensive or defensive
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 ===
* [[substitution|Substitution]]
2021-11-09 19:45:01 +00:00
* [[Affine]]
2021-10-11 03:22:53 +00:00
2021-12-15 19:00:01 +00:00
=== Misc ===
* [[LFSR|Linear Feedback Shift Registers]]
2021-12-15 20:45:01 +00:00
* [[modular_exponentiation|Modular Exponentiation]]
2021-12-15 19:00:01 +00:00
2021-11-02 21:15:01 +00:00
=== Math for Crypto ===
* [[../math/congruences]]
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]]