Skip to content

IMAP brute-force tool designed to test and verify access to your mailboxes.

License

Notifications You must be signed in to change notification settings

Rudolf-Barbu/Parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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