https://www.cyberciti.biz/faq/how-to-add-comments-to-iptables-rules-on-linux/
IPTABLES - Rules and Commands
IPTABLES for beginners
iptables -m comment --comment "comment here"
iptables -A INPUT -i eth1 -m comment --comment "my LAN - " -j DROP
https://www.cyberciti.biz/faq/how-to-add-comments-to-iptables-rules-on-linux/
IPTABLES - Rules and Commands
IPTABLES for beginners
iptables -m comment --comment "comment here"
iptables -A INPUT -i eth1 -m comment --comment "my LAN - " -j DROP
Command line hashes (MD5 / SHA1 / SHA256)
certutil -hashfile <filename> <hash>
Python Simple HTTP Server
(v3)python -m http.server 80
(v2)python -m SimpleHTTPServer 80
Generate a UUID in Python
(Type 1)python3 -c 'import uuid; print(uuid.uuid1())'
(Time and MAC based)
(Type 4)python3 -c 'import uuid; print(uuid.uuid4())'
(Random)
https://nvd.nist.gov/vuln-metrics
CVSS v2.0 Ratings
Severity | Base Score |
---|---|
Low | 0.0 - 3.9 |
Medium | 4.0 - 6.9 |
High | 7.0 - 10.0 |
CVSS v3.0 Ratings