useful links

https://gchq.github.io http://icyberchef.com/ https://www.hybrid-analysis.com/ https://cve.mitre.org/ Urchin tracking module

Continue Reading →

Posted in: net

netcat

Cheat sheet: https://www.sans.org/security-resources/sec560/netcat_cheat_sheet_v1.pdf Port scanner: nc -v -w 1 myhost -z 1-49151, scan myhost port 1-49151, 1 sec timeout for…

Continue Reading →

RegEx Cheatsheet

https://www.debuggex.com/cheatsheet/regex/pcre https://remram44.github.io/regex-cheatsheet/regex.html http://whyjoseph.blogspot.com/2011/04/pcre-cheat-sheet-article-201102.html Character classes . any character except newline \w\d\s word, digit, whitespace \W\D\S not word, digit, whitespace [abc]…

Continue Reading →