| Home | Getting Started | Commands | Concepts | Data Sets | Tools |
Practical scripts for DO-based automation.
Example do.rc for a home server:
# Runs kore -s on 5hell launch, pulls logs from proxies, and clears them, then goes through proxies to endpoint
kore -s
kraken -l
prox
Setup:
|> clipa 0 | rnip 11 | enum | enum -s | do
Script body:
clipa | enum | probe
clipa ++
Result:
Creates 11 random IPs, enumerates them, then probes each target using clipboard-driven iteration.
Setup:
|> clipa 1 | ls -a /lib | enum | enum -s | do
Script body:
clipa | enum | db -l
clipa ++
Result:
Enumerates /lib files and runs db -l across each entry. The final error is expected due to an extra blank line from ls.
All commands are valid, but interactive commands still require interaction.