Skip to content

Commit

Permalink
Merge pull request #12 from WarenGonzaga/dev
Browse files Browse the repository at this point in the history
Latest Features for v4
  • Loading branch information
warengonzaga committed Jul 8, 2020
2 parents bf2c258 + d6266a0 commit d3c6073
Show file tree
Hide file tree
Showing 10 changed files with 440 additions and 54 deletions.
Binary file modified .github/img/premium.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/img/screenshot.jpg
Binary file not shown.
Binary file added .github/img/wifi-passview-v4.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esversion": 6
}
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ This simple tool offers you the following features...
* No manual reading of **``Key Content``**, the tool will do that for you!
* No need admin rights to run the program.
* Standalone batch program.
* Customizable.
* Supports all languages.
* Generate WLAN report. (requires admin privileges)
* Upload collected passwords to the cloud. (powered by file.io api)
* Customizable builds.

## Usage

Expand All @@ -49,13 +52,15 @@ _Wanna use for WiFi Hacking? Visit this [exclusive post from the author](https:/

Here's the screeshot of the program...

![Screenshot](./.github/img/screenshot.jpg)
![Screenshot](./.github/img/wifi-passview-v4.gif)

## In Action

Here's how this tool works...

[![YouTube](https://img.shields.io/badge/YouTube-Watch%20Here-red.svg?style=for-the-badge)](https://www.youtube.com/watch?v=dYWuXBjMyVc)
[![YouTube](https://img.shields.io/badge/YouTube-Watch%20Here%20v2.5.5%20[Karin]-red.svg?style=for-the-badge)](https://youtu.be/dYWuXBjMyVc)

[![YouTube](https://img.shields.io/badge/YouTube-Watch%20Here%20v4.0.0%20[Bella]-blue.svg?style=for-the-badge)](https://youtu.be/eu1DUgwP2wM)

Don't forget to like, share, and subscribe to my channel!

Expand Down Expand Up @@ -87,18 +92,14 @@ Visit [FAQ section](https://github.com/warengonzaga/wifi-passview/wiki/Frequentl

## Contributing

Contributions are welcome, create a pull request to this repo and I will review your code.
Contributions are welcome, create a pull request to **dev** branch of this repo and I will review your code.

## Issues

If you're facing a problem in using WiFi Passview please let me know by creating an issue in this github repository. I'm happy to help you! Don't forget to provide some screenshot or error logs of it!

## To Do

* Gulp Options
* Email Options
* CI (Travis)
* Wireless Network Reporting
* Extract WiFi Password Across Network (experimental)
* More... (have suggestions? let me know!)

Expand All @@ -110,7 +111,7 @@ Wanna see other projects I made? Join today!

## Donate or Support

If you love this project please consider to support the development by means of coffee. I spend and waste my time just to save your time! Be a sponsor or backer of this project. Just a cup of coffee!
If you love this project please consider to support the development by means of coffee. I spend my time just to save your time! Be a sponsor or backer of this project. Just a cup of coffee!

[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=for-the-badge)](https://paypal.me/warengonzagaofficial) [![Support](https://img.shields.io/badge/Support-Buy%20Me%20A%20Coffee-orange.svg?style=for-the-badge)](https://www.buymeacoffee.com/warengonzaga)

Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const copydata = {
'REM Licensed Under The MIT License: http://opensource.org/licenses/MIT',
'REM Copyright (c) <%= new Date().getFullYear() %> <%= author %>',
'REM ',
'REM Facebook: @warengonzagaofficialpage',
'REM Facebook: @warengonzagaofficial',
'REM Twitter: @warengonzaga',
'REM Github: @warengonzaga',
'REM Website: warengonzaga.com',
Expand Down Expand Up @@ -76,7 +76,7 @@ function copyright() {
return gulp
.src([path.build+'/core.bat'], {allowEmpty: true})
.pipe(header(copydata.copybanner, pkg))
.pipe(rename(whtlbl.filename+'-'+whtlbl.version+'.bat'))
.pipe(rename(whtlbl.filename+'-'+whtlbl.version+'-'+pkg.status.toLowerCase()+'.bat'))
.pipe(gulp.dest([path.build]));
}

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wifi-passview",
"version": "2.5.5",
"version": "4.0.0",
"description": "An open source batch script based program that can recover your WiFi Password easily in seconds.",
"status": "Karin",
"status": "Bella",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -16,7 +16,9 @@
"passview",
"social engineering",
"hacking",
"security"
"security",
"wireless",
"tool"
],
"author": "Waren Gonzaga",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"filename":"wifi-passview",
"title":"WiFi Passview",
"version":"v2.5.5",
"status":"Karin",
"version":"v4.0.0",
"status":"Bella",
"dev":"Waren Gonzaga",
"description":"An open source batch script based program that can recover your WiFi Password easily in seconds.",
"uicolor":"a",
Expand Down

0 comments on commit d3c6073

Please sign in to comment.