https://github.com/devgeeks/pixfor-vulnerable
intentionally vulnerable app for PGDay US 2016 Security and Privacy workshop
https://github.com/devgeeks/pixfor-vulnerable
Last synced: 9 months ago
JSON representation
intentionally vulnerable app for PGDay US 2016 Security and Privacy workshop
- Host: GitHub
- URL: https://github.com/devgeeks/pixfor-vulnerable
- Owner: devgeeks
- Created: 2016-01-28T08:31:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T07:04:42.000Z (about 9 years ago)
- Last Synced: 2025-07-27T06:41:22.926Z (11 months ago)
- Language: JavaScript
- Size: 9.46 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixfor-vulnerable
This is an app written for my PhoneGap Day US 2016 "Privacy and Security Workshop"
It is terrible code riddled with security vulnerabilities.
#### API Server
To set up the server:
`cd server && npm install`
Then to run it:
`npm run`
There is also:
`npm restart`, `npm stop`, and `npm list`
#### PhoneGap app
`cd app`
`phonegap add ios` (or android, though this only has an iOS "theme")
Then to run it:
`phonegap serve` (to use in the PhoneGap Developer App)
or
`phonegap run ios` (or android...)