Skip to content

Instantly share code, notes, and snippets.

View RajChowdhury240's full-sized avatar
💻
just another learner

Raj Chowdhury RajChowdhury240

💻
just another learner
  • Confidential
  • $ aws sts get-caller-identity
  • 15:12 (UTC +10:00)
View GitHub Profile
https://fzl-aws.notion.site/ShadowGate-HackSmarter-LAB-Using-NXC-Only-35cb231ab1b68011ada5ef6519a40aab
@RajChowdhury240
RajChowdhury240 / writeup.md
Created May 10, 2026 11:17
ShadowGate Writeup

ShadowGate — HackSmarter Writeup

Target: 10.0.20.33 (DC01.shadow.gate) Domain: shadow.gate Forest functional level: 2016 (Win Server 2022 Build 20348) Attacker IP: 10.200.55.33 (utun4 VPN) Date: 2026-05-10


⏺ gifski Usage

From a video file:

Basic: convert video to GIF

gifski -o output.gif video.mp4

Resize to max 640px wide

gifski -o output.gif -W 640 video.mp4

https://excalidraw.com/#json=3Cp7T04J-sCvL1HMhJ3b1,tW8XiCaq7mdoo8KDn70KQQ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Infrastructure Architecture Diagram</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }