Thread: iLiad Userhack v2
View Single Post
Old 07-25-2006, 03:20 AM   #2
tribble
iLiad Maniac
tribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it istribble knows what time it is
 
tribble's Avatar
 
Posts: 1,382
Karma: 2369
Join Date: Apr 2006
Location: Germany
Device: Bookeen Opus (i love that thing) and iPad (what an irony)
Is that really working? Even if the user_wlan.sh is not set +x?

And you need an "enc" before the WEP key, and the script name for wireless is wireless.sh
So it should be something like this:
Code:
  #Enter your values below. Wep-Key is optional
  ssid="INSECURE"
  wep_key=""
  
  if ["$wep_key" = ""] 
     then /usr/bin/wireless.sh start $ssid
     else /usr/bin/wireless.sh start $ssid enc $wep_key
  fi

Last edited by tribble; 07-25-2006 at 03:26 AM.
tribble is offline   Reply With Quote