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

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.

Awesome Lists containing this project

README

          


Logo

---

### 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

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