This post is by a banned member (UberFuck) - Unhide
OP 30 March, 2022 - 11:32 AM
Reply
(30 March, 2022 - 05:05 AM)SirDank Wrote: Show Morengl this shit fire
gg man
Thank you.
This post is by a banned member (bijorashv3bi) - Unhide
02 April, 2022 - 06:49 PM
Reply
This post is by a banned member (ruanzinhoa) - Unhide
08 April, 2022 - 05:35 AM
Reply
This post is by a banned member (wvbz) - Unhide
19 April, 2022 - 01:34 AM
Reply
(06 March, 2022 - 02:14 AM)foxegado Wrote: Show MoreSharing some common classes and utility functions that I have reused on several projects. All code works in linux, windows, and macOS on python 3.8+ (recaptcha class implements cached property introduced in 3.8).
Here's what's included:
- Captcha.py
- Recaptcha: Base class for solving hidden ReCaptchas. * Note: this does not work for solving ReCaptchas with images
- Combos.py
- UserCombo: Base class for working with user combos.
- EmailCombo: Base class for working with email combos. Subclass of UserCombo. Functions for splitting email address to username and domain and reusing combo with a different domain.
- Both classes have functions for loading combo files, which will remove duplicates and strip any capture data; both have implementations for __hash__(), __str__(), and __eq__()
- ResultTypes.py
- ResultType: An enum class for defining return result types (ie success, failure, captcha, 2fa, etc)
- Utilities.py
- ClearScreen(): Basic function, but reused in almost every project.
- LoadJsonFile(): Basic function to just read a json file and return it as a dict or list.
- LoadProxyFile(): Loads a proxy file and returns a list of proxies as strings. Any duplicates are removed. Converts a proxy format of url:port:username:password to username:password@url:port to work with requests and aiohttp modules.
captcha work ?
This post is by a banned member (UberFuck) - Unhide
OP 08 May, 2022 - 05:28 AM
Reply
This post is by a banned member (Ionut88822) - Unhide
06 August, 2022 - 01:16 PM
Reply
This post is by a banned member (Warasabi) - Unhide
23 August, 2022 - 03:10 PM
Reply
This post is by a banned member (ph03n1x69) - Unhide
04 January, 2023 - 03:48 AM
Reply