Security summary graphic

15th July 2022

Information Security Strategy Cheat Sheet :-#infosec #informationsecurity #Linux #cybersec #cybersecurity #nmap #cybersecuritytips #security #DataSecurity #Pentesting #hacking #Hackers #cybersecuritynews #networksecurity #cloud pic.twitter.com/DgPm35b33c — Er Suraj Shukla (@ErSurajShukla) July 15, 2022

πŸ“Œ
0πŸ’¬ read more

Security search engines

πŸ”ŽSearch Engines for Pentesters – @NandanLohitakshπŸ”#bugbountytips #BugBounty #Ethicalhacking #cybersecurity pic.twitter.com/6GmeIHG1Py — Harsh🧒 (@harshinsecurity) July 15, 2022 External:ShoDan the most popular vulnerability databaseDNSDumpster finds attack surface, makes a nice graphicFullHunt.io finds…

πŸ“Œ
0πŸ’¬ read more

OS Hardening Guide

https://github.com/decalage2/awesome-security-hardening#windows

πŸ“Œ
0πŸ’¬ read more

P2V without VmWare?

8th July 2022

VmWare has stopped providing their standalone P2V converter because of a security bug, which leaves us serfs fumbling for an alternative. Tried winimage and it gave an error A Cove/NAble…

πŸ“Œ
0πŸ’¬ read more

HowTo Disable SIP/VOIP helper/alg on Fortigate

5th July 2022

Disabling SIP ALG see here https://voipdocs.io/en/articles/316-disabling-sip-alg-on-a-fortigate-firewall

πŸ“Œ
0πŸ’¬ read more

PRTG WMI monitors error Access Denied

29th June 2022

This commonly happens when you try to monitor a PC that isn’t part of a domain Open a Command Prompt as Administratorwinrm quickconfiganswer y to all the prompts

πŸ“Œ
0πŸ’¬ read more

VmWare VM won’t autostart

21st June 2022

If a VM won’t autostart even when it is set to do so, the first item to try is to unregister and re-register the VM. Record where the VMX file…

πŸ“Œ
0πŸ’¬ read more

Synology NAS won’t authenticate users after v7 upgrade

16th June 2022

Check the logs to verify the NAS is rejecting NTLMv1Logon to your Synology NAS via Web browserMain Menu (top left), Log center, look for Warning entries that reference NTLMv1 Option1…

πŸ“Œ
0πŸ’¬ read more

HowTo Delete files that are too long

13th June 2022

Method1:get a command prompt as administrator in the directory with the file that has too long namedir /Xthis will tell you it’s shortened dos filenamethen you can say del shortr~1.txt…

πŸ“Œ
0πŸ’¬ read more

Windows Updates via Powershell

4th June 2022

From Local PC: PowershellInstall-Module PSWindowsUpdateset-executionpolicy remotesignedGet-WindowsUpdate -verbose -AcceptAll -Install Remote PC: PS C:\share> $RemoteServer = “wtf005.wtf.local”PS C:\share> Get-WindowsUpdate -verbose -computer $RemoteServer -AcceptAll -InstallVERBOSE: wtf005.wtf.local (7/14/2022 3:26:58 PM): Connecting to Microsoft…

πŸ“Œ
0πŸ’¬ read more