Skip to content

Instantly share code, notes, and snippets.

@diogodanielsoaresferreira
Created December 7, 2019 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogodanielsoaresferreira/36036a90459a5f722c7f374f546e6060 to your computer and use it in GitHub Desktop.
Save diogodanielsoaresferreira/36036a90459a5f722c7f374f546e6060 to your computer and use it in GitHub Desktop.
for i in range(1, 100000):
if not bloom_filter.check_is_not_in_filter(base_ip + str(i)):
print(base_ip+str(i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment