Jump to content

Lord_KamOS

Active Members
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Lord_KamOS

  1. 10 hours ago, Strigoi said:

    I used wget (website). The $ in front didn't work

    Like esa said, you did not go to the raw page by clicking the button that says "raw" so you copied the entire page, and not the wp6 script. 

    This command should work. (did for me)

    wget https://raw.githubusercontent.com/hak5darren/wp6/master/wp6.sh

    This will copy the page. (what you probably did) 

    wget https://github.com/hak5darren/wp6/blob/master/wp6.sh
    MJbNEt0.png

     

  2. 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.

     

     

  3. 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

    fnGVker.png

     

×
×
  • Create New...