This file contains hidden or 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
| import requests as rq | |
| import bs4 | |
| def main(): | |
| for char1 in range(ord('a'), ord('z')+1): | |
| for char2 in range(ord('a'), ord('z')+1): | |
| for char3 in range(ord('a'), ord('z')+1): | |
| domain = "ic{}{}{}.org".format( | |
| chr(char1), chr(char2), chr(char3)) |
This file contains hidden or 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 Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:779b10075fda5256379f253691f741e9d429ce46] |
This file contains hidden or 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 Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:779b10075fda5256379f253691f741e9d429ce46] |
NewerOlder