top of page

About the Script

This is a simple bash script i have crafted to generate all the 10k combinations for a 4 digits PIN.

​

HOW TO USE IT

Copy the script and save it on your linux machine, so you will be able to use it every time you need.

After having saved the file, change its permission to make it executable with :

--> chmod +x script

 

To run it simply use : 

--> ./script

 

 

HERE IS THE SCRIPT

​​

bottom of page