Fixed duplicate insertions into the filtered database.

This commit is contained in:
2024-11-27 15:53:00 +01:00
parent 7ad691c439
commit f02203c14c
9 changed files with 39 additions and 18 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
curl -k -vvI -m 10 https://"$1" &> 443Header.txt
curl -k -vvI -m 10 https://"$1" &> "$2"
+2 -1
View File
@@ -1,3 +1,4 @@
#!/bin/bash
curl -k -vvI -m 10 http://"$1" &> 80Header.txt
curl -k -vvI -m 10 http://"$1" &> "$2"
#80Header.txt