PDA

View Full Version : I think I found a bug infostrada tplink 2017!! need help whit crunch



Devil_D
2017-06-23, 21:54
Hello everyone,

I think I found a bug in new modems tp link acrcher infostrada (italy)

I say I think why I tried on a single model and I'm not 100% sure but from an observation I think so , in these days I will try to have a certain confidence whith one different router from some ips.

I noticed two things first and that the router is unreliable with reaver or pixiewps,unless you know the pin and wps is locked.

But I noticed a very interesting thing, the default modem password consists in pin wps repeated twice :D (this for now is my supposition )
I'd like to know:

how can I do make whit crunch a password that repeats the first eight characters
for ex:

1234567812345678
2345678923456789
ecc..

I can not understand how I can do it

because if the bug was confirmed it would be like cracking a 8-character numeric password because of the 16 characters the first 8 are identical to the last 8
So the cracking time would be relatively short as they are only 8 repeating numeric characters and the range of passwords to search for becomes relatively narrow(100000000 passwords)
In the pictures it is better explained what I mean because my English is pretty poor

This are the passwords for 2.4 ghz and 5 ghz:
https://snag.gy/VZzjP9.jpg
This is the pin for 2.4 ghz
https://snag.gy/0IBpco.jpg
This is the pin for 5 ghz
https://snag.gy/7EXQm0.jpg

What can I replace this command to say to crunch the first 8 characters put it in the appendix??
crunch 16 16 1234567890 -t 12589935%%%%%%%% | pyrit -e Infostrada-2.4GHz -i - -o - passthrough | cowpatty -d - -r test.cap -s Infostrada-2.4GHz

for example :
crunch 16 16 1234567890 -t 8randomnumberCOPYOF1ST8RANDOMNUMBER | pyrit -e Infostrada-2.4GHz -i - -o - passthrough | cowpatty -d - -r test.cap -s Infostrada-2.4GHz


I hope I explained myself

mmusket33
2017-06-24, 07:01
To double your string variable

First print out your numeric strings to a file using crunch

For a good tutorial on crunch search "Crunch A Day With Tape" there are two(2) tutorials.


Next use awk or sed to duplicate each line from the command line.

Go here:

https://superuser.com/questions/725632/bash-script-to-repeat-every-word-in-a-line

If you need more help post your questions

Musket Teams

Devil_D
2017-07-29, 05:30
Thank you very very very much mmusket33
The bug is confirmed 3 routers have the same password schema
while the same router model no brand has a default numeric password is composed of 8 characters

100000000 password to go :P