Module: Aikido::Zen::Sinks::Socket
- Defined in:
- lib/aikido/zen/sinks/socket.rb
Overview
We intercept IPSocket.open to hook our DNS checks around it, since there’s no way to access the internal DNS resolution that happens in C when using the socket primitives.
Defined Under Namespace
Modules: IPSocketExtensions
Constant Summary collapse
- SINK =
Sinks.add("socket", scanners: [ Aikido::Zen::Scanners::StoredSSRFScanner, Aikido::Zen::Scanners::SSRFScanner ])