Jump to content

FreqANDY

Active Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by FreqANDY

  1. I shall make them and name them after you... (For having the idea)
  2. I added a toggle between the pineapple and battery. I got sick of it accidentally coming on...But... It looks like I've run out of space and can't upload anymore pics. Sorry :-) It looks cool too.
  3. On a spare phone, go into your WIFI settings, and ADD A NETWORK... create a random named network with NO security on it. Save it. Enable pineap. Check ALL the boxes, and hit save. Now tell me if your "random named network" shows up in your SSID pool
  4. Been messing with this stick too long... theres gotta be a way to make a software patch to null this little turd from needing to be used every time just to run my own paid software... I use this on several computers, and if I make the mistake of leaving it plugged in on one, then I use the internet to login to verify (without the stick) it confirms its in use, then kicks both computers from using until you contact staff and let them know it was JUST A MISTAKE... but you only get 3 mistakes before they levee action against your account since you "agree" to only use it on one system at a time... for security purposes... I hate you wibu systems usb sticks Anyone here ever mess with these ?
  5. It runs it. Instead of typing it in each time, I click a button. Each time I run the pi, I have to open wp6.sh and load saved connection settings to access the pineapple nano.
  6. I created a launcher button (and a variant) for my docking bar to quickly access the wp6.sh file. Here is my icon file if anyone else would like to use it.
  7. After seeing the 180 ° usb connector with the nano, I bought a couple of my own to use for other devices and battery packs... It lets me have my external wifi card sit right on top and out of the way of my raspberry pi, but it had a bit of bulk that blocked the port below it. I shaved it down with an angle grinder. Its just solid plastic. Now I can access the port below it just fine. =) Hope the info helps someone. Edit: Shaved the chinese letters off. =)
  8. Just keep resetting till it makes sense. Thats what I did. lol. I ruined that thing a dozen times somehow but now I have no problems.
  9. Install Kali Linux onto your Raspberry Pie run: apt-get upgrade then: apt-get install x11vnc then: (follow password creating instructions) x11vnc -storepasswd then finally: x11vnc -forever -usepw -display :0 -ultrafilexfer Then from your phone, or whatever device using VNC Viewer *for example, connect on port 5900. Done. Now you can remote control your Kali Pie and Pineapple (should you have it already setup) from the kitchen table... or remote deploy it on a battery pack...pocket lan
  10. reset the nano (pin hole on bottom, needs power) connect it. Enable usb tethering... try again?
  11. It would be great if we had some sort of notification when a client connected to the wifi pineapple connector app esp for android users. http://soundfxcenter.com/download-sound/mk3-jax-gotcha-sound-effect/
  12. So you're approaching an existing network... Launching a SSID with the same name / security setup / password, while I assume deauthing the target router in hopes that you'll redirect connected devices to your secure network ?
  13. Oh yeah, having the button defined as yellow is conflicting. I'll give it a look soon.
  14. Can you post a screen shot or two ? Also, which browser you use... I didn't set full link or button perimeters yet. I'll look at this tonight.
  15. I am testing skins with graphics laced into the css. I get broken images often... If you have a color scheme in mind, post the idea. I'm making several... If something doesn't look right, let me know and I'll try to fix it.
  16. Why don't you try out the occupineapple feature. It lets you broadcast a ton of SSIDS at once, and can be quite funny in the right setting. Randomroll via Pineap is amusing when you make your own. For example, I made a randomroll that loads porn audio, then you hear "Hey everyone! I'm looking at porn in public!" lol. Ever see someone try to smother their own phone because they're panicking and can't think to just "turn the volume down" lloll If you want to get a little more serious without much knowledge, you can spike a landing page with BEEF via kali linux.
  17. Its a work in progress. Backup your css for easy recovery if you don't like it. Download the included logo.png and logout.png to replace the current until we get the ability to change themes within the program, ehem. Edit: Replace all css in the CSS box under ADVANCED tab in the nano menu options. .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #f6ebb0; border: 1px solid #ccc; border-radius: 4px; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #f6ebb0; opacity: 1; } .text-muted { color: #383838; font-weight: 600; } .panel-footer { padding: 10px 15px; background-color: #ffd800; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .alert-info { color: #ffffff; background-color: #ff4c4c; border-color: #fff; } .alert { padding: 15px; margin-bottom: 2px; border: 1px solid transparent; border-radius: 4px; } .sidebar .active { background-color: #1d1d1d; } .btn { color: #383838; background-color: #ffd800; border-color: #ccc; border:0px; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f6ebb0; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f6ebb0; border: 1px solid #ccc; border-radius: 4px; } .panel-default>.panel-heading { color: #ffd800; background-color: #383838; border-color: #ddd; } .scrollable-pre { overflow: auto; word-wrap: normal; white-space: pre; } .navbar-default { background-color: #383838; border-color: #ffd800; } a { color: #ffd800; text-decoration: none; } .sidebar ul li { cursor: pointer; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; color: #ffffff; } .log-pre { max-height: 300px; } .btn-fixed-length { width: 70px; } .padding-left { margin-left: 10px; } .select-inline { font-weight: normal; } body { background-color: #eee; } .logout { cursor: pointer; } .module-nav li a { margin-left: 30px; } .module-nav li:hover { background-color: #ffd800; } .sidebar .sidebar-nav.navbar-collapse { padding-right: 0; padding-left: 0; } .sidebar ul li { cursor: pointer; border-bottom: 0px solid #ffd800; } .sidebar .active { background-color: #eee; } @media(min-width:768px) { .sidebar { z-index: 1; position: absolute; width: 250px; margin-top: 51px; } .module-content { position: inherit; margin: 0 0 0 250px; padding: 15px 30px; border-left: 1px solid #e7e7e7; } .navbar-top-links { margin-left: 10px; } } .navbar-top-links { margin-right: 5px; margin-left: 10px; } .navbar-top-links li { display: inline-block; } .navbar { margin-bottom: 0; } .navbar-top-links .dropdown-menu li { display: block; } .module-content { padding: 15px 15px; background-color: #eee; } .pointer { cursor: pointer; } .dropdown-menu { cursor: pointer; } .dropdown-menu-top { max-height: 300px !important; overflow-y: auto !important; } @media(max-width:768px) { .dropdown-menu-top { margin: auto !important; position: absolute !important; background-color: #fff !important; word-wrap: break-word !important; border: 1px solid #ccc !important; width: 300px !important; max-width: 300px !important; } .dropdown-menu-top li a { white-space: normal !important; } .dropdown-menu-logout { max-width: 50px !important; } } .login-logo { margin: 0 auto; padding-bottom: 10px; max-width: 150px; } .brand-logo { content: url('/img/logo.png'); max-height: 30px; padding-bottom: 5px; } .brand-text::after { content: "ctrl freq panel"; padding-top: 3px; padding-left: 5px; float: right; color:#ffd800; }
  18. I've seen a few places mention removing the antennas to put the nano in the tactical case, but you don't have to. Leave the battery out, and connect it last. With the normal antennas, if you start by pointing the bottom antenna straight out, you can go right into the corner and "hook" the nano in with a little bend. With the tactical antennas, just point the bottom antenna down, keep it inside the band, turn it upward once cleared. Drop your pineapple juice + connector in last.
  19. It has a power switch to turn on the wifi router / repeater, but you can keep it off and just use it to power. I haven't tested it yet, but supposedly you can connect a network cable, and broadcast wifi. I've been in hotels where they do not have wifi, but rather give you a cable to connect to a wall socket in the room for internet. So if thats correct, you should be able to broadcast a secured wifi for an android / pc to connect to that has the pineapple connected ;-) That then broadcast "Free Wifi" I suppose. (why not just plug the wire into the pc for internet? Because sometimes the one they provide doesn't reach the bed) lmfao I really wish it had a bigger battery, but you can power it with the micro usb, which would be logical for spiking the hotel internet this way
  20. Plus if its happening the moment you power on, you've probably enabled pineap to start on boot. Just go in Pineap, click the tab beside Configuration and save a new default with pineap being disabled and it wont load ssids from your pool the moment you power on
  21. Add the SSID you want under Filters > SSID Filtering + enable Allow Mode. I'm pretty new at this, hope I'm not giving bad advice lol
  22. There is a hard reset on the bottom of the unit. Hold it in for about 10-15 seconds (i don't know the exact duration I just do it for this long) and resetup. The available video tutorials online make it extremely easy.
  23. You can disable admin ap, looks to be USB2.0 but runs plenty fast.
×
×
  • Create New...