Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/geraldoam/comboclean
- Owner: geraldoam
- License: mit
- Created: 2020-05-17T15:16:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T18:28:46.000Z (about 3 years ago)
- Last Synced: 2024-07-30T11:13:04.415Z (3 months ago)
- Topics: bruteforce, combolist, easy, email, password, security-tools, shell-script
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- 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
```