nmap_cheatsheet.md
I used zapgpt to create a nmap cheat sheet that you too can follow. Just follow the following steps:
Fist save the output of nmap help command to a file. You can also try with nmap man page but that is too huge :(
|
|
Now you have the nmap help output, you can use zapgpt to create the cheatsheet :
|
|
This will provide you with a text file and how to convert the text to pdf file. I had to use the following commands for converting the tex file to pdf.
Continue readingConvert Man Pages to ASCII, HTML, Markdown, and PDF (Groff + Pandoc)
Man pages don’t have to stay trapped in your terminal. Here are the clean, reliable ways to convert any man page to ASCII/text, HTML, Markdown, or PDF—with one-liners and gotchas covered. Continue readingAbusing Active Directory Certificate Services with Certipy: From Initial Access to Beyond Root
This post covers an alternative attack path in an Active Directory lab using AD CS misconfigurations. It walks through Certipy-based enumeration, certificate abuse, domain escalation, and advanced post-compromise recon beyond Domain Admin. Continue readingBuilding and Breaking a Vulnerable Active Directory Lab: Full Exploitation Walkthrough
This post shows how to build a vulnerable Active Directory lab and then exploit it step by step, with real commands, real attack paths, and real lessons. Continue readingRun a Local LLM API Server with vLLM (OpenAI-Compatible, Fast, and Simple)
Step-by-step: create a uv virtualenv, install vLLM with the right torch backend, and launchvllm serve to get an OpenAI-compatible local API endpoint.
Continue reading