https://github.com/codexlynx/frogd
Daemon for automatic jumping over 802.11 networks.
https://github.com/codexlynx/frogd
anonymization privacy wireless
Last synced: 3 months ago
JSON representation
Daemon for automatic jumping over 802.11 networks.
- Host: GitHub
- URL: https://github.com/codexlynx/frogd
- Owner: codexlynx
- License: gpl-3.0
- Created: 2016-07-07T10:54:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T18:03:14.000Z (over 5 years ago)
- Last Synced: 2025-01-06T01:11:23.319Z (5 months ago)
- Topics: anonymization, privacy, wireless
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## frogd
Daemon for the automatic jumping over 802.11 networks.[](LICENSE)
---
### Usage
```
usage: frogd [-h] [--config PATH] [--rule PATH] [--networks-file PATH]
[--dry]frogd / Daemon CLI.
optional arguments:
-h, --help show this help message and exit
--config PATH Main configuration file path.
--rule PATH Jump rule to use.
--networks-file PATH CSV file with the list of networks.
--dry Enable dry run.
```**Defaults:**
> $ frogd --config /etc/frogd/config.cfg --rule /etc/frogd/rules/by_time.py --networks-file /etc/frogd/networks.csv### Disclaimer
* __Legal__:
Use it at your own responsibility. Damages or legal problems caused by the tool are the responsibility of the user.### License
> GPL (GNU General Public License) 3.0
More info: [here](LICENSE)
### About
This tool was created by: __@codexlynx__.* Twitter: [https://twitter.com/codexlynx](https://twitter.com/codexlynx)
* GitHub: [https://github.com/codexlynx](https://github.com/codexlynx)