├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── upcomming_requests.md ├── LICENSE ├── README.md ├── _config.yml ├── files ├── wbruter.gif └── wbruter.png └── wbruter-android /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/upcomming_requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/.github/ISSUE_TEMPLATE/upcomming_requests.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/_config.yml -------------------------------------------------------------------------------- /files/wbruter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/files/wbruter.gif -------------------------------------------------------------------------------- /files/wbruter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/files/wbruter.png -------------------------------------------------------------------------------- /wbruter-android: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papusingh2sms/WBRUTER-ANDROID/HEAD/wbruter-android --------------------------------------------------------------------------------