Skip to content

Commit ca5f57a

Browse files
Merge pull request #3 from remonsec
Update QuickXSS.sh
2 parents eb94595 + cd3755b commit ca5f57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuickXSS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ cat $1.txt | gf xss | sed 's/=.*/=/' | sed 's/URL: //' | tee $1_temp_xss.txt
3030

3131
sort $1_temp_xss.txt | uniq | tee $1_xss.txt
3232

33-
dalfox file $1_xss.txt pipe -b tigv2.xss.ht
33+
dalfox file $1_xss.txt pipe -b $2

0 commit comments

Comments
 (0)