Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit a3c83bc

Browse files
authored
Update gxss.go
1 parent 18291ec commit a3c83bc

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

gxss.go

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ func main() {
4040
flag.BoolVar(&v, "v", false, "Verbose mode")
4141
flag.Parse()
4242

43+
if v == true {
44+
fmt.Println(`
45+
_____ __ __ _____ _____
46+
| __| | | __| __|
47+
| | |- -|__ |__ |
48+
|_____|__|__|_____|_____|
49+
50+
0.1 - @KathanP19
51+
`)
52+
}
53+
4354
if p != "" {
4455

4556
s := spinner.New(spinner.CharSets[9], 100*time.Millisecond) // Build our new spinner
@@ -78,14 +89,6 @@ func testxss(p string, v bool) {
7889
link := scanner.Text()
7990
u, _ := url.Parse(link)
8091
if v == true {
81-
fmt.Println(`
82-
_____ __ __ _____ _____
83-
| __| | | __| __|
84-
| | |- -|__ |__ |
85-
|_____|__|__|_____|_____|
86-
87-
v0.1 - @KathanP19
88-
`)
8992
fmt.Println("[+] Testing URL : " + link)
9093
}
9194
q, _ := url.ParseQuery(u.RawQuery)

0 commit comments

Comments
 (0)