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: 7 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/geraldoam/comboclean
- Owner: geraldoam
- License: mit
- Created: 2020-05-17T15:16:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T18:28:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-22T00:04:43.326Z (7 months ago)
- Topics: bruteforce, combolist, easy, email, password, security-tools, shell-script
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- 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.txtusername: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.txtusername:password
username:password
username:password
username:password
username:password
username:password
```