Jump to content

Whistle Master

Pineapple Moderators
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Whistle Master

  1. The submit process is not done yet fo the NANO / TETRA but Seb is working on it :) The problem I see with your module is that it depends on a binary which have to be compiled by the user before being able to use the module. Other stuff I see: 1) you're calling installDependency("uploadwpa") to install your binary. This will not work as the function uses opkg update && opkg install to install binary from the repository but uploadwpa is not a standard OpenWrt binary (as you've develop it yourself) and is not in the repository. 2) Same with exec("opkg remove uploadwpa") which will not work as this is only for binary which have been installed with opkg. 3) Same with checkDependency("uploadwpa"), which will test is the binary is in the opkg list-installed. And finally, modules cannot come with pre-compile binaries, it's against rules set for the pineapple submission process. So your binary will have to be approved and validated to be included in the repository so that you could use then the standard API methods such as checkDependency or installDependency. This means that you would have to create a standard OpenWrt makefile for it. What I suggest is that you use python, perl or shell script to replace your uploadwpa.
  2. Please post general comments here so we can have one place to answer the common questions.
  3. Please post general comments here so we can have one place to answer the common questions.
  4. Yeah, I will add a confirmation modal in modules. All my modules have now a confirmation dialog before removing dependencies.
  5. Indeed, the original post was merged and moved. There is an official thread for DNSspoof now in the Modules section.
  6. Module: LogManager Version: 1.2 Features: Manage modules logs, scans and dumps Download, delete single or multiple files in a tar.gz View files Change log: 1.2 Added logs from other locations Bug fixes
  7. All modules have been sent and should be available very soon (except SSLstrip, SSLsplit and p0f) ! Help topics have been unlocked, please use them to report bugs or ask questions on usage, thanks ! Please note that the modules need firmware >= 1.0.4
  8. I just want to insist that devs don't have any obligations regarding the modules, neither any of us gave a release date. We provide them free of charge for the community, and we take time outside our full time job. So yes we know that everybody is waiting but if you don't want to wait, you can developp your own modules and give them back to the community.
  9. Indeed. The modules listed in the forum are ready, just a couple of things to be fixed and they will be released. Seb and I are working on it.
  10. wps is my next one on the list. Some modules are replaced (e.g. TrapCookies by a more general and configurable module ngrep with profiles, options, etc.) and some have now dedicated system modules available (e.g. LogMonitor has a system module for that). But again, it takes times (a lot...) to completely rewrite a module and we have a full time job and the dev is done during our free time for most of us. A lot of modules are already available !
  11. Others modules will follow as soon as packages are available on the repository.
  12. At the moment, as the firmware has some issues with packages (i.e. opkg update errors, packages dependencies not available yet, etc.), I prefer releasing them with the next firmware update to avoid questions related to the firmware and not to the modules.
  13. That's right, modules have to ported to the NANO / TERA and it takes time.... At the moment, I'm porting all the modules I've done for the MK5 and I'm posting in the forum a dedicated thread when a module is ready. But, again, it takes time, and I'm doing it during my free time. Please be patient, it will be great
  14. I did not want to be mean to you. That's said, modules are installed on /pineapple/modules/ And in the meantime, modules code available such as API Tokens can be downloaded and therefore installed in the path mentioned above.
  15. As already said, modules already ported can't be installed on the NANO for the moment as the nano hasn't been released for general consumption yet, it's in the dev kit launch phase. The modules will be available then in the Modules Manager on the NANO.
  16. Rewriting all modules take time, especially that dev are doing it during their free time, so no ETA. Modules already ported can't be installed on the NANO for the moment as the nano hasn't been released for general consumption yet, it's in the dev kit launch phase.
  17. Modules are being ported to the NANO as we speak. First will be SSLstrip and more will come later.
  18. You're right, it seems to have an issue with the last firmware and the infusion. I will have a look at it. Fixed in v1.4.
  19. I will send an update to include additional checks for SD install of reaver.
  20. Update is almost there, stay tuned v2.0 is out ! Changelog - pixiewps integration
  21. Indeed, I'm working on the update which will come soon... But as DataHead said, there is not much to change to the code of the infusion. Updated version is out !
×
×
  • Create New...