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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modified netcat command to work on OSX

disccomp opened this issue · comments

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

@disccomp thanks for the correction!

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

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