Recent Books
Postgres Database
Winrm
Certificates
System Center Operations Manager (SCOM) 2025
Docker Notes
How to use docker
Linux Advance
Kali Linux
This is for Kali Linux
Words that teach us how to live
Open WebUI
Installing Open WebUI on Linux Machines
Interesting Websites
List of websites of interest
Vulnerable Machines with solutions
Solutions for vulnerable machines
Try Hack Me Write-ups
Solutions to some Try Hack Me
Recently Updated Pages
How to change the password of the user postgres
Method 1: Using psql (most common) Connect to PostgreSQL and run: sql ...
Install ppostgress in Debian and Ubuntu Linux
On Linux, after a fresh install (apt install postgresql, dnf install postgresql-server, etc.): ...
Postgres Database Manager
This is a script to manage the postgres database. pgmanager.py #!/usr/bin/env python3 """ Pos...
Enable winrm on windows server
Fix: Enable WinRM on the Windows Server You need to run these commands on the Windows Server its...
Winrm Active Directory Diagnostics using HTTPS
winrm_https_diag.py #!/usr/bin/env python3 """ WinRM/HTTPS diagnostic — run this when winrm_ad...
Winrm Active Directory Enumeration using HTTP (5985)
winrm_ad_enum-py #!/usr/bin/env python3 """ WinRM Active Directory Object Enumerator (HTTP-onl...
Winrm Acrtive Directory Enumeration
winrm_ad_enum.py #!/usr/bin/env python3 """ WinRM Active Directory Object Enumerator (HTTPS-on...
How to enable winrm in windows
Part 1 — Enable WinRM on HTTP (port 5985) This is the easy part. Run PowerShell as Administrator...
Test WinRM Connectivity on both HTTP (5985) and HTTPS (5986)
Script to test: winrm_ad-test.py #!/usr/bin/env python3 """ WinRM Connectivity Tester and Act...
Try Hack Me/Mouse Trap
Try Hack Me / Mouse Trap by: alfreddgreat root@ip-10-10-123-135:~# nmap -sS -sC -sV...