-
Content Count
16 -
Joined
-
Last visited
About johnjohnsp1
-
Rank
Hak5 Fan
Recent Profile Visitors
732 profile views
-
hello, during a test with my wifipineapple tetra right after upgraded to the new and latest firmware I did found out that module mdk3 and all others related to that is not working anymore. as Example: root@Pineapple:~# airmon-ng PHY Interface Driver Chipset phy0 wlan0 ath9k Not pci, usb, or sdio phy1 wlan1mon ath9k Not pci, usb, or sdio phy2 wlan2 rt2800usb Ralink Technology, Corp. RT2870/RT3070 root@Pineapple:~# mdk3 wlan1mon d the command does no output it just stand with no results over and over anyone else got this issue ? its just me or p
-
Hello everyone, recently I tried to use my pineapple mark V, but once I plug the power I see all the led (orange, blue and red) blinking , just the green led is solid. firmware is 2.4.0 no upgrade or anything else. I then tried to recover with dip switch like: 1UP 2DOWN 3DOWN 4UP and 5UP --> powered on and waited at least 10 minutes. I then have powered off and turned back all the DIP switch as default all UP but seems nothing is happening since once I powered back on all the led (orange, blue and red) are blinking just the green is solid. any got the same problem and know ho
-
Update on QuickCreds run, did those following steps: -mounted bunny on windows machine (arming mode) -deleted all the files -copied and installed the new firmware 1.3 -copied and overwrited all the files with https://github.com/hak5/bashbunny-payloads -installed the tools impacket & responder with "DEB" package provided here: -putty client to configure em both ovr the bunny -mount -o sync /dev/nandf udisk/ -cp *.deb /tools -dpkg --install impacket.deb -dpkg --install responder.deb -from windows copied the QuickCreds payload.txt over s
-
thanks for the replay but even If downloaded again now the payloads tree from GitHub the result doesn't change, quickcreds according to repo is updated a month ago .. are you getting the same error or issue within firmware 1.3 ? cause on 1.2 was perfectly working
-
have you checked that both impact is installed and responder is inside tools folder ? , happened to me once, after checked that the led changed from red/solid red to yellow
-
Hello all, did install new firmware 1.3 coming from 1.2 , unfortunaly i see QuickCreds is no longer working (blinking . Anyone else did noticed this after the upgrade or its just me ? Both tools (impacket and responeder) are correctly installed and can be used as logged in directly. Made sure inside the /extensions folder all the files are Unix format. Did flash the firmware few times by now, led are blinking blue/red as supposed to be Did cloned the payload repository to match the latest version After this all those tries i get: # Set LED yellow, run
-
Ok, i found out what was the problem that made any attempt with Quickcreds fail ! inside the folder tree i had: /tools/Responder instead of /tools/responder/ , and even if changing the payload.txt to point at /tools/Responder/ the code somehow was failing. Decide then to rename /tools/Responder with /tools/responder without any modify of payload and voila ! the code was completed without any errors. Thanks to Altecheon to let me run that test and let me think once more again on it i dont know why even if modify the payload and point Responder instead of responder
-
Thanks for the answer, i was able to running the code you posted: -confirm the LED R SLOW is ok and here is the content of the TestOutput: 172.16.64.10 WS-ATIHD6870 so i think everything is completed fine without any errors. I still dont understand why the Quickcreds hang on LED R SLOW and fail... thanks anywways
-
I did try this code and my return is: Switch£çswitch2 ' IPç ' HOSTç ' BunnyIPç 172.16.64.1 does that mean anything is not working ? looks like the only variables returned are switch&host_ip but not target_ip & hostname ? no clue but probably is related to the quickcreds not working ..
-
Hello, within the new upgraded firmware from 1.0 to latest 1.1 i have some problems with running payloads that need to "GET TARGET_IP". i have downloaded the latest payloads folder tree with git --> https://github.com/hak5/bashbunny-payloads/ this is the content of the get.sh file inside the folder /payloads/library/extensions: #!/bin/bash function GET() { case $1 in "TARGET_IP") export TARGET_IP=$(cat /var/lib/dhcp/dhcpd.leases | grep ^lease | awk '{ print $2 }' | sort | uniq) ;; "TARGET_HOSTNAME")
-
johnjohnsp1 started following firmware 1.1 problem quickcreds
-
confirmed also by my attempt to get mdk3 and still getting the same message, root@Pineapple:~# opkg --dest sd install mdk3 Installing mdk3 (v6-1) to sd... Downloading http://cloud.wifipineapple.com/mk5/packages/mdk3_v6-1_ar71xx.ipk. wget: server returned error: HTTP/1.1 404 Not Found Collected errors: * opkg_download: Failed to download http://cloud.wifipineapple.com/mk5/packages/mdk3_v6-1_ar71xx.ipk, wget returned 1. * opkg_install_pkg: Failed to download mdk3. Perhaps you need to run 'opkg update'? * opkg_install_cmd: Cannot install package mdk3.
-
started a @runtastic live tracking session. See my progress live and cheer me on - http://t.co/IaTkZjRY #runtastic #iphone
-
Gateway always sets to the default - 172.16.42.42
johnjohnsp1 replied to SnuggleTwin's topic in WiFi Pineapple Mark V
i can confirm the same issue, once i use "client mode" on the wired connection tab i don't have internet access. i used as parameters: default 192.168.1.254 0.0.0.0 UG 0 0 0 wlan1 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan1 once i use recon mode or pine ap i will lost the internet connection so does the client connected thru the mark5 using last firmware available 2.4.0 -
Hello, been few hours looking around the forum about the ICS and so far have see many posts with ICS with Linux or Windows. My question is : -how the ICS work with the mark5 connected ethernet thru a router/Switch ? the script still working ? how do you setup the mark5 on the Network section ? my setup is: from infusion --> network --> wired section --> Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.1.254 0.0.0.0 UG 0 0 0 wlan1 192.168.1.0 * 255.255.255.0 U 0 0 0 br-lan 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan1 br-lan Link encap
-
Connecting to internet using ethernet (client mode)
johnjohnsp1 replied to markcoker's topic in WiFi Pineapple Mark V
I can also confirm that i have the same issue with Mark5 v. 2.4.0 have access to the local device by the IP i set as static but it still doesn't route to the internet. DHCP does nothing. wlan1 is the only way i have to getting to the internet.