fdroiddata/metadata/net.yolosec.routerkeygen2.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

32 lines
962 B
YAML

Categories:
- Security
License: GPL-3.0-only
SourceCode: https://github.com/yolosec/routerkeygenAndroid
IssueTracker: https://github.com/yolosec/routerkeygenAndroid/issues
Summary: Generate default WPA/WEP keys
Description: |-
This application scans all WiFi networks in the range for known vulnerabilities
in default WiFi password. For selected vulnerable network it computes several
possible passwords and enables to test them all.
Application enables to save computed passwords to a file or load configuration
files for some vulnerabilities (not related to UPC). For this app needs access
to storage.
RepoType: git
Repo: https://github.com/yolosec/routerkeygenAndroid.git
Builds:
- versionName: 4.1.5
versionCode: 72
commit: b6f7992ec828e0b93c12d1a1ec879d0792616ca0
subdir: android/routerKeygen
gradle:
- noGapps
rm:
- android/mm-ad-sdk/mm-ad-sdk.aar
AutoUpdateMode: None
UpdateCheckMode: None