Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gill-singh-a/pop-brute-force

A Python Program that uses poplib module to brute force POP3 (Post Office Protocol) Server that uses SSL Connection for encrypted Data Transfer
https://github.com/gill-singh-a/pop-brute-force

brute-force multithreading pop3 poplib python3

Last synced: about 2 months ago
JSON representation

A Python Program that uses poplib module to brute force POP3 (Post Office Protocol) Server that uses SSL Connection for encrypted Data Transfer

Awesome Lists containing this project

README

        

# POP Brute Force
A Python Program that uses **poplib** module to brute force POP3 (Post Office Protocol).
## Requirements
Language Used = Python3

Modules/Packages used:
* poplib
* datetime
* optparse
* colorama
* multiprocessing
* time

## Arguments
* '-s', "--server" : Target POP Server
* '-p', "--port" : Port of Target POP Server (Default=995)
* '-S', "--ssl" : Use SSL for Connection (True/False, Default=True)
* '-u', "--users" : Target Users (seperated by ',') or File containing List of Users
* '-P', "--password" : Passwords (seperated by ',') or File containing List of Passwords
* '-c', "--credentials" : Name of File containing Credentials in format ({user}:{password})
* '-w', "--write" : CSV File to Dump Successful Logins (default=current data and time)