-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
124 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# TAGS | ||
# grab_build.sh v8.5 | ||
# grab_build.sh v8.6 | ||
# https://github.com/ngadmini | ||
# AUTHOR | ||
# [email protected] | ||
|
@@ -22,8 +22,14 @@ if [[ -e ${_LIB} ]]; then | |
f_trp | ||
f_cnf | ||
else | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
curl -sfO https://raw.githubusercontent.com/ngadmini/Grabbing-Blacklist-for-Bind9-RPZ/master/libs/grab_library | ||
response=$? | ||
if [[ ${response} -ne 0 ]]; then | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
else | ||
exec "$0" | ||
fi | ||
fi | ||
|
||
f_stt "[2'nd] TASKs:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# TAGS | ||
# grab_cereal.sh v8.5 | ||
# grab_cereal.sh v8.6 | ||
# AUTHOR | ||
# [email protected] | ||
# https://github.com/ngadmini | ||
|
@@ -21,8 +21,14 @@ if [[ -e ${_LIB} ]]; then | |
source "${_LIB}" | ||
f_trp | ||
else | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
curl -sfO https://raw.githubusercontent.com/ngadmini/Grabbing-Blacklist-for-Bind9-RPZ/master/libs/grab_library | ||
response=$? | ||
if [[ ${response} -ne 0 ]]; then | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
else | ||
exec "$0" | ||
fi | ||
fi | ||
|
||
f_stt "[3'th] TASKs:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# TAGS | ||
# grab_config v8.5 | ||
# grab_config v8.6 | ||
# https://github.com/ngadmini | ||
# AUTHOR | ||
# [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# TAGS | ||
# grab_duplic.sh v8.5 | ||
# grab_duplic.sh v8.6 | ||
# https://github.com/ngadmini | ||
# AUTHOR | ||
# [email protected] | ||
|
@@ -20,8 +20,14 @@ if [[ -e ${_LIB} ]]; then | |
source "${_LIB}" | ||
f_trp | ||
else | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
curl -sfO https://raw.githubusercontent.com/ngadmini/Grabbing-Blacklist-for-Bind9-RPZ/master/libs/grab_library | ||
response=$? | ||
if [[ ${response} -ne 0 ]]; then | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
else | ||
exec "$0" | ||
fi | ||
fi | ||
|
||
f_stt "[1'st] TASKs:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# TAGS | ||
# grab_http.sh v8.5 | ||
# grab_http.sh v8.6 | ||
# https://github.com/ngadmini | ||
# AUTHOR | ||
# [email protected] | ||
|
@@ -22,8 +22,14 @@ if [[ -e ${_LIB} ]]; then # sourcing to grab_library | |
source "${_LIB}" | ||
f_trp | ||
else | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
curl -sfO https://raw.githubusercontent.com/ngadmini/Grabbing-Blacklist-for-Bind9-RPZ/master/libs/grab_library | ||
response=$? | ||
if [[ ${response} -ne 0 ]]; then | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
else | ||
exec "$0" | ||
fi | ||
fi | ||
|
||
clear | ||
|
@@ -38,9 +44,9 @@ ar_pac=() | |
|
||
declare -A ar_num # numeric value | ||
ar_num[ar_txt]=1 # index's position of: ipv4 category is no.1 at ar_txt | ||
ar_num[ar_shn]=0 # grab_regex is no.0 at ar_shn | ||
ar_num[ar_url]=22 # number of lines: grab_urls | ||
ar_num[ar_reg]=4 # grab_regex | ||
ar_num[ar_shn]=0 #+ grab_regex is no.0 at ar_shn | ||
ar_num[ar_url]=22 # fixed number of lines: grab_urls | ||
ar_num[ar_reg]=4 #+ grab_regex | ||
|
||
# requirement inspection | ||
printf "${_pre} %-63s" "check required debian-packages in local-host: $(hostname -I)" | ||
|
@@ -127,7 +133,8 @@ f_fip "${ar_txt[5]}" "${ar_dmn[1]}" "${ar_cat[1]^^}" | |
f_sm7 "${ar_cat[0]}" 2 | ||
f_sm6 0 "${ar_uri[0]}"; f_do # done while initializing category | ||
f_sm6 6 "${ar_uri[6]}"; f_add "${ar_url[6]}" | _grp -v '^#' >> "${ar_dmn[0]}"; f_do | ||
f_out "${ar_dmn[0]}" "${ar_txt[5]}" # fixing false and bad entries | ||
# fixing false and bad entries | ||
f_out "${ar_dmn[0]}" "${ar_txt[5]}" | ||
f_fix "${ar_cat[0]}" "${ar_dmn[0]}" "${ar_reg[0]}" "${ar_reg[1]}" "${ar_txt[0]}" | ||
f_fip "${ar_txt[0]}" "${ar_dmn[1]}" "${ar_cat[1]^^}" | ||
|
||
|
@@ -142,7 +149,7 @@ f_fip "${ar_txt[4]}" "${ar_dmn[1]}" "${ar_cat[1]^^}" | |
# category: PUBLICITE --> ${ar_cat[3]} with 5 additional entries: ${ar_url[3,8..11]} | ||
# contents: ad domains | ||
f_sm7 "${ar_cat[3]}" 5 | ||
f_sm6 3 "${ar_uri[3]}";f_do # done while initializing category | ||
f_sm6 3 "${ar_uri[3]}"; f_do # done while initializing category | ||
for G in {8..11}; do | ||
f_sm6 "${G}" "${ar_uri[G]}"; f_add "${ar_url[G]}" | _grp -v "^#" >> "${ar_dmn[3]}"; f_do | ||
done # fixing false and bad entries | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# TAGS | ||
# grab_library v8.5 | ||
# grab_library v8.6 | ||
# https://github.com/ngadmini | ||
# AUTHOR | ||
# [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# TAGS | ||
# grab_rsync.sh v8.5 | ||
# grab_rsync.sh v8.6 | ||
# https://github.com/ngadmini | ||
# AUTHOR | ||
# [email protected] | ||
|
@@ -21,8 +21,14 @@ if [[ -e ${_LIB} ]]; then | |
f_trp | ||
f_cnf | ||
else | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
curl -sfO https://raw.githubusercontent.com/ngadmini/Grabbing-Blacklist-for-Bind9-RPZ/master/libs/grab_library | ||
response=$? | ||
if [[ ${response} -ne 0 ]]; then | ||
printf "[FAIL] %s notFOUND\n" "${_LIB##*/}" | ||
exit 1 | ||
else | ||
exec "$0" | ||
fi | ||
fi | ||
|
||
f_stt "[4'th] TASKs:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
; generate at Thu 2022-12-29 20:57:15 WIB by grab_build.sh v8.5 | ||
; generate at Sat 2022-12-31 10:16:35 WIB by grab_build.sh v8.6 | ||
; | ||
bondage-sex-photo.blogspot.am CNAME . | ||
*.bondage-sex-photo.blogspot.am CNAME . | ||
bondage-sex-photo.blogspot.ba CNAME . | ||
*.bondage-sex-photo.blogspot.ba CNAME . | ||
bondage-sex-photo.blogspot.be CNAME . | ||
*.bondage-sex-photo.blogspot.be CNAME . | ||
bondage-sex-photo.blogspot.bg CNAME . | ||
*.bondage-sex-photo.blogspot.bg CNAME . | ||
bondage-sex-photo.blogspot.ca CNAME . | ||
*.bondage-sex-photo.blogspot.ca CNAME . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
; generate at Thu 2022-12-29 20:57:15 WIB by grab_build.sh v8.5 | ||
; generate at Sat 2022-12-31 10:16:35 WIB by grab_build.sh v8.6 | ||
; | ||
erica-lightspeed-nude.blogspot.sg CNAME . | ||
*.erica-lightspeed-nude.blogspot.sg CNAME . | ||
erica-lightspeed-nude.blogspot.si CNAME . | ||
*.erica-lightspeed-nude.blogspot.si CNAME . | ||
erica-lightspeed-nude.blogspot.sk CNAME . | ||
*.erica-lightspeed-nude.blogspot.sk CNAME . | ||
erica-lightspeed-nude.blogspot.sn CNAME . | ||
*.erica-lightspeed-nude.blogspot.sn CNAME . | ||
erica-lightspeed-nude.blogspot.tw CNAME . | ||
*.erica-lightspeed-nude.blogspot.tw CNAME . | ||
erica-lightspeed-nude.blogspot.ug CNAME . | ||
*.erica-lightspeed-nude.blogspot.ug CNAME . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
; generate at Thu 2022-12-29 20:57:15 WIB by grab_build.sh v8.5 | ||
; generate at Sat 2022-12-31 10:16:35 WIB by grab_build.sh v8.6 | ||
; | ||
highlanders-cafe12.blogspot.co.za CNAME . | ||
*.highlanders-cafe12.blogspot.co.za CNAME . | ||
highlanders-cafe12.blogspot.com CNAME . | ||
*.highlanders-cafe12.blogspot.com CNAME . | ||
highlanders-cafe12.blogspot.com.au CNAME . | ||
*.highlanders-cafe12.blogspot.com.au CNAME . | ||
highlanders-cafe12.blogspot.com.br CNAME . | ||
*.highlanders-cafe12.blogspot.com.br CNAME . | ||
highlanders-cafe12.blogspot.fr CNAME . | ||
*.highlanders-cafe12.blogspot.fr CNAME . | ||
highlanders-cafe12.blogspot.hk CNAME . | ||
*.highlanders-cafe12.blogspot.hk CNAME . | ||
highlanders-cafe12.blogspot.hr CNAME . | ||
*.highlanders-cafe12.blogspot.hr CNAME . | ||
highlanders-cafe12.blogspot.hu CNAME . | ||
*.highlanders-cafe12.blogspot.hu CNAME . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
; generate at Thu 2022-12-29 20:57:15 WIB by grab_build.sh v8.5 | ||
; generate at Sat 2022-12-31 10:16:35 WIB by grab_build.sh v8.6 | ||
; | ||
mature-hot-ladies.blogspot.com.ng CNAME . | ||
*.mature-hot-ladies.blogspot.com.ng CNAME . | ||
mature-hot-ladies.blogspot.com.tr CNAME . | ||
*.mature-hot-ladies.blogspot.com.tr CNAME . | ||
mature-hot-ladies.blogspot.com.uy CNAME . | ||
*.mature-hot-ladies.blogspot.com.uy CNAME . | ||
mature-hot-ladies.blogspot.cz CNAME . | ||
*.mature-hot-ladies.blogspot.cz CNAME . | ||
mature-hot-ladies.blogspot.co.nz CNAME . | ||
*.mature-hot-ladies.blogspot.co.nz CNAME . | ||
mature-hot-ladies.blogspot.co.uk CNAME . | ||
*.mature-hot-ladies.blogspot.co.uk CNAME . | ||
mature-hot-ladies.blogspot.co.za CNAME . | ||
*.mature-hot-ladies.blogspot.co.za CNAME . | ||
mature-hot-ladies.blogspot.com CNAME . | ||
*.mature-hot-ladies.blogspot.com CNAME . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
; generate at Thu 2022-12-29 20:57:15 WIB by grab_build.sh v8.5 | ||
; generate at Sat 2022-12-31 10:16:35 WIB by grab_build.sh v8.6 | ||
; | ||
pornvl18.blogspot.in CNAME . | ||
*.pornvl18.blogspot.in CNAME . | ||
pornvl18.blogspot.is CNAME . | ||
*.pornvl18.blogspot.is CNAME . | ||
pornvl18.blogspot.it CNAME . | ||
*.pornvl18.blogspot.it CNAME . | ||
pornvl18.blogspot.jp CNAME . | ||
*.pornvl18.blogspot.jp CNAME . | ||
pornvl18.blogspot.hk CNAME . | ||
*.pornvl18.blogspot.hk CNAME . | ||
pornvl18.blogspot.hr CNAME . | ||
*.pornvl18.blogspot.hr CNAME . | ||
pornvl18.blogspot.hu CNAME . | ||
*.pornvl18.blogspot.hu CNAME . | ||
pornvl18.blogspot.ie CNAME . | ||
*.pornvl18.blogspot.ie CNAME . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
; generate at Thu 2022-12-29 20:57:15 WIB by grab_build.sh v8.5 | ||
; generate at Sat 2022-12-31 10:16:35 WIB by grab_build.sh v8.6 | ||
; | ||
sultanbetgirisadresimiz.blogspot.co.ke CNAME . | ||
*.sultanbetgirisadresimiz.blogspot.co.ke CNAME . | ||
sultanbetgirisadresimiz.blogspot.co.nz CNAME . | ||
*.sultanbetgirisadresimiz.blogspot.co.nz CNAME . | ||
sultanbetgirisadresimiz.blogspot.co.uk CNAME . | ||
*.sultanbetgirisadresimiz.blogspot.co.uk CNAME . | ||
sultanbetgirisadresimiz.blogspot.co.za CNAME . | ||
*.sultanbetgirisadresimiz.blogspot.co.za CNAME . | ||
sultanbetgirisadresimiz.blogspot.com CNAME . | ||
*.sultanbetgirisadresimiz.blogspot.com CNAME . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.