-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathabout.php
48 lines (39 loc) · 2.05 KB
/
about.php
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<pre>
<center>
<font color="yellow"><b>WiFi Pineapple TPLink703n</b></font>
Software version: <?php echo file_get_contents("includes/fwversion");?><br\>
The TPLink WiFi Pineapple(Mod+) is brought to you by <font color="lime">PenturaLabs</font><br>
The WiFi Pineapple was brought to you by the Jasager Team:
<a href="http://www.digininja.org"><font color="lime">Robin Wood</font></a>, <a href="http://hak5.org"><font color="lime">Darren Kitchen</font></a>, <a href="http://sebkinne.com"><font color="lime">Sebastian Kinne</font></a>, <a href="http://www.room362.com"><font color="lime">Rob Fuller</font></a>, and our <a href="http://cloud.wifipineapple.com/forum/"><font color="lime">hacktastic community</font></a>
Open source software is distributed under the GNU <a href="http://www.gnu.org/licenses/gpl.html"><font color=white>General Public License</font></a>
WiFi Pineapple is a wireless penetration testing tool
for use in authorized security audits where permitted.
Check laws and obtain client permission before using.
Hak5, LLC., Darren Kitchen, Robin Wood, Rob Fuller,
Sebastian Kinne, Midnitesnake and affiliates claim no responsability for
unauthorized use. <font color="darkred"><b>Please Hack Responsibly.</b></font>
<a href="http://cloud.wifipineapple.com/bugs">Want offical support complain here!</a>
<?php
if(trim($strings["author"]) != ""){
echo "Translations by: ".$strings["author"];
}
?>
<table border="0"><tr><td align="left" valign="top"><pre><b>
<font color="white">
\
\ \
\ \ \</font><font color="green">
<, .v , // </font><font color="white">) ) ) ) )</font><font color="green">
\\; \// // </font><font color="white">/ / /</font><font color="green">
;\\|||//; </font><font color="white">/ /</font><font color="yellow">
,'<\/><\/` </font><font color="white">/</font><font color="yellow">
,.`X/\><\\>`
;>/>><\\><\/`
|<\\>>X/<>/\|
`<\/><\/><\\;
'/\<>/\<>/'
`<\/><;`</font><font color="white">wifi_pineapple</font>
</b></pre></td></tr></table>
</pre>
</body>
</html>