Skip to content

Commit

Permalink
Merge branch 'main' into dev-autosort-lists
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen authored Jun 24, 2024
2 parents 6e3f277 + 44871aa commit 4493015
Show file tree
Hide file tree
Showing 11 changed files with 623 additions and 311 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Domain/URL/IP(s) where you have found the Phishing:
## Phishing Domain/URL/IP(s):
<!-- Required. Use Back ticks. -->


Expand Down
144 changes: 144 additions & 0 deletions .pyfunceble/.PyFunceble.overwrite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
cli_decoding:
adblock: false
aggressive: false
rpz: false
wildcard: false
cli_testing:
autocontinue: true
chancy_tester: false
cidr_expand: false
complements: false
cooldown_time: 0.0
days_between:
db_clean: 28
db_retest: 7
db_type: csv
display_mode:
all: true
colour: true
dots: false
execution_time: true
less: true
max_registrar: 0
percentage: true
quiet: false
registrar: false
simple: false
status: all
file_filter: null
file_generation:
analytic: true
hosts: false
merge_output_dirs: false
no_file: false
plain: true
unified_results: false
hosts_ip: 0.0.0.0
inactive_db: true
local_network: false
max_workers: null
mining: false
sorting_mode:
hierarchical: true
standard: true
testing_mode:
availability: true
platform_contribution: false
reputation: false
syntax: false
whois_db: false
collection:
preferred_status_origin: recommended
push: true
debug:
active: false
level: info
dns:
delay: 0.0
follow_server_order: true
protocol: UDP
server:
- 9.9.9.10
- 149.112.112.10
trust_server: true
http_codes:
list:
potentially_down:
- 400
- 402
- 404
- 409
- 410
- 412
- 414
- 415
- 416
- 451
potentially_up:
- 300
- 301
- 302
- 303
- 304
- 305
- 307
- 308
- 403
- 405
- 406
- 407
- 408
- 411
- 413
- 417
- 418
- 421
- 422
- 423
- 424
- 426
- 428
- 431
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 510
- 511
up:
- 100
- 101
- 102
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 226
- 429
self_managed: false
lookup:
collection: true
dns: true
http_status_code: true
netinfo: true
reputation: false
special: true
timeout: 5
whois: true
max_http_retries: 3
share_logs: false
user_agent:
browser: firefox
custom: null
platform: linux
verify_ssl_certificate: true
5 changes: 4 additions & 1 deletion IP-addr.cidr.in-addr.arpa
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# example address
# 24.1.2.0.192 # rfc:5737
32.188.34.139.235
32.52.170.83.27
32.39.210.182.5
32.173.121.148.45
32.138.121.148.45
32.144.121.148.45
6 changes: 4 additions & 2 deletions IP-addr.cidr.list
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# example address
# 192.0.2.1/24 # rfc:5737
13.67.133.60/32
20.106.143.112/32
235.139.34.188/32
27.83.170.52/32
52.229.21.156/32
5.182.210.39/32
45.148.121.173/32
45.148.121.138/32
45.148.121.144/32
5 changes: 4 additions & 1 deletion IP-addr.in-addr.arpa
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# example address
# 1.2.0.192 # rfc:5737
235.139.34.188
27.83.170.52
39.210.182.5
173.121.148.45
138.121.148.45
144.121.148.45
2 changes: 1 addition & 1 deletion IP-addr.list
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# example address
# 192.0.2.1 # rfc:5737
188.34.139.235
52.170.83.27
45.148.121.173
45.148.121.138
45.148.121.144
5.182.210.39
Loading

0 comments on commit 4493015

Please sign in to comment.