gf icon indicating copy to clipboard operation
gf copied to clipboard

A wrapper around grep, to help you grep for things

Results 55 gf issues
Sort by recently updated
recently updated
newest added

Is Possible Running gf for windows?

`gf -list` return empty !! how to install patterns on Windows ??

Example from https://0xpatrik.com/subdomain-takeover-basics/

Added a better regex pattern for identifying http get auth urls

**root@kali:~# go get -u github.com/tomnomnom/gf** package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with...

If gf is `A wrapper around grep` then you have to know that it uses PCRE lib and `/` char must be escaped

Unexpected error while executing something like `echo $string | gf urls` as part of the bash script that need sudo privileges (e.g. `massdns`). The simplest example would be:

Installing executables with 'go get' in module mode is deprecated, so we need to use 'go install' instead of 'go get'. So, updated the installation method accordingly in README document.

fatal: 'xss' does not appear to be a git repository fatal: Could not read from remote repository.

Actually `go get -u` is no longer supported, so I tried to install the package using `go install github.com/tomnomnom/gf@latest`. But after installing the package, there is no directory `src/github.com/tomnomnom/gf/examples` in...