Friday, July 1, 2022
vSphere Diagnostic Tool
AutoPWN Suite
AutoPWN Suite is a project for scanning vulnerabilities and exploiting systems automatically.
https://github.com/GamehunterKaan/AutoPWN-Suite
BeaKer
Ventoy
Ventoy is an utility to boot multiple operating systems from a single USB drive.
https://www.ventoy.net/
https://www.howtogeek.com/802328/how-to-boot-multiple-linux-distributions-with-ventoy/
OSBoxes web site
OSBoxes is a web site with Linux virtual machines available for either VMware or VirtualBox.
https://www.osboxes.org/
Wednesday, June 1, 2022
PowerShell command to list Active Directory users that are active and are sorted by when the password was last set
Get-ADUser -LDAPFilter '(!userAccountControl:1.2.840.113556.1.4.803:=2)' -Properties PasswordLastSet | Select-Object Name, Enabled, PasswordLastSet | Sort PasswordLastSet –Desc
SuperCharger for Windows Event Logs collection
SuperCharger for Windows Event Logs is an utility to management the forwarding and collection of Event Log data within Windows. A limited free version is available.
https://www.logbinder.com/Products/Supercharger/
ExchangeRecipientAdmin
This is an utility to manage Exchange Online Attributes stored in your local AD without Exchange Server.
https://github.com/spgoodman/ExchangeRecipientAdmin
http://practical365.com/a-new-tool-to-manage-exchange-related-attributes-without-exchange-server/