> Many of us on the team wrote a kali training book then put it free online at https://t.co/Blvmow018g. You can use that fee material to prepare for the KLCP, and ensure you have the background on kali you need for PWK/OSCP. https://t.co/Knq8fc2N16 — Offensive Security (@offsectraining) November 18, 2018 [https://twitter.com/offsectraining/status/1064018891758743552?ref_src=twsrc%5Etfw] the free book is available to download here; Kali Linux Revealed | Mastering the Penetration Testing Di…
this is pretty cool. particularly useful for online URL decoding and base64 en/de-coding > If you don't know about the AWESOME 💯CyberChef tool by @GCHQ [https://twitter.com/GCHQ?ref_src=twsrc%5Etfw], you do now: ✅Open Source ✅On Github ✅Interactive version online ✅Decodes this COM Scriptlet like a BOSS: https://t.co/RtGqR7qXoF 👉https://t.co/QTxvJBY4SI h/t @QW5kcmV3 [https://twitter.com/QW5kcmV3?ref_src=twsrc%5Etfw]🙏 cc/ @ItsReallyNick [https://twitter.com/ItsReallyNick?ref_src=twsrc%5Et…
Some useful info on implementing DBaChecks; This post will detail the SQL database/infrastructure tests we have configured on our data warehouse environment using dbachecks [https://dbatools.io/introducing-dbachecks/], the open source PowerShell module. I will just say I think dbachecks is awesome. I’m pretty grounded and not known to hype things up but if anybody is questioning if they should be using the module I would strongly encourage them to do so. There is a bit of a learning curve if…
Managing the Hyper-V Default Switch in Windows 10 version 1709 and higher with PowerShellWindows 10 version 1709 introduced a default Hyper-V virtual switch which is installed when the Hyper-V role is added. As you can see in the following example, by default on Windows 10, the default…Mike F RobbinsMike F Robbins [https://mikefrobbins.com/2018/11/08/managing-the-hyper-v-default-switch-in-windows-10-version-1709-and-higher-with-powershell/]…
Slow Connections with Sql ServerRan into a problem with extremely slow SQL Server connections when connecting to the server. Connections would take 2 seconds or more even on repeat connections. It turns out the problem is related to missing TCP/IP protocol support which is disabled by default.Rick Strahl [https://weblog.west-wind.com/posts/2018/Oct/26/Sql-Server-Slow-Connections-with-2-second-or-so-delay]…