Namespace Kuestenlogik.Bowire.Oast.Server
Classes
- BowireOastEndpoints
The HTTP half of
bowire oast serve(#35 Phase 2f): the register / poll / deregister API plus the catch-all that records HTTP callbacks.
- BowireOastServer
bowire oast serve— the out-of-band interaction server (#35 Phase 2f). Runs the DNS + HTTP callback catchers and the register/poll API, wire-compatible with the interactsh protocol.
- OastInteractionStore
The server's session + interaction registry (#35 Phase 2f). Sessions are keyed by correlation id — the first 20 characters of a callback host — which is how a DNS query for
<corr><nonce>.oast.example.comis routed back to the client that planted it.
- OastServeOptions
Options for
bowire oast serve.