Skip to content

noarche/ComboToolPro-GUI

Repository files navigation

ComboToolPro-GUI

Manipulate Email:Pass combo, All in one tool. screenshot screenshot screenshot screenshot

Updates:

Added Email2user.py script. Convert email:pass to User:pass.

Updates:

v1.1.1 - ignores case on for domain when extracting and analysis

About

This is a GUI for the CLI tool https://github.com/noarche/ComboScriptPro. The functionality is the same however it works with text boxes instead of input and output text files.

noarche's GitHub stats

    print("Option 1; To extract all lines for earthlink.net enter @earthlink.net | If you want to extract all .net domains enter .net | This will create text documents named what you enter | When extracting lines are appended and never overwrite.")
   
			print("Option 2; Remove duplicate lines from input.txt & saves to output.txt | Output.txt gets overwritten so always move it or rename it.") 
    
			print("Option 3; Splits Email from Password, saves to extracted_emails.txt(is Overwrite each time you run task) | Good for mailing list or if you need to split for dehashing passwords.")
    
			print("Option 4; Same as option 3 but with passwords, extracted_passwords.txt(is Overwrite each time you run task).")
    
			print("Option 5; Extract URLs from input.txt | Append save to extracted_URL.txt")  
    
			print("Option 6; Organize input.txt A-Z | Overwrite output.txt")
    
			print("Option 7; Use lines from input.txt to name new directorys | Do not use this option unless you have a reason!")
    
			print("Option 8; Extract lines from input.txt if the password is MD5 hashed | Append save to extracted_hashed.txt | Use to create your own private combo that has not been cracked yet | A popular dehashing script is HASHCAT OCL.") 
    
			print("Option 9; Drop files in the directory toCombine that you need to combine | Good idea to remove duplicates after | Overwrite output.txt")
    
			print("Option 10; Enter the number of lines you want to split combo by then name your splits | creates directory to save your splits in.")
    
			print("Option 11; After dehashing your hashed passwords use this to rejoin back with email addresses | The files it looks for to join are extracted_emails.txt and extracted_passwords.txt | overwrite JoinedOutput.txt")
    
			print("Option 12; Strip capture results from combo | append save cleanedOutput.txt")
    
			print("Option 13; Extract all domains by domain to seperate text files | append save")
    
			print("Option 14; Analyze input.txt and display Top Domains, Number of lines, and the % of combo | Only .net domains")
    
			print("Option 15; Analyze input.txt and display Top Domains, Number of lines, and the % of combo | All domains")
    
			print("Option 0; Exit")