-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
47 lines (39 loc) · 2.05 KB
/
Copy pathabout.php
File metadata and controls
47 lines (39 loc) · 2.05 KB
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
<pre>
<center>
<font color="yellow"><b>WiFi Pineapple Mark IV</b></font>
Firmware version: <?php echo file_get_contents("includes/fwversion");?><br\>
The WiFi Pineapple is 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 and affiliates claim no responsability for
unauthorized use. <font color="darkred"><b>Please Hack Responsibly.</b></font>
Support and Updates at <a href="http://cloud.wifipineapple.com"><font color=white>WiFiPineapple.com</font></a>
<a href="http://cloud.wifipineapple.com/bugs">Want to request a feature or submit a bug?</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>