Exploit Notes is sticky notes for pentesting.
Search hacking techniques and tools for penetration testings, bug bounty, CTF.
git clone https://github.com/hideckies/exploit-notes.git cd exploit-notes python3 -m venv .venv source .venv/bin/activate pip3 install -r requirements.txt pip install --upgrade pip setuptools wheel pip install "mkdocs-material[imaging]" mkdocs serve