gitextract_xf2j_25a/ ├── .github/ │ └── workflows/ │ └── publish.yml ├── .gitignore ├── Dockerfile ├── LICENSE.md ├── README.md ├── examples/ │ ├── john.txt │ ├── on-count_whatismyip.py │ ├── on-regex_credential_stuffing.py │ └── on-string_bruteforce.py ├── pymultitor.py ├── requirements.txt └── setup.py