Jump to content

sotiria

Active Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by sotiria

  1. I'm currently developing a PoC with the pineapple. I'm done the cmdline version of a "suite" that I have.. and I was explaining how I use it and what I use it for to someone just the other day I never met. His answer was "You're using it for it's true purpose". There are other platforms that you can use say besides the nano or tetra, but I specifically chose to port my POC over to this platform for a few reasons: 1) Small form factor ( beats carrying even a tiny laptop for with a bunch of wifi adapters). Being stealthy is key 2) I don't want to reinvent the wheel on everything. You can leverage the built in programs that it comes with, even with no other modules installed from the vanilla config, it has a lot of advantages. 3) The support is good, these guys stand behind their product, and they want to see what you make out of it. 4) FULL BASH IN THE NANO! :) It really boils down to what you want to do with it
  2. I see. I really miss the previous output, so I may just rollback to the previous firmware if parsing gives me too much of a headache. Thanks for the quick reply though :) ANd yes, 3 wheat beers IS a meal :)
  3. Took me awhile to figure this out but there is a new option of pinesniffer on the command line that causes my script to not run. Mainly because the previous version is so different. Just to clarify, I'm not blaming Pinesniffer or angry at it. SO, I ran pinesniffer from the gui and watched for processes, and saw that the the extra arguement was "0" for <scan_type>/ I've played around with 0 and 1, to me it looks like there is just more info. But does anyone know the full options of scan type available? I don't see any other threads here about it and what the outputs are? Is there any option to have the output come out like the previous versions showing 11:11:11:11:11:04:05:05:04:05 ? Just fishing to see if I have to rewrite my script for parsing the info I need. All I am interested in, is getting the list of AP's and the associated clients. Thanks
  4. +1 for Untangle The modules are great, and the captive portal is a snap to use as well in a pinch. Currently I'm trying out Kerios Control... probably install that tonite/tomorrow. For the Sophos UTM, are you running the free edition? Are you using it inline or as in all-in-one router/gateway/etc ? Dedicated box or VM?
  5. OHH... so something like this then... where essentially you're just replacing href with data-target so as not to use anchors.. (yes.. pretty obvious I'm n00b to web development and gui) div class="container"> <h2>Simple Collapsible</h2> <button type="button" class="btn btn-info" data-toggle="collapse" data-target="#demo">Simple collapsible</butto <div id="demo" class="collapse"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </div> </div> I tried this on the Nano and it worked.. now I just have to incorporate that from the code I already made.. thanx again boys!
  6. Ah, gotcha,I misunderstood what you meant. I'll definitely take stab at that and look into it. I really do appreciate your tips and pointing me in the right direction.
  7. Thanks for the reply, maybe it was my wording.. I don't want it to go back to the main dashboard. If I hit a tab, I want it to go to the href link and ID. Is there something that I am missing or not doing right?
  8. I'm no very well versed in web coding but have been doing some crash courses this week. I have successfully designed my front end for my module on the Nano, but I have an issue that I can't seem to solve. When I click any of the tabs, it goes back to the main dashboard. To me it acts like it can't find the referring id tags? This all works fine and dandy on my local machine, the only difference is that i have some cdn tags as I am not running a server on my desktop. To prove to myself if it was something I was missnig, I grabbed the basic code from the w3schools website. Threw it on my desktop, it worked. Threw this on the Nano and I get the same response, if I click on any of the tabs, it goes to the dashboard. Does anyone know what it is that I am missing? I'm not going to post my code as I don't want to torture anyone. <div class="container"> <h2>Dynamic Tabs</h2> <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#home">Home</a></li> <li><a data-toggle="tab" href="#menu1">Menu 1</a></li> <li><a data-toggle="tab" href="#menu2">Menu 2</a></li> <li><a data-toggle="tab" href="#menu3">Menu 3</a></li> </ul> <div class="tab-content"> <div id="home" class="tab-pane fade in active"> <h3>HOME</h3> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> </div> <div id="menu1" class="tab-pane fade"> <h3>Menu 1</h3> <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> </div> <div id="menu2" class="tab-pane fade"> <h3>Menu 2</h3> <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p> </div> <div id="menu3" class="tab-pane fade"> <h3>Menu 3</h3> <p>Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p> </div> </div> </div> http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_tabs_dynamic&stacked=h This is the URL that I took this from and works locally..only difference here is that I took the head,meta,html and cdn tags out.
  9. Turtle, did anyone get back to you on this as to what was the root cause? I'm having the same issues you did
  10. I think I found someone with the same problem.... https://forums.hak5.org/index.php?/topic/37154-nano-wont-turn-on/
  11. hmm..yep, I'll toss an e-mail down their way. Thanks though
  12. No, check the battery.. try plugging in to say a laptop.. a PC.. a different juicepak. Usually when I notice it I'll powercycle it ( reboot it) two 3 times first.
  13. Long of the short... Got my nano ( yay me) turn it on finally, 1.03 firmware.. ok. Couple days later.. notice that it won't broadcast anymore..odd.. turned on.. no advertising.... Reset it..upgrade.. works like a charm. Used it a couple more times.. life is good.. then yesterday I turn the nano on.. blue light boots... then goes dark. Reset it.. back to factory... upgrade to 1.05. Later in the day..happens again... but this time.. leave it 1.03. Last night.. worked for pretty much the rest of the day...this morning.. same thing.. reset. ANd now this afternoon..worked like a charm...it just soft bricked again. NO change if I connect it to a jucepak 15000 4000 or to any computer or laptop.. every so often. It goes poof like that. Should I log a bug ticket? Or you think this is just a "unlucky" unit? I can't get an diagnostic logs because I have to reset it in order to connect to it again.
×
×
  • Create New...