vimwiki/tech/security.wiki

30 lines
303 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
=== Ciphers ===
* [[substitution|Substitution]]
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
2021-09-23 17:54:24 +00:00
[[index.wiki]]