Skip to content

Commit

Permalink
chore: -
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Jul 24, 2021
1 parent f5fd195 commit 4bc7931
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -19,21 +19,21 @@ This will display help for the tool.
___(_) __ _ _ _ _ __| |/ _(_)_ __ __| |___ / _ __
/ __| |/ _` | | | | '__| | |_| | '_ \ / _` | |_ \| '__|
\__ \ | (_| | |_| | | | | _| | | | | (_| |___) | |
|___/_|\__, |\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v1.1.0
|___/_|\__, |\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v1.2.0
|___/
USAGE:
sigurlfind3r [OPTIONS]
OPTIONS:
-d, --domain domain to fetch urls for
-es, --exclude-sources comma(,) separated list of sources to exclude
-f, --filter URL filtering regex
-is, --include-subs include subdomains' urls
-ls, --list-sources list all the available sources
-nc, --no-color no color mode
-s, --silent silent mode: output urls only
-us, --use-sources comma(,) separated list of sources to use
-d, --domain domain to fetch urls for
-eS, --exclude-sources comma(,) separated list of sources to exclude
-f, --filter URL filtering regex
-iS, --include-subs include subdomains' urls
-lS, --list-sources list all the available sources
-nC, --no-color no color mode
-s --silent silent mode: output urls only
-uS, --use-sources comma(,) separated list of sources to use
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion cmd/sigurlfind3r/main.go
Expand Up @@ -27,7 +27,7 @@ func banner() {
___(_) __ _ _ _ _ __| |/ _(_)_ __ __| |___ / _ __
/ __| |/ _`+"`"+` | | | | '__| | |_| | '_ \ / _`+"`"+` | |_ \| '__|
\__ \ | (_| | |_| | | | | _| | | | | (_| |___) | |
|___/_|\__, |\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v1.1.0
|___/_|\__, |\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v1.2.0
|___/
`).Bold())
}
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Expand Up @@ -43,7 +43,7 @@ type Options struct {

// ParseCLIOptions parse the command line flags and read config file
func ParseCLIOptions(options *CLIOptions) (parsedOptions *Options, err error) {
version := "1.1.0"
version := "1.2.0"

directory, err := os.UserHomeDir()
if err != nil {
Expand Down

0 comments on commit 4bc7931

Please sign in to comment.