Jump to content

loozr

Active Members
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by loozr

  1. I'm sorry that you have problems, but since Whistle Master added some more features in his module, why not give that a go?

    Or maybe you are only using ssh?

    Unfortunately I'm unable to look into this myself right now, but I'll give it a go sometime next week. Do you get some kind of error, or whats the problem?

  2. Part of the reaver module is already based on some of my modules ;)

    As an example, have a try to my Site Survey module and you will find the same ways to bring up or down your interface.

    But the network manager is not built in the same way. The network manager is based on physical radio (e.g. radio1) attached on the pineapple and not on logical interfaces (e.g. wlan1).

    If you want to be able to configure your AWUS036H (I have the same and did my testing with it), you have to click on Detect to bring a new configuration for your device and then be able to configure to connect to APs, etc.

    Yes, I have made a sneak-peak in your code and found that you are using different commands for the networkmodule.

    But the thing is, that I click Auto-Detect, then Save, And Commit. (correct approach?) The AWUS036H will not start up by this. It only blinks 2 times, with maybe half a second between. And networkmanager is reporting it as "radio1 - enabled", while as the internal is reported as "radio0 wlan0 enabled"

    I can't find anything unusual in the log, but am I right when your final command to activate the settings is "wifi"?

    If I issue "wifi" in ssh, I get the message "Failed to start hostapd for phy1".

    Anyways it seems that I'm the only one with AWUS036H here, and that I'm the only one with this problems. In 2.7.0 it's still not possible to boot the pineapple with the alfa plugged in(without screwing up wlan0/wlan!). I might have to buy a new alfa before this problems is gone.. Which Alfa is the best one to use together with the Pineapple?

  3. recently, i do opkg update & opkg install --dest usb reaver via ssh. but when i install the reaver module v.0.4 it said reaver "Not Installed".

    and nothing happen when i tried to click the install button, it always give me reaver "Not Installed"

    should i must symlink it ?

    any suggestions ?

    I'll bet you can make it work if you change a line in /usb/modules/reaver/reaver_functions.php

    from

    return exec("which $command") != "" ? 1 : 0;

    to

    return exec("which $command") != "*" ? 1 : 0;

    Save, and refresh the page, then it should appear as installed, and most likely it's working as it should. I think you could change this back afterwards, but you'll have to test that by yourself.

    BTW, this is just a simple hack, and not a solution to the problem. And please report back if this works, or if you did anything else to get it working.

  4. Hi,

    Thanks for supporting me ! I'm glad to provide a useful tool to this community !

    Can you please explain me what's the problem regarding the empty logfile please ?

    Everything is working well for mine (just reflashed to test fresh module install) so I don't understand what can be wrong.

    Thanks for the feedback too !

    Cheers hackers !

    I was actually replying to the post petertfm made.

    I might be very wrong, but I think that several problems reported in this thread might be related to the check if reaver is installed. This is reports with empty logfiles, and problems running/installing reaver from the module.

    I just have to make it clear that this is just something I believe, and I have no coding experience. So there are huge chance I might be wrong! And you have also released several versions along the road, so this might be no problem anymore. Personally I do not have any problems with your module anymore.

    And I think petertfm is trying to say that when choosing to install reaver on USB, it's actually installing internal.

  5. Okey, to report some findings regarding the ettercap module.

    I'm now able to actually run ettercap via the module but I still can't make any filter working.

    Oh, and it seems that this will only work on external wlan1. Ettercap will not run if choosing wlan0.

    1. Edit /etc/etter.conf.


    [privs]
    ec_uid = 0 # nobody is the default
    ec_gid = 0 # nobody is the default


    ------snip--------


    #---------------
    # Linux
    #---------------
    # if you use ipchains:
    redir_command_on = "ipchains -A input -i %iface -p tcp -s 0/0 -d 0/0 %port -j REDIRECT %rport"
    redir_command_off = "ipchains -D input -i %iface -p tcp -s 0/0 -d 0/0 %port -j REDIRECT %rport"

    [/CODE]

    Just change privs to 0, and remove the # in front of the lines under Linux. I also commented out dns under dissector.

    2. Choose your settings for the command. I would recommend not to choose to much options. Less is more. [s]Before you start the command you will have to edit the beginning of the commandline into "ettercap -T ". This is because ettercap requires you to enter an User Interface. Text beeing the right one in this case. And this is not the same as choosing text under Visualization.[/s]

    Edit: Seems this might not be the case afterall, I can run without the -T now..

    This is just my findings, might not be the same for everybody. Anywho, I would really like to know if you guys have any good filters for ettercap lying around? :)

  6. First I would make sure that sslstrip is actually running, and then I would visit several sites, both https and http, and try to login. If there still is empty logs, then I guess there is something wrong.

    Secondly, for the Randomroll, if everything is installed and dnsspoof is running, you probably have to clear the DNS cache. If you are using Windows you can do this by issuing "ipconfig /flushdns" in a commandprompt. Next website you visit, you should get one of the rolls.

  7. I have a huge favor to ask you Wishmaster, oh Whistle Master! :rolleyes:

    Your network module is not able to bring my AWUS036H up, but the reaver module by Hackrylix is actually able to bring my device up. Could you look into this?

    If so, that would make my day so much easier!

    Guess I could fool around a bit in the code and make something myself, but better if it came from the source ;)

    And needless to say, you networkmodule is making things so much easier already, and this is just a simple question, no big deal if it's not possible or you don't have the time.

  8. Ok should this command not be

    return exec("which ".$command) != "" ? 1 : 0;

    Second the module does not detect when reaver is installed to usb

    Third the module altho select usb checkbox it does not get installed to usb rather internaly.

    I guess this is related to the problem I had, and others too, regarding reaver module creating an empty logfile.

    That put aside, I really like what you did in 0.3 regarding the function to bring up wlanX!! B) This actually works! I wish that this solution also could be integrated to the NetworkManager.... ;) Guss I could look into the code, and make my own patch..

    And the fact that wlan1 is the default chioce for starting monitor mode is great!

    All those little things makes such a difference in user experience. Although one might get a bit lazy... ;)

    Thanx for great work! :D

  9. Hi Razzlerock!

    Sorry you didn't get the assistance you wanted here, sometimes it might take some time before the right people read the thread. I saw your post, but I have no idea what the solution may be.

    Therefore I kindly ask you if you could tell us how you did fix this?

    Would be nice to know if I should get this problem myself(and for others)..

  10. Haha, I bet you'll find some inspiration if you do a little gay porn surfin' :P

    Anyways, I didn't quite get why Gaga is in the ghay roll? Is she really a he, or what??

    I think that the pics are kinda SFW as is, and I guess users could easily "upgrade" the pics for something more hardcore if they like. But the sound is perhaps a little more cumbersome to replace? And to be honest I'm not impressed with that sound either.. How about ripping sound from a real gay porn movie, or would that be too much? :P

  11. I am not sure if it's working the right way for me but It says reaver is installed but it is not.

    I can see my external alfa card "NHA" but it is red "down" why cant the module bring it up? I have to ssh in and "ifconfig wlan1 up" then it will scan for networks

    problem #2 I hit start and nothing happens? I auto refresh the log and nothing? I go to the resource tab in the ui and I don't see reaver running?

    I have the same problem, but I have the AWUS036H and in my case neither networkmanager nor reaver is able to bring the device up.

    same here I dont think reaver is actually running it creates a log file but doesnt fill it with anything

    It would be great to see this module working by it self but the module doesn't start reaver, I had to click attack target then run the same command via ssh (putty), reaver -i mon0 -b 00:1f:xx:xx:xx:xx -S -a -vv >> /usb/reaver-00:1f:xx:xx:xx:xx.log -D 7

    I also changed the log path to usb as it gets very large

    reavermoduel.jpg

    I also had problems getting reaver to actually run with this module, it would create a logfile, but the logfile would be empty, and reaver would not be running. However I managed get it working, I'm not sure if this could be related to the reinstall of reaver that I did after the module was installed, but it's running fine with my setup now.

    EDIT,

    I guess the logfile may should be placed on the USB, and rather symlink'd to the pineapple folder if needed.

  12. Great that you release the package outside the Pineapple as long as you are working out a fix.

    Just downloaded that package and MSE warned me about these files. Although it's telling me that it's "for fun" :P


    RandomRoll/randomroll/trap/index.html->(SCRIPT0000)
    RandomRoll/randomroll/trap/index3.html->(SCRIPT0000)
    [/CODE]

  13. Looking at the video by Mr-Protocol it seems that you also should connect VDD. And as far as I can recall this should be connected to 3v on your console board.

    But I will strongly suggest that you make sure you are doing this correctly, I will take no responsibility for possible damage.

    And I have never done this myself before. Just take a close look on the video and you might see what you are missing.

  14. I'm just wondering if deauth would be possible to achieve the same results? I understand that deauth primarily is used to deauth client that are connected to AP, but would it also help in making clients aware of the fake net from the pineapple?

    Myst32; Would this technique also apply for Android phones?

  15. Hi guys !

    The v0.2 is officially released and seems to work.

    About the layout :

    - I can rewrite the layout of the entire pineapple to work on a mobile mode (@loozr : yes, it's smartphone related)

    but modules-ui have to be rewritten.

    - I can make only a mobile-ui for my module as an experiment then we'll see.

    Cheers and Have fun ^^

    PS :

    1024x768 ? Really ? What kind of monitor is it (monochrome 12" from 1994 ?) . Just loling : D

    Working on this ... ASAp

    Don't mock those good old ones, would never change it for a retina display! ;)

    I'd say that the panels overlapping goes for the complete UI, not only the Reaver module..

    However if Hackrylix would like to be a a good samaritan and rewrite the complete Pineapples UI, then I'd say he has earned a beer! ;)

  16. Yes, it seems that "" was right all the time.. No idea why it didn't work in my case. Anyway now it does.

    In my opinion the v0.2 layout seems very nice!

    And a mobile layout would be nice, but not something I would use regularly though. Especially when the rest of the UI is not optimized for mobile access.

    (you are talking about like cell phones and such, right?)

    Anyway, I'm gonna butt out of this thread now, and leave some room for others! ;)

×
×
  • Create New...