Jump to content

Lord_KamOS

Active Members
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Lord_KamOS

  1. 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
×
×
  • Create New...