Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/routerkeygen/routerkeygenPC

Qt Port for Linux, Mac OSX and Windows
https://github.com/routerkeygen/routerkeygenPC

Last synced: 3 months ago
JSON representation

Qt Port for Linux, Mac OSX and Windows

Awesome Lists containing this project

README

        

# RouterKeygen

Router Keygen generate default WPA/WEP keys for the following router:

* Thomson based routers ( this includes Thomson, SpeedTouch, Orange, Infinitum, BBox, DMax, BigPond, O2Wireless, Otenet, Cyta , TN_private, Blink )
* DLink ( only some models )
* Pirelli Discus
* Eircom
* Verizon FiOS ( only some routers supported)
* Alice AGPF
* FASTWEB Pirelli and Telsey
* Huawei (some InfinitumXXXX)
* Wlan_XXXX or Jazztel_XXXX
* Wlan_XX ( only some are supported)
* Ono ( P1XXXXXX0000X )
* WlanXXXXXX, YacomXXXXXX and WifiXXXXXX
* Sky V1 routers
* Clubinternet.box v1 and v2 ( TECOM-AH4XXXX )
* InfostradaWifi
* CONN-X
* Megared
* EasyBox, Arcor and Vodafone
* PBS (Austria)
* MAXCOM
* PTV
* TeleTu/Tele2
* Axtel, Axtel-xtremo
* Intercable
* OTE
* Cabovisao Sagem
* Alice in Germany
* Speedport

# Releases

Get them from here:
https://github.com/routerkeygen/routerkeygenPC/releases

# Building

## Windows (Cross Compilation from Ubuntu)

Get [MXE](http://mxe.cc/)
`make qt openssl`
`run build_win.sh`

## Mac OS X

Define CMAKE_PREFIX_PATH to point to your Qt instalation.

Example: /Users/awesome/Qt/5.3.0/clang_64
`run build_mac.sh`

## Linux

#### Ubuntu
sudo apt-get update
sudo apt-get install cmake build-essential qt5-default libssl-dev qtscript5-dev libnm-gtk-dev qttools5-dev qttools5-dev-tools rpm lintian
chmod a+x build_linux.sh
bash build_linux.sh

DEB and RPM package are on `linux/`

# Commandline version

You can build commandline version without GUI dependecy libs:

cd cli
qmake
make

Your binary should be `routerkeygen-cli`

# Algorithm selftest

cd test
qmake
make
./RouterKeygenTest