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 | |
| import time | |
| import sys | |
| import itertools | |
| import string | |
| def generate_combinations(pattern, partial_known): | |
| """ | |
| Generate all possible combinations based on the pattern and partially known string. | |
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
| #!/bin/bash | |
| function error { | |
| echo -e "\e[91m$1\e[39m" | |
| exit 1 | |
| } | |
| while true;do | |
| #exit if multiple scripts running |