paulfruitful / Password_Miner

A Experimental Project On Permutations And Combinations For Bruteforce Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password_Miner

A Experimental Project On Permutations And Combinations For Bruteforce Algorithms

Authors

  • @paulfruitful

Features

  • Passcode Cracker
  • Password Lister
  • Verification Code Lister

The passcodeGen.py is used for cracking and generating digit codes and digit list for systems with passcodes. It has the potential to generate every digit code in the entire world given a specific length.

Make sure you have a good RAM and Processor before running this algorithm!

Check the passlist.txt it contains all the four digit password in the entire world 😲

⚠ VERY DANGEROUS FOR EDUCATIONAL USE ONLY ⚠

The passwordlister.py is used for generating passsword lists for particular target using given parameters on the target.

The passwordGen.py is used for cracking and generating both alpha and alphanumeric passswords. It has the potential to generate every passsword in the entire world given a specific length.

Make sure you have a good RAM and Processor before running this algorithm!

Installation

To deploy this project on your local machine you need to have Python 3 on your machine

Step 1:

  git clone https://github.com/paulfruitful/Password_Miner/

Step 2:

  cd Password_Miner

Step 3:

  python `any of the python files in the project`

Hi, I'm Paul Fruitful ! 👋

💫About Me :

I am building solutions

🌐Socials

Facebook LinkedIn Twitter

💻Tech Stack

AWS PHP Laravel React TailwindCSS Webpack SASS Bootstrap Vercel Netlify Heroku Python JavaScript CSS3 HTML5 Apache Nginx MySQL SQLite Postgres Canva Figma Pandas NumPy TensorFlow

📊GitHub Stats :



🏆GitHub Trophies

✍️Random Dev Quote


🚀 About Me

I'm a Software Devloper with years of experience passionate about solving problems. I am very versatile in the digital world and I understand the core concepts of technology and digitalization. At the beginning of my tech journey I worked with core frontend technologies such as HTML, CSS, and Javascript DOM manipulations, and when I gained a certain level of knowledge in frontend development, I started migrating into backend development concepts and I worked with core PHP to create full stack projects before I discovered some PHP frameworks like Laravel. In the later stage of my tech journey I learnt new skills and I migrated into new fields such as Pentesting which I made my hobby; some of the new skills I learnt were Automations with Python and Malware development which I self learnt.

🔗 Links

portfolio linkedin twitter youtube leetcode

About

A Experimental Project On Permutations And Combinations For Bruteforce Algorithms


Languages

Language:Python 100.0%