Fahad0x9d3 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Create ESSID Won't Let Me Use An Apostrophe #430

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
So after weeks of fixing out all the bugs and figuring all of this out, the one 
barrier I can't overcome is the fact that *my* ESSID is 'SCHWEIGER'S' and it 
won't let me create one with an apostrophe. I tried SCHWEIGERS but when I go to 
use the .pcap file that has the handshake it still said the ESSID 'SCHWEIGER'S' 
is not found. Is there any way to bypass this?

Terminal:
pyrit -e SCHWEIGER'S create_essid
>
(It just doesn't respond and I have to hit enter and many random keys before 
terminal is able to execute a command again)

Original issue reported on code.google.com by patman...@gmail.com on 24 Apr 2013 at 4:58

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This stumped me too...
Good old double quotes

Here's the answer:

Terminal:
pyrit -e "SCHWEIGER'S" create_essid

Original comment by michael....@gmail.com on 10 Mar 2015 at 7:07