https://github.com/ahnert37/comboclean
Use comboclean to make it easy to use email and passwords, from big combolists, in your script.
https://github.com/ahnert37/comboclean
bruteforce combolist easy email password security-tools shell-script
Last synced: 10 months ago
JSON representation
Use comboclean to make it easy to use email and passwords, from big combolists, in your script.
- Host: GitHub
- URL: https://github.com/ahnert37/comboclean
- Owner: ahnert37
- License: mit
- Created: 2020-05-17T15:16:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T18:28:46.000Z (almost 5 years ago)
- Last Synced: 2025-09-27T17:15:25.443Z (10 months ago)
- Topics: bruteforce, combolist, easy, email, password, security-tools, shell-script
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```