Hackzilla Posted July 21, 2012 Share Posted July 21, 2012 (edited) hi all, here you have how you can display the log in page phishing "logs" in our pineapple: 1) Enter the logs.php file located in / www / pineapple / pages 2) At the end of the file before the last </ div> enter the following lines of code: <br /><div class=contentTitle id=syslog>Phishing Logs (<a href="#syslog" onclick="javascript:location.reload(true)">refresh</a>)</div><div class=contentContent><?php$file= fopen("../bitches.txt", "r");while(!feof($file)){$show=fgets ($file, 100);echo $show."</br>";}fclose($file);?></div>[/CODE]3) I use the file "bitches.txt" that is in the darren example but you can use any log file just changing "bitches.txt" for the name of your fileLet me know if you have any questions! Edited July 21, 2012 by Hackzilla Quote Link to comment Share on other sites More sharing options...
Darren Kitchen Posted July 21, 2012 Share Posted July 21, 2012 I <3 bitches.txt Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted July 21, 2012 Share Posted July 21, 2012 Quick correction to keep it consistent: <br /><div class=contentTitle id=phish>Phishing Logs (<a href="#phish" onclick="javascript:location.reload(true)">refresh</a>)</div><div class=contentContent><?php$file= fopen("../bitches.txt", "r");while(!feof($file)){$show=fgets ($file, 100);echo $show."</br>";}fclose($file);?></div>[/CODE]Edit:I guess this should be added to the firmware. Quote Link to comment Share on other sites More sharing options...
--nick-- Posted December 17, 2012 Share Posted December 17, 2012 where do i put that code? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.