A Go CLI tool that uses the OAST service at odiss.eu to generate an OAST domain and monitor it for pings.
- π Automatic registration with the odiss.eu BOAST service
- π Generates unique OAST domains for testing
- π Real-time monitoring for DNS/HTTP interactions
- π Detailed output showing request information and source IPs
- β‘ Fast polling (5-second intervals) for immediate feedback
-
Build the tool:
go build -o goast . -
Run the tool:
./goast # Full spooky experience with colors ./goast -n # No colors, clean output for logging
-
Use the generated domain: The tool will output a unique domain like
abc123def.odiss.eu. You can now:- Make HTTP requests to subdomains:
http://test.abc123def.odiss.eu - Trigger DNS lookups:
nslookup abc123def.odiss.eu - Use in payloads for SSRF, XXE, or other out-of-band testing
- Make HTTP requests to subdomains:
-
Monitor interactions: The tool will continuously monitor and display any interactions with your domain, including:
- Source IP address
- Timestamp
- Request type (DNS, HTTP)
- Full request details