vk496 / linset

Evil Twin Attack Bash script
http://foro.seguridadwireless.net/aplicaciones-y-diccionarios-linux/linset-0-10-wpa2-hack-sin-fuerza-bruta
GNU General Public License v3.0
550 stars 218 forks source link

script problem? u can help me with this? #12

Open nworks16 opened 9 years ago

nworks16 commented 9 years ago

Output linset console:

wc: /tmp/TMPlinset/dump-01.csv: No such file or directory ./linset: line 976: [: -le: unary operator expected cat: /tmp/TMPlinset/dump-01.csv: No such file or directory expr: syntax error Listado de APs Objetivo

MAC CHAN SECU PWR ESSID

grep: /tmp/TMPlinset/dump-01.csv:: No such file or directory grep: invalid: No such file or directory grep: number: No such file or directory grep: of: No such file or directory grep: lines: No such file or directory 1) head: /tmp/TMPlinset/dump-01.csv: invalid number of lines 100%

(*) Red con Clientes

    Selecciona Objetivo               
  #> 
saidortiz commented 9 years ago

i have the same problem. Using Kali 2.0

alphacentura commented 9 years ago

Same Error :

wc: /tmp/TMPlinset/dump-01.csv: No such file or directory /bin/linset: line 976: [: -le: unary operator expected cat: /tmp/TMPlinset/dump-01.csv: No such file or directory expr: syntax error Listado de APs Objetivo

MAC CHAN SECU PWR ESSID

grep: /tmp/TMPlinset/dump-01.csv:: No such file or directory grep: invalid: No such file or directory grep: number: No such file or directory grep: of: No such file or directory grep: lines: No such file or directory 1) head: /tmp/TMPlinset/dump-01.csv: invalid number of lines 100%

(*) Red con Clientes

    Selecciona Objetivo               
  #> ^C

Edited the Script to detect my wifi interface please find my edited script below: LINE 824 Just changed the grep value to Wlan1

Escoge las interfaces a usar

function setinterface {

# Coge todas las interfaces en modo monitor para detenerlas
KILLMONITOR=`iwconfig 2>&1 | grep Monitor | awk '{print $1}'`

for monkill in ${KILLMONITOR[@]}; do
    airmon-ng stop $monkill >$linset_output_device
    echo -n "$monkill, "
done

# Crea una variable con la lista interfaces de red fisicas
readarray -t wirelessifaces < <(airmon-ng |grep "wlan1" | cut -d- -f1)
INTERFACESNUMBER=`airmon-ng| grep -c "wlan1"`

echo
echo
echo Autodetectando Resolución...
echo $detectedresolution
echo
shareourthought commented 8 years ago

i got a solution for that problem try the blow one its patched with airmon-ng.

Download Link : http://www13.zippyshare.com/v/YE3gov7U/file.html

Instructions : 1.Download that Linset patched and extract it 2.Change the terminal directory to extracted folder 3.Type this command in terminal "chmod +x linset" and "chmod +x airmon" 4.Finally "./linset"

For better support follow me on :

Youtube : https://www.youtube.com/channel/UCfmEvfxFowO1anbbLuFi3BA

Blogger : https://shareoursthought.blogspot.com

Facebook : https://www.facebook.com/naninavveen

G-mail : shareourthought@gmail.com

Google+ : https://plus.google.com/u/0/+NaveenPo...

Twitter : https://twitter.com/shareourthought

deltaxflux commented 8 years ago

I created also a solution for this problem Because mon0 have changed to wlan0 So i create a airmon-ng fscript which creates a mon0 device How to 1 ) Download Fluxion / Extract the files in a single folder 2 ) Navigate to the kali folder 3) Right click / open with terminal 4) $ sudo chmod +x fluxion 5) $ sudo ./fluxion 4 https://github.com/deltaxflux/flux

happu2262 commented 6 years ago

/bin/lscript/l: line 3116: ./fluxion: No such file or directory

solve this problem