Thursday, December 1, 2022
Remove personal details from a file within Windows 11
Hetzner
Hetzner is a Germany company that offers web hosting and cloud servers.
https://www.hetzner.com/
Action1
Tuesday, November 1, 2022
Cozzi Tools
PECmd
MHDDoS
MHDDoS is a DoS Script with several different methods available.
https://github.com/MatrixTM/MHDDoS
Cobian Reflector
Cobian Reflector is a free backup utility that can use FTP or SFTP as a destination.
https://www.cobiansoft.com/cobianbackup.html
https://4sysops.com/archives/cobian-backup-revived-cobian-reflector/
Monkey365
Wednesday, October 5, 2022
Patch Tuesday web site
Chainsaw
Tailscale
ReviewMeta.com
ReviewMeta is a web site that attempts to highlight bogus Amazon product reviews.
https://reviewmeta.com/
PersistenceSniper
Project Discovery
Thursday, September 1, 2022
ImageGlass
VLANPWN
ChoEazyCopy
Smap
arping
Monday, August 1, 2022
Use the command line to determine the number of memory slots with Windows
SilentHound
ChromeOS Flex
Breath
3D Pinball
The original Microsoft 3D Pinball game has been ported to several platforms.
https://www.howtogeek.com/815285/you-can-now-play-3d-pinball-from-windows-on-nearly-anything/
https://alula.github.io/SpaceCadetPinball/
Friday, July 1, 2022
Minicom for Linux
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/
QuickBuck
White noise within iOS
Sunday, May 1, 2022
LLMNR within Linux
Tunnelup.com
AssaultCube
AssaultCube is a free multiplayer first-person shooter game. It is available for Windows, Mac, and Linux.
https://assault.cubers.net/
Impacket
365Inspect
Jfscan
WinfrGUI
Saturday, April 2, 2022
Get-VolumeCorruptionCount
CrowdSec
AADInternals PowerShell Module
PSReadLine
SophiApp
Options for Java Run-Time clients
Tuesday, March 1, 2022
Caddy web server
Caddy 2 is an open source web server with automatic HTTPS written in Go.
https://caddyserver.com/
https://vninja.net/2022/01/28/caddy-a-couple-of-use-cases/
https://www.cloudsavvyit.com/15517/how-to-deploy-a-caddy-web-server-with-docker/
Espionage
Espionage is a network packet and traffic interceptor For Linux.
https://www.kitploit.com/2022/02/espionage-network-packet-and-traffic.html
https://github.com/MandConsultingGroup/Espionage
https://medium.com/@jshschiavone/intercepting-network-traffic-with-the-espionage-packet-sniffer-9af8aa86e45e
Wslu
Wslu is a collection of utilities for Windows 10 Linux Subsystem.
https://www.kitploit.com/2022/02/wslu-collection-of-utilities-for.html
https://github.com/wslutilities/wslu
DVD Store 3
Cros.Tech
BruteShark
Saturday, February 5, 2022
SMART utility for Linux
smem for Linux
Tuesday, February 1, 2022
RCLocals
RCLocals analyzes all Linux startup entries similar to how AutoRuns displays information for Windows.
https://github.com/YJesus/RCLocals
Method to display Wi-Fi password within Windows
Sports.tv
ESET SysInspector
SysmonSimulator
SysmonSimulator is an open source Windows event simulation utility designed to generate attack data for the relevant Sysmon Event IDs.
https://github.com/ScarredMonk/SysmonSimulator
Scanning Made Easy (SME) NMAP scripts
Tactical RMM
Tactical RMM is a remote monitoring & management tool for Windows computers built with Django and Vue.
https://github.com/wh1te909/tacticalrmm
https://4sysops.com/archives/tactical-rmm-open-source-remote-monitoring-and-management-for-windows/
Saturday, January 1, 2022
How to disable the V8 JavaScript engine’s JIT compiler within Edge
Starting with Edge version 96, an option is available to disable the V8 JavaScript engine’s JIT compiler. This will impact performance with sites that use a large amount of JavaScript but it should improve overall security, as a large number of past security issues are related to the JIT.
https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/
https://www.reviewgeek.com/104171/microsoft-edge-gets-a-super-duper-secure-mode-heres-how-to-enable-it/
PowerShell command to display SMART hard drive failure status
To check local drives for a SMART notification of a potential drive failure, use the following command:
Get-WMIObject -NameSpace root\wmi -class MSStorageDriver_FailurePredictStatus | Select-Object PredictFailure, Reason
iVerify app for iOS
VUit
Use WMI commands to obtain information on memory
Windows 10 start up folders
To access the startup folders within Windows 10, use the following commands:
User Account -> shell:startup
All Users -> shell:common startup