Lord_KamOS Posted June 4, 2017 Share Posted June 4, 2017 (edited) Hello I made a simple module that lets the user run commands without having to use ssh. I am pretty new to php/js and web development in general so the codes isn't the greatest, but it works. I made it because there are certain things I cant do from the webpanel, like running mana or the bettercap script, but this module lets me run these scripts directly from the webpanel. https://forums.hak5.org/index.php?/topic/39096-mana-attack-for-the-pineapple/https://www.evilsocket.net/2016/09/15/WiFi-Pineapple-NANO-OS-X-and-BetterCap-setup/ The module is simple to use. Just save a command under settings, module.php will save it in a csv file. When you run a command it will be executed like this. "command > /dev/null 2>/dev/null &" so you wont get any output. When you delete a command be patient because I used python to delete commands, and python takes a few seconds to start on the pineapple. !!LINK TO THE MODULE!! https://github.com/L0rd-Kam0S/Alias Edited June 6, 2017 by Lord_KamOS Quote Link to comment Share on other sites More sharing options...
b0N3z Posted June 4, 2017 Share Posted June 4, 2017 you need to register your email for the forum to be able to edit post and after 5 post it will want you to register anyways. looks cool, kinda like ssh via webui, thats cool. I noticed its for the nano as you are installing to /sd/modules, I havent looked at the code but will it work if its on the Tetra under /pineapple/modules? 1 Quote Link to comment Share on other sites More sharing options...
Lord_KamOS Posted June 4, 2017 Author Share Posted June 4, 2017 26 minutes ago, b0N3z said: you need to register your email for the forum to be able to edit post and after 5 post it will want you to register anyways. looks cool, kinda like ssh via webui, thats cool. I noticed its for the nano as you are installing to /sd/modules, I havent looked at the code but will it work if its on the Tetra under /pineapple/modules? Sorry i did not know they use different paths. But yes it should work with "/pineapple/modules" i will change it asap. Quote Link to comment Share on other sites More sharing options...
b0N3z Posted June 4, 2017 Share Posted June 4, 2017 Ill check it out a little later and let you know if I find any problems. 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.