Security
Anti-Virus
VirusTotal
Firewall
Windows Firewall Control (from Third Party Tools)
{{@32#bkmrk-windows-firewall-control-ul}}
Passwords
XKPasswd
- Great site for generating secure passwords
- Link: https://xkpasswd.net/s/
- Use/Load Following Recommended Config
{
"num_words": 3,
"word_length_min": 4,
"word_length_max": 8,
"case_transform": "CAPITALISE",
"separator_character": "NONE",
"padding_digits_before": 0,
"padding_digits_after": 2,
"padding_type": "FIXED",
"padding_character": "RANDOM",
"symbol_alphabet": [
"!",
"@",
"$",
"%",
"^",
"&",
"*",
"-",
"_",
"+",
"=",
":",
"(",
")",
"~",
"?",
"/",
".",
";"
],
"padding_characters_before": 0,
"padding_characters_after": 1,
"random_increment": "AUTO"
}
Other
Rubber Ducky Defender
- This tool is used to defend against rogue keyboard emulators which can be used to infect a machine without using USB storage like the HAK5 Rubber Ducky.
- Info/Download: https://github.com/zelon88/Rubber_Ducky_Defender