This commit is contained in:
astatin3
2024-07-07 11:05:00 -06:00
parent a8df9ede0a
commit 3377dd7e9a
5 changed files with 73692 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
with open("./ips_1.txt") as f:
lines = f.readlines()
for line in lines:
print(line.split("/")[1].split(":")[0].rstrip())