Dec 10, 2021

Mouse Jiggler

With the idea from HakByte, we wrote a similar small python utils and convert it o Windows EXE. 

This is mouse jiggler tool which prevents it from falling asleep by moving the mouse to simulate human input (bypass screensaver locking).

Then I just convert it to Windows executable with pyinstaller.

pyinstaller --onefile --noconsole mouse_jiggler.py

pyinstaller --onefile -w -f  mouse_jiggler.py

Links:

Dec 6, 2021

Linux OS for Lab21

I have shortlisted a few Linux distributions for Lab21 project. Namely a few are:

  • Ubuntu Desktop 20.04
  • Ubuntu Server 20.04
  • AlmaLinux 8.5
  • Rocky Linux 8.5


Other Linux distribution that are still under consideration:

  • Kali Linux
  • Fedora Linux
  • Centos Linux


Virtualization options:

  • VMWare Workstation for Player
  • VirtualBox

Dec 5, 2021

OpenShift and Kubernetes

 



These are the 2 videos that can explain quickly about what Kubernetes and OpenShift is.

Dec 3, 2021

Start of Lab21 Project

Today, I start my "Lab-21" project.

All the information will be documented at GitHub repository "Lab21". 


Links:

  • https://github.com/myseq/Lab21

Network Forensic Analysis Tool (NFAT)

BruteShark is a Network Forensic Analysis Tool (NFAT) that performs deep processing and inspection of network traffic (mainly PCAP files). 

It includes: password extracting, building a network map, reconstruct TCP sessions, extract hashes of encrypted passwords fo offline Brute Force attack.

Two (2) BruteShark versions are available, A GUI based application (Windows) and a Command Line Interface tool (Windows and Linux).

BruteSharkCli.gif
BruteSharkCLI


Links: