TomNomNom
TomNomNom
@jspashett Ah, I wasn't very clear about what I meant there sorry! I think your option `(a)` is the right approach, but I was thinking more about how I would...
In that case you would need to specify every single port. I'd suggest using a dedicated port scanner such as nmap in that situation as it'd be much faster :)
Hey! I think your Go installation is a bit messed up. Specifically I think `$GOROOT` may be set to the wrong value (and/or you're using a very old version of...
Hi! Thanks for raising an issue! :) I'm afraid this is 100% intended behaviour and I don't consider it to be a problem. Web servers often behave differently on HTTP...
Hi @danielmiessler! Thanks for raising an issue! To help me diagnose, can you tell me what the output of `gf -list` is?
@storenth where are your patterns stored? They should be in `~/.config/gf` or `~/.gf/`
Would also be nice to have an 'edit mode' that launched `$EDITOR ~/.gf/.json`
There's no option to do it at the moment, but it shouldn't be too hard to add. I'll add it to the backlog :)
Hello! That's a thought. I think that would be useful, but I don't want to go too far in to adding features all in one tool. It *is* a bit...
Most of the analysis I do on the output files is done with standard linux tools, so I haven't really thought so much about this kind of thing yet. To...