Upload and Download with Built in OS Tools
Last updated
Last updated
π§ The term "Living off the Land" was coined by @obscuresec & @mattifestation and refers to leveraging built-in binaries on Windows and Linux to perform tasks like:
π€ Uploads
π₯ Downloads
βοΈ Execution
π File access
π Bypasses
π‘ This stealthy technique reduces the need for external tools β which helps evade EDRs, AVs, and logging solutions.
A catalog of Living off the Land Binaries And Scripts for Windows.
A curated list of Unix binaries that can be abused by attackers or red teamers.
Use filters like:
/download
/upload
+file read
+file write
certreq.exe
(LOLBAS)From the target system:
This sends win.ini
to our attack server. We catch it with:
π Copy-paste the contents from the netcat listener!
β οΈ Heads-up: Some versions of certreq.exe
do not support the -Post
parameter. Use an updated version if needed.
β File received securely over SSL without any need for web servers or wget/curl.
Transfers files silently using BITS, which mimics legit system update behavior.
More advanced, supports proxies and credentials π΅οΈββοΈ
Originally used for certs⦠now a defacto
wget
for red teamers.
β οΈ AMSI may flag this! Useful in lab environments or bypass testing.