Jump to content

ViTALiTY

Active Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by ViTALiTY

  1. Ok so, I got around to trying this: http://www.turnkeylinux.org/blog/convert-vm-iso And I'm stuck in this: mount -o loop turnkey-core.raw turnkey-core.mount Error: "mount: you must specify the filesystem type" So maybe the VM has partitions. Then I did these two: loopdev=$(losetup -s -f turnkey-core.raw)apt-get install kpartxAnd I got stuck here:kpartx -a $loopdev Error: llseek error device-mapper: resume ioctl on loop0p1 failed: Invalid argument create/reload failed on loop0p1 device-mapper: resume ioctl on loop0p2 failed: Invalid argument create/reload failed on loop0p2 And I have absolutely no idea on what to do now.
  2. Thanks for the help, but I guess that is way too much for me.
  3. That would be awesome. And how would I do that?
  4. Yea, but the thing is that the image is configured in such way that I can't do it, as I do not have the knowledge to do so. So the best way is really to convert the image to an ISO. I just need it as a LiveCD, nothing else.
  5. Can anyone do this easily? I have a Debian image configured and installed for some stuff I desperately need, but I need it in ISO, not a VMWare image. Thanks in advance.
  6. Hi guys. So, I have a network that is kind of far away from me, and I have a Yagi Turbotenna. I need to connect to that network, and I need to have some ports forwarded. So I was thinking of connecting to the network with the antenna and my laptop, and forwarding the ports. Then, with the Pineapple, using the Yagi antenna on it forwarding the ports I need on the pineapple. That way I could connect to the network being far away as I am from it. Would that work?
  7. Thanks, but... Like I said, out of my reach. :P What do you guys think of this one? http://www.ebay.com/itm/TP-LINK-2-4GHz-24dBi-Long-Range-Parabolic-Wireless-Outdoor-Antenna-TL-ANT2424B-/121200871021?pt=US_Networking_Boosters_Extenders_Antennas&hash=item1c3822866d Also, what's a good adapter I should get? And what cable? I want it to connect directly to my laptop.
  8. I don't have the knowledge or time for that unfortunately.
  9. Hello there. So, I am in need of a new wifi antenna (with USB adapter) and I need some suggestions. Long range is needed. Bought one of those chinese Yagi antennas and it sucks. The best one I have ever had was the TurboTenna, by Dannets. It was expensive, about 100$, but it was a beast. I need something less expensive that can pack as much horsepower as possible. Things as injection and such are not really needed, I don't plan to use it on attacks, but that with be a plus. Thanks in advance.
  10. Just get one of these on eBay. Problem solved.
  11. Nermind - I used nohup command and it's working great, just what I wanted. :)
  12. Hello there. I need to get reaver to run non-stop, but I prefer to really use reaver instead of the infusion. So I need to write a script that will run this command: reaver -i mon0 -E -n -w -b BSSID HERE -e "SOMENETWORK" -c 6 -a -vv >> reaver.log I will then get the log infusion to read the reaver.log file. Basically that's it. I want it to run from SSH, so I can logout from there and it continues working. So that later I can check the log infusion to see how things are going. I made one myself, but it stopped working when I logged out of SSH. Thanks in advance.
  13. Thanks for the advice, but I'm still stuck.
  14. I think this is a pineapple thing, not related to them. I can connect fine with Ubuntu for example. But with the pineapple GUI, I think it should detect what kind of network it is, and ask for the user and pass. Instead it only asks for the password.
  15. Hello. I would like to connect to my university access point but it seems I can't connect to it. It asks for a username and password and the pineapple only asks for a password. Is there any way to do it?
  16. THANKS! Deeply appreciated mate! Now, I didn't really want to bother you anymore with this, but it seems I am doing something wrong. Basically, here's the thing. I want to crack a friend's WPS router. But it locks me out every 10 tries. So I have to MDK3 the router until it reboots. After the router reboots, it changes the channel. It alternates between channel 6 and channel 1. I changed the script to my needs: http://pastebin.com/3uHWm0QT Then I SSH'd into the pineapple, SCPd the file to it and: http://pastebin.com/LwVtfMDr And that happens...
  17. So, I need to have a script (I was recommended to use "at") that has to do the following commands: Command 1, Command 2, Command 3, Command 4, and Command 5. Command 1 is executed for 12 minutes. Then, it stops. Right after, Command 2, 3, 4 and 5 are executed for 10 minutes. Then, they stop. Command 1 is executed again for 12 minutes. Then, stop it. Commands 2, 3, 4 and 5 are executed again for 10 minutes, WITH a minor switch in one of the switches. Then, they stop. Repeat everything above. If you think you can do this, hit me a PM. It's related to reaver and mdk3, so it's not that hard, I just don't know how to do it. I am willing to offer two (or more) of these Steam games: Call of Duty: Black Ops GRID 2 THIEF Payday 2 The Elder Scrolls V: Skyrim Legendary Edition Far Cry 3 Assassin's Creed IV Black Flag Goat Simulator Dishonored GOTY Thanks in advance!
  18. Any easy way to write a script like that? Searched google a bit and found out some sites in which I can paste the commands and configure the minutes, and the site returns the cron script. Anything like that for "at"? Thanks for your reply!
  19. I will look into that, thanks. But yes, the MDK3 attacks will make the router reboot and it will change channel, it alternates between channel 1 and channel 6. Anyway, will take a look when I have the time and will report back.
  20. So, because all of the scripts I've tried to automate reaver and MDK3 are not working properly, I need to try to do things on my own. This is basically what I need. Reaver will stay open in one shell, cracking the WPS. It has to be Reaver doing this because I can execute Reaver without the -c command, after the AP reboots with the MDK3 attack, it will change channel (changes between 1 and 6, always), and for Bully I have always to give the -c command so I'll leave Bully off. Allright, so, Reaver will always stay open. The AP will lock forever after 10 wrong pins. Let's say reaver will take 12 minutes to go all over the 10 pins (made it to try 1 pin/minute, and also better give it some delay). Now the difficult part where I need help. These 4 commands have to be executed: mdk3 mon0 a -a **:**:**:**:**:** -m mdk3 mon0 b -a **:**:**:**:**:** -n "*************" -h -c * mdk3 mon0 d -a **:**:**:**:**:** -c * mdk3 mon0 m -t **:**:**:**:**:** For about 10 minutes, and then stop, so that the AP reboots and reaver can continue. So basically: Reaver starts to work, for 12 minutes. The commands start to work after 12 minutes of Reaver starting. They all run for 10 minutes, then stop. Reaver starts again, will look for the channel again, and continue for 12 minutes. Reaver stops, the commands start to work for 10 minutes. And like this, forever (Reaver would eventually find the pin). Another thing that worries me is that 2 of the MDK3 commands need the channel. And the channel would change every 10 minutes of those commands working, so they would have to change every new time they are executed... I know this is a little confusing, but if anyone could help that would be amazing. Thanks in advance.
  21. They have equal chances of locking the routers, it doesn't depend on the software but rather on the router. I was finally able to not get locked by setting reaver to try 1 pin every 60 seconds. Seems to going good. This is gonna take a lot of time, but at least it's working. Bully needs a decent working feature like this.
  22. I appreciate the video, but after watching, that's just the basics of it...
  23. Yea, I would appreciate if you posted the link. I think people should start looking more at Bully and not reaver. Bully can attack APs with only 40% power, I tested that myself. Reaver, to attack decently, needs at least 80%, and among other features that Bully has and Reaver doesn't. Thanks in advance.
×
×
  • Create New...