geraldoam / comboclean

Use comboclean to make it easy to use email and passwords, from big combolists, in your script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combo Clean


About

Use comboclean to make it easy to use email and passwords, from big combolists, in your script.

Install

$ git clone https://github.com/geraldoahnert/comboclean
$ cd comboclean/
$ chmod +x comboclean

# Install global command
$ sudo cp comboclean /usr/bin/comboclean

How to use

# Local
$ ./comboclean --help

# Global
$ comboclean --help

Example

A combolist example:

$ cat combolist.txt

username:password something | something | something
username:password something | something | something
username:password something | something | something
username:password something | something | something
username:password something | something | something
username:password something | something | something

Using comboclean

$ comboclean -f combolist.txt -o combolist2.txt
$ cat combolist2.txt

username:password
username:password
username:password
username:password
username:password
username:password

About

Use comboclean to make it easy to use email and passwords, from big combolists, in your script.

License:MIT License


Languages

Language:Shell 100.0%