Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geraldoam/comboclean

Use comboclean to make it easy to use email and passwords, from big combolists, in your script.
https://github.com/geraldoam/comboclean

bruteforce combolist easy email password security-tools shell-script

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        




Combo Clean







About


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

Install

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

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

How to use

```markdown
# Local
$ ./comboclean --help

# Global
$ comboclean --help
```

Example

A combolist example:

```console
$ 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

```console
$ comboclean -f combolist.txt -o combolist2.txt
```

```console
$ cat combolist2.txt

username:password
username:password
username:password
username:password
username:password
username:password
```