sto-ic

Results 2 comments of sto-ic

Just came across this issue and took a look at source. The URLScanConfig struct expects a host and apikey under the urlscan table (mapstructure tags) See: https://github.com/lc/gau/blob/bfc58a0aae892d09aa420844fa7759b7f01b71dd/runner/flags/flags.go#L23C1-L26C2 https://github.com/lc/gau/blob/bfc58a0aae892d09aa420844fa7759b7f01b71dd/pkg/providers/providers.go#L18C1-L22C1 This should...

Installing libpcap-dev fixes the issue, yes, but when trying to install all tools with -ia the SEGFAULT is still present. Running ```sh strace /home/anon/go/bin/pdtm -bp /home/anon/go/bin -ia | tee strace_pdtm...