Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0x90/wpsik

WPS scan and pwn tool
https://github.com/0x90/wpsik

Last synced: about 2 months ago
JSON representation

WPS scan and pwn tool

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
```