Wednesday, January 21, 2026

Tools

[1] extract endpoints/URLs https://github.com/s0md3v/Diggy/tree/master

[2] alternative to nmap https://github.com/s0md3v/Smap

 

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...