dchapkine / extract-google-authenticator-credentials

Easily move your android GoogleAuthenticator credentials to any new device ( iOS/Android/WP/UbuntuTouch/FFOS ). This reads your google authenticator database and generates original QRcodes
185 stars 20 forks source link

Modified netcat command to work on OSX #2

Open disccomp opened 7 years ago

disccomp commented 7 years ago

nc -l localhost 2001 works, while nc -l -p 2001 gave me: nc: missing port with option -l

AlekseiSmirnov commented 7 years ago

@disccomp thanks for the correction!

KoStard commented 4 years ago

For me nc -l 2001 worked, without writing localhost.

ipanin commented 3 years ago

According to command line help (-h): -p port Specify local port for remote connects (cannot use with -l)