wifitest


Namewifitest JSON
Version 0.1.8 PyPI version JSON
download
home_pageNone
SummaryPython 3 library for wifi testing.
upload_time2024-04-21 21:11:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseGPLv2 license
keywords bruteforce wifi tools cli scan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wifitest

![PyPI - Downloads](https://img.shields.io/pypi/dm/wifitest)
![PyPI - License](https://img.shields.io/pypi/l/wifitest)
![Read the Docs](https://img.shields.io/readthedocs/wifitest)
![GitHub Tag](https://img.shields.io/github/v/tag/JuanBindez/wifitest?include_prereleases)
<a href="https://pypi.org/project/wifitest/"><img src="https://img.shields.io/pypi/v/wifitest" /></a>

## Python 3 library for wifi testing.

### Install

    sudo pip install wifitest


### usage:

#### import

```python
from wifitest import WifiTest
```
#### scan available wifi networks

```python
s = WifiTest()
s.scan()
```
#### bruteforce on wifi network

```python
SSID = "wifi"
WORDLIST = "wordlist.txt"

wifi = WifiTest()
wifi.bruteforce(SSID, WORDLIST)

```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wifitest",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "bruteforce, wifi, tools, cli, scan",
    "author": null,
    "author_email": "Juan Bindez <juanbindez780@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3e/65/f0cdcf14519473883c38fd464de5ad47b80436b78036fc2a94bf8f791cb6/wifitest-0.1.8.tar.gz",
    "platform": null,
    "description": "# wifitest\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/wifitest)\n![PyPI - License](https://img.shields.io/pypi/l/wifitest)\n![Read the Docs](https://img.shields.io/readthedocs/wifitest)\n![GitHub Tag](https://img.shields.io/github/v/tag/JuanBindez/wifitest?include_prereleases)\n<a href=\"https://pypi.org/project/wifitest/\"><img src=\"https://img.shields.io/pypi/v/wifitest\" /></a>\n\n## Python 3 library for wifi testing.\n\n### Install\n\n    sudo pip install wifitest\n\n\n### usage:\n\n#### import\n\n```python\nfrom wifitest import WifiTest\n```\n#### scan available wifi networks\n\n```python\ns = WifiTest()\ns.scan()\n```\n#### bruteforce on wifi network\n\n```python\nSSID = \"wifi\"\nWORDLIST = \"wordlist.txt\"\n\nwifi = WifiTest()\nwifi.bruteforce(SSID, WORDLIST)\n\n```\n",
    "bugtrack_url": null,
    "license": "GPLv2 license",
    "summary": "Python 3 library for wifi testing.",
    "version": "0.1.8",
    "project_urls": {
        "Bug Reports": "https://github.com/juanbindez/wifitest/issues",
        "Homepage": "https://github.com/juanbindez/wifitest",
        "Read the Docs": "http://wifitest.readthedocs.io/"
    },
    "split_keywords": [
        "bruteforce",
        " wifi",
        " tools",
        " cli",
        " scan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccd1f272324102f85806c618e45209eb3651ded0e2f905da2129a506860f905a",
                "md5": "2ae593b7cecc10e75dd82a7ea706e922",
                "sha256": "cea6497f69d9b0b8ea892b63b306514e5462e54c26aa7a10d45ca938b0d20dd9"
            },
            "downloads": -1,
            "filename": "wifitest-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ae593b7cecc10e75dd82a7ea706e922",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13161,
            "upload_time": "2024-04-21T21:11:36",
            "upload_time_iso_8601": "2024-04-21T21:11:36.242509Z",
            "url": "https://files.pythonhosted.org/packages/cc/d1/f272324102f85806c618e45209eb3651ded0e2f905da2129a506860f905a/wifitest-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e65f0cdcf14519473883c38fd464de5ad47b80436b78036fc2a94bf8f791cb6",
                "md5": "779077ff4cd6bf65ad15b4647cee3a96",
                "sha256": "07fcd5deabf5423542373ad5a698bc8ebfa265d39f2fe44e96ae39d35a4333fd"
            },
            "downloads": -1,
            "filename": "wifitest-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "779077ff4cd6bf65ad15b4647cee3a96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11437,
            "upload_time": "2024-04-21T21:11:38",
            "upload_time_iso_8601": "2024-04-21T21:11:38.150702Z",
            "url": "https://files.pythonhosted.org/packages/3e/65/f0cdcf14519473883c38fd464de5ad47b80436b78036fc2a94bf8f791cb6/wifitest-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 21:11:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "juanbindez",
    "github_project": "wifitest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wifitest"
}
        
Elapsed time: 0.34936s