File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
30
30
- name : Install gowitness
31
31
run : go install github.com/sensepost/gowitness@latest
32
32
33
- - name : Get 50 URLs
33
+ - name : Get 100 URLs
34
34
run : |
35
35
curl -qfsSL "https://raw.githubusercontent.com/Azathothas/CertStream-Domains/main/Data/np_ccTLDs/certstream_domains_np_all_24h_httpx.txt" |
36
36
awk '/http/ {print $1}' |
37
37
sort -u |
38
- head -n 50 > urls.txt
38
+ head -n 100 > urls.txt
39
39
40
40
- name : Install hxn
41
41
run : cargo install hxn
42
42
43
43
- name : Bench gowitness with hxn
44
44
run : |
45
- hyperfine --warmup 3 'hxn -f urls.txt -t 50 --timeout 500' 'gowitness -F --timeout 500 file urls.txt'
45
+ hyperfine --warmup 3 'hxn -f urls.txt -t 50 --timeout 500 -o hxnshots ' 'gowitness -F --timeout 500 file -f urls.txt --debug --screenshot-path gowithnessshots' -N
You can’t perform that action at this time.
0 commit comments