Skip to content

Commit 99c2f76

Browse files
author
Nathan
authored
Merge pull request #8 from zforum69/master
Full example
2 parents ea1dc56 + 11933e1 commit 99c2f76

8 files changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,37 @@ npm install
2222
npm run compile
2323
npm run package
2424
```
25+
## Full example with Windows and Technicolor DJA0231
26+
27+
Connect your PC's Ethernet port to the modem's WAN port and configure your PC's static IP address accordingly:
28+
29+
![alt text](images/IP_address.jpg)
30+
31+
From a command prompt confirm with `ipconfig`. Note that the default gateway did not apply due to it being the same IP address as the PC's
32+
33+
![alt text](images/ipconfig.jpg)
34+
35+
Run `tch-exploit-win` from a command prompt. You should get the following screen:
36+
37+
![alt text](images/tch-exploit-win.jpg)
38+
39+
At this point you have to wait bit, might be 20 sec or can even be over 1 min. But the screen starts to fill up like so:
40+
41+
![alt text](images/screen1.jpg)
42+
43+
Another 40-50 sec the screen then fills up more with green text:
44+
45+
![alt text](images/screen2.jpg)
46+
47+
After another 5-6 sec or so it prompts you to press the WPS button:
48+
49+
![alt text](images/press_WPS.jpg)
50+
51+
Now you press and hold the WPS button for around 3 sec before releasing. On the modem it is the **PAIR** button with two arrows. That button should start to flash and within a couple of seconds the screen says everything is done:
52+
53+
![alt text](images/finished.jpg)
54+
55+
Now you can unplug the Ethernet cable from the WAN port and insert it into one of the LAN ports. Change your PC back to DHCP and then putty to 192.168.0.1 and login as root/root
56+
2557

2658
License: MIT

images/IP_address.jpg

52.4 KB
Loading

images/finished.jpg

69.6 KB
Loading

images/ipconfig.jpg

33.8 KB
Loading

images/press_WPS.jpg

47.5 KB
Loading

images/screen1.jpg

98.5 KB
Loading

images/screen2.jpg

79.1 KB
Loading

images/tch-exploit-win.jpg

34 KB
Loading

0 commit comments

Comments
 (0)