Skip to content

Create password for brutefore from accepting string. From input store all possible combination of string to a file.

Notifications You must be signed in to change notification settings

aioont/wifi-bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

wifi-bruteforce

Create password for brutefore from accepting string. This java program generate every possible combinations of string from input character and store this combination to passwords.txt text files.

How to download

git clone https://github.com/aioont/wifi-bruteforce.git

How to run

javac pass.java && java pass

Example

$ javac pass.java && java pass

!!! If there is passwords.txt in same folder of program remove it to avoid appending of new passwords to prevoius passwords.txt file

Enter characters (a-Z , 0-9 , ~-) : 1234

[ 340 ] passwords are generated and saved to passwords.txt

About

Create password for brutefore from accepting string. From input store all possible combination of string to a file.

Topics

Resources

Stars

Watchers

Forks

Languages