Skip to content

Instantly share code, notes, and snippets.

@leoloobeek
leoloobeek / _Instructions_Reproduce.md
Created April 29, 2020 11:53
GhostLoader - AppDomainManager - Injection - 攻壳机动队

GhostLoader Steps :)

1. Create C:\Tools
2. Copy Some .NET, any .NET binary to C:\Tools
3. In this example, we use FileHistory.exe, but any .NET app will do.
4. Ensure FileHistory.exe.config is in the same path
5. Execute C:\Tools\FileHistory.exe
@leoloobeek
leoloobeek / main.go
Last active September 14, 2021 02:57
Quick 'n dirty script to match Amass results with in-scope networks
package main
// go run main.go -amass amass.json -scope scope.txt
import (
"bufio"
"encoding/json"
"flag"
"fmt"
"net"