Skip to content

Commit 9623359

Browse files
authored
Merge pull request #253 from edoardottt/devel
v0.0.7
2 parents 803039c + 4bb09e4 commit 9623359

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ update:
1515
lint:
1616
@golangci-lint run
1717

18-
linux:
19-
@go build -o favirecon ./...
18+
build:
19+
@go build ./cmd/favirecon/
2020
@sudo mv favirecon /usr/local/bin/
2121
@echo "Done."
2222

23-
unlinux:
23+
clean:
2424
@sudo rm -rf /usr/local/bin/favirecon
2525
@echo "Done."
2626

pkg/output/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "github.com/projectdiscovery/gologger"
1212
var printed = false
1313

1414
const (
15-
Version = "v0.0.6"
15+
Version = "v0.0.7"
1616
banner = ` ____ _
1717
/ __/___ __ __(_)_______ _________ ____
1818
/ /_/ __ ` + `\/ | / / / ___/ _ \/ ___/ __ \/ __ \

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ summary: Use favicon.ico to improve your target recon phase
33
description: |
44
Use favicon.ico to improve your target recon phase.
55
Quickly detect technologies, WAF, exposed panels, known services.
6-
version: 0.0.6
6+
version: 0.0.7
77
grade: stable
88
base: core20
99

0 commit comments

Comments
 (0)