Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema connessione internet #3

Closed
Fe316 opened this issue Mar 20, 2019 · 2 comments
Closed

Problema connessione internet #3

Fe316 opened this issue Mar 20, 2019 · 2 comments

Comments

@Fe316
Copy link

Fe316 commented Mar 20, 2019

Ciao;
Non riesco a farlo funzionare. Lanciando lo script con 2 schede di rete su Raspberry.
wlan0 è la scheda della Raspberry stessa connessa ad internet;
wlan1 è una ALFA AWUS036NHA che imposto come Access Point;

Riga di Comando :
./rogueportal.sh -w wlan1 -e Free WiFi -f 1 -i wlan0

Lanciando lo script mi ritorna la seguente frase:
"Prima devi connetterti ad una rete"

@Fe316
Copy link
Author

Fe316 commented Mar 20, 2019

Edit: il nome dell'ESSID deve essere senza spazi 🗡️

@vincenzogianfelice
Copy link
Owner

vincenzogianfelice commented Mar 20, 2019

Qualsiasi argomento passato a un programma, se contiene spazi, deve essere corretto con i caratteri di escape, altrimenti la shell interpretera' quello spazio come un secondo argomento. Quindi prova con i doppi apici:

./rogueportal.sh -w wlan1 -e "Free WiFi" -f 1 -i wlan0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants