I need to calculate the permutations using this population :
“abcdefghijklmnopqrstuvwxyz” + “0123456789” for combinations of 10 characters lenght.
Example of a combination: 7kfie85d96
That’s 922 393 263 000 000 permutations. I need to edit all the permutations in a file.
From there each combination need to be added as a suffix at the end of the same hyperlink then ping it to know if the web page exist.
Example : https://website/file/7kfie85d96
I have no idea how to do that but I have the material ressources (hardware) to make it happen.
I tried to run some of it in an excel file but it keep crashing and I can only run 17 billions of permutation in 1 excel file.
YanDue is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.