Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Sep 28, 2021
1 parent 0ea54d3 commit b1a5477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion enumeration/dirs.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func AsyncDir(urls []string, ignore []string, outputFile string, dirs map[string
resp, err := client.Get(domain)
count++
if err != nil {
fmt.Println(err)
return
}
if ignoreBool {
Expand Down
2 changes: 1 addition & 1 deletion output/intro.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Intro() {
banner2 := " ___ ___(_) | | __ _\n"
banner3 := " / __|/ __| | | |/ _` |\n"
banner4 := " \\__ \\ (__| | | | (_| |\n"
banner5 := " |___/\\___|_|_|_|\\__,_| v1.1.3\n"
banner5 := " |___/\\___|_|_|_|\\__,_| v1.1.4\n"
banner6 := " > github.com/edoardottt/scilla\n"
banner7 := " > edoardoottavianelli.it"
bannerPart1 := banner1 + banner2 + banner3 + banner4 + banner5
Expand Down

0 comments on commit b1a5477

Please sign in to comment.