This post is by a banned member (Thecracker12) - Unhide
28 May, 2024 - 06:57 PM
Reply
This post is by a banned member (BAJAIQIQNKk) - Unhide
29 May, 2024 - 10:26 PM
Reply
This post is by a banned member (sdawww) - Unhide
30 May, 2024 - 10:13 PM
Reply
This post is by a banned member (Miker102) - Unhide
01 June, 2024 - 04:35 PM
Reply
This post is by a banned member (Kimostake99) - Unhide
05 June, 2024 - 01:57 AM
Reply
This post is by a banned member (gonsilanodat) - Unhide
05 June, 2024 - 06:57 AM
Reply
This post is by a banned member (NDexRex) - Unhide
06 June, 2024 - 05:27 PM
(This post was last modified: 06 June, 2024 - 05:28 PM by NDexRex.)
Reply
Thank Yawww
Thank Yawww222
This post is by a banned member (Locklear0) - Unhide
06 June, 2024 - 05:53 PM
Reply
(03 May, 2024 - 03:48 PM)krackn88 Wrote: Show MoreSelf made python GUI script with help of ChatGPT
Tool only works with email:pass combos
Combo tool that automatically:- filters text file(s) for email:pass combos using regex
- Removes duplicates (noncasesensitive)
- Randomizes combos
Options: - Custom Filter - (filter that matches and removes lines from combo with your custom regex)
- Append Suffix - (add character at the end of combos password)
- Capitalilze Pass - (capitalizes password of combos)
- Special Char in Pass - (removes all combos that doesn't have special charcater in password)
- Extract Domain - (extracts all combos with domain(s) of choice . ex. gmail.com,aol.com,etc)
- Extract .edu - (extracts all combos with .edu emails)
- Nuke before combo - (removes all lines before combo of choice and auto saves in same directory)
Constantly trying to improve, if you have any suggestions please let me know.
Update: With v22 I fixed a few issues with saving from a few functions, adding mmap to allow reading of bigger text files through memory mapping, and adjusted regex in comboprocessor.
ty