https://github.com/prayerslayer/windowshopper
Lazy UI discovery tool for STUPS infrastructure
https://github.com/prayerslayer/windowshopper
Last synced: 4 months ago
JSON representation
Lazy UI discovery tool for STUPS infrastructure
- Host: GitHub
- URL: https://github.com/prayerslayer/windowshopper
- Owner: prayerslayer
- License: apache-2.0
- Created: 2015-11-08T00:20:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T21:25:41.000Z (about 10 years ago)
- Last Synced: 2024-04-15T02:57:49.009Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windowshopper
Lazy UI discovery for STUPS infrastructure.
## How does it work
* Get all apps from Kio
* if `GET ${app.service_url}` returns HTML
1. make a screenshot with phantomjs
2. upload to s3
## Caveats
* Won't find UIs secured on network level, e.g. security groups, firewalls...
* Does not find UIs living in non-root path. This could be tackled together with tintwip, where we would look for unsecured endpoints with text/html response.
* Self signed certificates?
## Todo
* Ability to "fav" UIs