Jump to content

Dice

Active Members
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Dice

  1. Ask a user to execute it ? 'Pretty please, just click here, nothing speshiul"
  2. Got Mark V for sale, including battery pack and charger. Make reasonable offer.
  3. Something like spacehuhns project combining a ducky/bunny with a wifi adapter? so you can feed the wifi receipient to the hid ?
  4. A bit more information please, running a ducky script is based on reenacting keystrokes from the hid. As you are unable to create a mapping while a computer is locked its not possible to have the hid do the same
  5. Quoted for future reference and making reservations for a sleepover on the couch... now what did you say your wifes email account was ??
  6. I can recall Darren enumerating the associated driveletter by the label. He actually did that for the ducky.
  7. One thing i see is that you're trying to eject a device while the device is running your 'eject' script. So windows will tell you the device is in use. 1 ) The moment you tell windows to kill that connection; the script will stop because the source is gone. From https://superuser.com/questions/443162/remove-usb-device-from-command-line They tell Windows to pop up the 'safe removal dialog' by invoking RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll But using a script to touch that 'stop' button would set the first part of my post. (not to mention leaving the dialog screen open) --- https://serverfault.com/questions/130887/dismount-usb-external-drive-using-powershell $driveEject = New-Object -comObject Shell.Application $driveEject.Namespace(17).ParseName("E:").InvokeVerb("Eject") Most solutions after that require the use of diskpart to use the dismount command. However : that would cause the script to stop (see mention 1) and leave The last part would be the nicest (called from powershell) but the cleanup without the BB telling the computer what to do would be nice to have
  8. Considering, you could alternate between the ATTACKMODE STORAGE and the ATTACKMODE RO_STORAGE in the script to allow the script to write data to the loaded partition/ datastore. however, i cannot predict how the OS (windows/linux) would react to the change between a readonly/writable partition and the required (?) reload
  9. Wasnt this availabe in 1.2 ATTACKMODE RO_STORAGE ? This would render the entire storage readonly on a very low level. making just one folder read/writable would set the baselevel of readonly very hard.
  10. Worked Like a charm ! Really appreciated. Editing the quote as well Copying this link to the other topic if you dont mind
  11. Is there another way to install these tools i am unaware of ? TIA ./Dice
  12. Thanks @LowValueTarget If i use the curl command i get there is no such file root@bunny:~# curl -k https://scripts.10ninetysix.com/bb/git_impacket_responder.txt | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 162 100 162 0 0 303 0 --:--:-- --:--:-- --:--:-- 303 sh: 1: cannot open html: No such file sh: 2: Syntax error: redirection unexpected I can resolve : root@bunny:~# ping scripts.10ninetysix.com PING finch.10ninetysix.com (45.55.208.70) 56(84) bytes of data. 64 bytes from 45.55.208.70: icmp_seq=1 ttl=50 time=149 ms 64 bytes from 45.55.208.70: icmp_seq=2 ttl=50 time=172 ms browsing to the page on my Laptop to the bb folder gives me a 403 error , if i try to save the .py file manually i get 404
  13. Tried single ' instead of double " ?
  14. @HeavenknowsItried You just made Ryanne a bit lazier :D
  15. What happens if you remove the bunny and the remove the drivers etc ? Start command prompt as administrator use the following command : set_devmgr_show_nonpresent_devices=1 then (in the same session) :start compmgmt.msc select devices and in the menu bar 'show hidden devices' use 'del' to remove all greyed out devices. --- set the bb to arming mode and plug it in. the 'new' ethernet controller should be recognised and get a new identifier. Set up the ics then
  16. They have sonething for that. Its called the Wifi pineapple. i saw @Darren Kitchen plug his Bunny into the Tetra, that would combine the two as well ?
  17. For what would you do that ? A bit more information and a workaround might be easier to construct
  18. Will this Beta ever see alpha status ?
  19. Dice

    Anti-Virus

    Going out on a limb and correct me if i am wrong; Killing antivirus processes is hard to do; On a windows 10 machine they are running at a very low level and the User is unable to kill it; not even as an Administrator. Disguising the virus will just trigger the disguise being detected as a virus itself (even when totally harmless) As for preventing antivirus removing programs on the BB; chmod to set the accessmask to read/Execute for world might prevent it from being deleted; however the Antivirus would prevent it from being loaded into the memory where we need it.
  20. Maybe someone with indepth knowledge is able to give a more definitive answer than a text file.. Maybe a command that shows the core-version etc?
  21. Look up the com port the BB is using and connect to it using the Directions Darren gave using Putty Start compmgmt.msc and see which prt has been used Start putty Select Serial connection on the com port you got previously Set speed to 115200 Baud Connect and log on as root with the default password See the ascii art header and the date. :P
  22. Check the version.txt in both the root and the /udisk folder. Also : On the bunnyheader it states : SMP PREEMPT Thu Apr 6 00:46:27 PDT 2017 armv7l Would be a nice to have to get the serial included in here
  23. And how are they going to read that mail; while they need a password reset to access their mail ?
×
×
  • Create New...