Skip to content

Commit

Permalink
docs: update scan credits
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodCoder666 committed Oct 17, 2024
1 parent 007eb6a commit 2bd76f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ class ScanThread(QThread):
foundAvailable = Signal(str)
progressUpdate = Signal(int)

# https://repo.or.cz/gscan_quic.git/blob/89e4b91eb3642b12f7665f7a9f4fa33c403fc318:/iprange_gws_b.txt
# Credits:
# https://codeberg.org/antigng/gscan_quic/src/branch/master/iprange

net_default = IPv4Network('142.250.0.0/15')
ipv4_extend = [
IPv4Network('108.177.0.0/17'),
Expand All @@ -95,7 +97,6 @@ class ScanThread(QThread):
IPv4Network('74.125.0.0/16')
]

# https://repo.or.cz/gscan_quic.git/blob/89e4b91eb3642b12f7665f7a9f4fa33c403fc318:/iprange_gws_6_a.txt
ipv6_extend = [
IPv6Network('2404:6800:4008:c15::0/112'),
IPv6Network('2a00:1450:4001:802::0/112'),
Expand Down

0 comments on commit 2bd76f0

Please # to comment.