Skip to content

eda-abec/upc_keys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

upc_keys.c

With custom prefix support and some enhancements

This is Peter "blasty" Geissler's original upc_keys.c, modified to support custom prefixes. The output is also more machine-readable.

Explanation of the process is in code.

Building

make build

or

gcc -O3 -o upc_keys upc_keys.c -lcrypto

Running

./upc_keys [-p] [-2|-5] ESSID PREFIXES

From help:

 ESSID should be in 'UPCxxxxxxx' format (7 digits)
 PREFIXES should be a string of comma separated serial number prefixes
 -p - print passwords only, not serial numbers nor frequencies
 -2, -5 - print only candidates on 2.4 GHz or 5 GHz, respectively

About

Peter "blasty" Geissler's upc_keys.c with custom prefix support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Makefile 2.9%