# 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)
```
### CLI
```bash
usage: wifitest [-h] [--ssid SSID] [--wordlist WORDLIST] {scan,bruteforce,events}
Wifitest CLI
positional arguments:
{scan,bruteforce,events}
Operation to perform: scan, bruteforce, or events
options:
-h, --help show this help message and exit
--ssid SSID SSID of the target Wi-Fi network (required for bruteforce
operation)
--wordlist WORDLIST Path to the wordlist file (required for bruteforce operation)
```
### Bruteforce
sudo wifitest bruteforce --ssid WIFINAME --wordlist wordlist.txt
### Scan
sudo wifitest scan
### Events
sudo wifitest events
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/fb/41/06bd1ec2a7a501fafdb496824b6ae472e6b2929b3655f24cb5553680ba63/wifitest-0.1.9.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\n### CLI\n\n```bash\nusage: wifitest [-h] [--ssid SSID] [--wordlist WORDLIST] {scan,bruteforce,events}\n\nWifitest CLI\n\npositional arguments:\n {scan,bruteforce,events}\n Operation to perform: scan, bruteforce, or events\n\noptions:\n -h, --help show this help message and exit\n --ssid SSID SSID of the target Wi-Fi network (required for bruteforce\n operation)\n --wordlist WORDLIST Path to the wordlist file (required for bruteforce operation)\n```\n\n### Bruteforce\n\n sudo wifitest bruteforce --ssid WIFINAME --wordlist wordlist.txt\n\n\n### Scan\n\n sudo wifitest scan\n\n### Events\n\n sudo wifitest events\n",
"bugtrack_url": null,
"license": "GPLv2 license",
"summary": "Python 3 library for wifi testing.",
"version": "0.1.9",
"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": "27c4abd08ff1c299d19566e12df40afd70dbdebd0a40331c5fdeed1f1e5a175c",
"md5": "a509cec870523296fda0c8a4fa04fc03",
"sha256": "a6e46c744832b0fd869ce9c594056f3720650e28b99429949a8744b02df81e2e"
},
"downloads": -1,
"filename": "wifitest-0.1.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a509cec870523296fda0c8a4fa04fc03",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 13415,
"upload_time": "2024-06-04T23:55:30",
"upload_time_iso_8601": "2024-06-04T23:55:30.065816Z",
"url": "https://files.pythonhosted.org/packages/27/c4/abd08ff1c299d19566e12df40afd70dbdebd0a40331c5fdeed1f1e5a175c/wifitest-0.1.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb4106bd1ec2a7a501fafdb496824b6ae472e6b2929b3655f24cb5553680ba63",
"md5": "9239cb5df85369ce675643d916f778e9",
"sha256": "86e0c178dfb9572cd7c88384f156841375c15c6ac58efa15d44432f05f2fd593"
},
"downloads": -1,
"filename": "wifitest-0.1.9.tar.gz",
"has_sig": false,
"md5_digest": "9239cb5df85369ce675643d916f778e9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 12063,
"upload_time": "2024-06-04T23:55:31",
"upload_time_iso_8601": "2024-06-04T23:55:31.863499Z",
"url": "https://files.pythonhosted.org/packages/fb/41/06bd1ec2a7a501fafdb496824b6ae472e6b2929b3655f24cb5553680ba63/wifitest-0.1.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-04 23:55:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "juanbindez",
"github_project": "wifitest",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "wifitest"
}