Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gill-singh-a/pop-brute-force
- Owner: Gill-Singh-A
- Created: 2024-06-29T16:25:15.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T16:45:53.000Z (6 months ago)
- Last Synced: 2024-06-29T17:42:15.941Z (6 months ago)
- Topics: brute-force, multithreading, pop3, poplib, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)