https://github.com/rudolf-barbu/parcel
IMAP brute-force tool designed to test and verify access to your mailboxes.
https://github.com/rudolf-barbu/parcel
brute-force brute-force-attacks bruteforce bruteforce-password-cracker email imap imap-client
Last synced: 12 months ago
JSON representation
IMAP brute-force tool designed to test and verify access to your mailboxes.
- Host: GitHub
- URL: https://github.com/rudolf-barbu/parcel
- Owner: Rudolf-Barbu
- License: mit
- Created: 2022-03-27T20:53:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T14:22:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T18:47:15.705Z (about 1 year ago)
- Topics: brute-force, brute-force-attacks, bruteforce, bruteforce-password-cracker, email, imap, imap-client
- Language: Java
- Homepage:
- Size: 34 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
### About
Parcel is a brute-force tool, which can be very easily configured for different purposes. Currently, it confirmed as IMAP mail brute-force tool.
This project uses concurrent architecture, with synchronization on common resources. Also, it can save results into text files.
All control logic is very generic and needs no change, when you want to configure this software for your own automation purposes.
This project can be used only in educational purposes, on your own accounts! The author is not responsible for your dangerous actions.
**All features tested on:** `Windows` `Linux`
Preview Image
---
### Installation
Create your own .jar
• Clone the project
• Import project in your IDE as Maven project
• Add Chillkat repository to your .m2 folder
• Fill all sensitive data, such as Chillkat license key
• mvn clean package
Run .jar file
• Download latest .jar from releases section
• Make shure you have Java 8 installed and JAVA_HOME is setted
• Execute jar on Windows or Linux with administrative rights