🏠
Working from home
Pinned Loading
-
-
Script to automate VMware hosts scan...
Script to automate VMware hosts scan , useful to CTF challenges 1#!/bin/bash
23sudo arp-scan 192.168.0.0/24 > arp-scan.txt
45arp_output=$(grep "VMware, Inc." arp-scan.txt)
-
Windows cpp script to make dll injec...
Windows cpp script to make dll injection 1#include <iostream>
2#include <locale>
3#include <codecvt>
4#include <windows.h>
5#include <tlhelp32.h>
-
Small exe to practice windows api ho...
Small exe to practice windows api hooking 1#include <iostream>
2#include <conio.h>
34__declspec(noinline) void greeting()
5{
-
DLL to practice windows api hooking ...
DLL to practice windows api hooking injection 1#include "pch.h"
2#include <Windows.h>
3#include <iostream>
4#include <detours.h>
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.