forked from rubenfonseca/penetrate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp.html
25 lines (23 loc) · 938 Bytes
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
<style type="text/css">
body {
font-family: Arial;
}
</style>
</head>
<body>
<h2>What is this?</h2>
<p>Penetrate for iPhone maps network names into the default keys of known routers:
<ul>
<li>SpeedTouch, Thomson, Orange, DMax, BBox, Infinitum, Otenet, Cyta</li>
<li>DLink</li>
<li>Pirelli Discus</li>
</ul>
</p>
<h2>How to use?</h2>
<p>Copy the wireless network name (SSID) and write it on the search box. If any results are found, simply click on a result cell and the password is copied to the device's pasteboard. You can then try it on the network password dialog</p>
<p>Since this app is compatible with iOS 4, you can always return to it to try a different password, without writing the network name again.</p>
<p><strong>Remeber: the app works offline, no internet connection required!</strong></p>
</body>
</html>