Results 1 to 50 of 256

Thread: Howto frankenScript

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    @Slim

    I was trying out Frankenscript with my new adapter which arrived in the mail. I had the -1 error and could not capture any handshakes.

    I added a one liner at line 232 which looks like this

    Enable_Attack_Mode(){
    <-snip out all of the attack mode section until the last few lines as I'm not copying and pasting ->

    clear
    ifconfig $wlanX down
    airmon-ng start $wlanX

    MAC_Address_Options(){

    I only inserted the line ifconfig $wlanX down. This has fixed the -1 error and i'm capturing handshakes again. I can't see this change causing any errors down the road but it's not fully tested. Would you consider adding it in to the script as I doubt i'm the only person who will run into it.

    Edit:
    @Slim again
    Mate, I was just trying to do an iw dev scan from the menu. It failed so I added a catch so I could see the error and go have a read.

    I have two wifi adapters and am using wlan1 to scan the network. At line 334 you have defined wlan0 as the adapter so it can't detect if I selected a seperate one. I changed the start of this line to:

    iw dev $wlanX scan

    and the problem was solved.
    Last edited by staticn0de; 2014-09-16 at 09:38.

Similar Threads

  1. Howto live usb on a uefi32 and X64 HW :confused:
    By snoopy1949 in forum General Archive
    Replies: 3
    Last Post: 2016-12-27, 06:49
  2. Replies: 492
    Last Post: 2016-10-27, 05:30
  3. Kali 2.0 USB persistent: old howto no more valid
    By ovosodo in forum Installing Archive
    Replies: 5
    Last Post: 2015-08-15, 09:45
  4. Howto HDD installation on a USB key
    By Quest in forum How-To Archive
    Replies: 5
    Last Post: 2015-02-12, 16:18

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •