Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x90/wpsik
WPS scan and pwn tool
https://github.com/0x90/wpsik
Last synced: 5 days ago
JSON representation
WPS scan and pwn tool
- Host: GitHub
- URL: https://github.com/0x90/wpsik
- Owner: 0x90
- Created: 2016-04-24T00:44:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T07:11:38.000Z (about 5 years ago)
- Last Synced: 2024-11-03T22:32:34.015Z (10 days ago)
- Language: Python
- Size: 26.4 KB
- Stars: 66
- Watchers: 8
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wpsik
WPS scan and pwn tool## Setup
Easy installation in one line:
```
pip install "git+https://github.com/0x90/wpsik/#egg=wpsik"
```Install package as developer
```
git clone https://github.com/0x90/wpsik/
cd wpsik
pip install -e .
```## Usage
wpsik is easy to use program
```
wpsik [general_options] [options_for_mode]
```User in two modes: scan, pwn. Example
```
wpsik scan -i wlan0mon
```