https://github.com/gill-singh-a/postgresql-brute-force
A Python Program that uses psycopg2 module to brute force PostgreSQL Server
https://github.com/gill-singh-a/postgresql-brute-force
brute-force multithreading postgres postgresql python3 sql
Last synced: about 1 month ago
JSON representation
A Python Program that uses psycopg2 module to brute force PostgreSQL Server
- Host: GitHub
- URL: https://github.com/gill-singh-a/postgresql-brute-force
- Owner: Gill-Singh-A
- Created: 2024-05-19T21:30:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T02:09:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T06:45:55.099Z (over 1 year ago)
- Topics: brute-force, multithreading, postgres, postgresql, python3, sql
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL Brute Force
A Python Program that uses psycopg2 module to brute force PostgreSQL Server
## Requirements
Language Used = Python3
Modules/Packages used:
* psycopg2
* datetime
* optparse
* colorama
* multiprocessing
* time
Install the dependencies:
```bash
pip install -r requirements.txt
```
## Arguments
* '-s', "--server" : Target PostgreSQL Server
* '-p', "--port" : Port of Target PostgreSQL Server (Default=5432)
* '-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)