Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GitMirar/shodan-slideshow
Utilizes the shodan streaming API to make screenshot of newly discovered open access VNC servers
https://github.com/GitMirar/shodan-slideshow
Last synced: about 6 hours ago
JSON representation
Utilizes the shodan streaming API to make screenshot of newly discovered open access VNC servers
- Host: GitHub
- URL: https://github.com/GitMirar/shodan-slideshow
- Owner: GitMirar
- Archived: true
- Created: 2019-02-09T10:50:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T16:54:35.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T17:47:06.838Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-search-engines - Shodan Slideshow
README
# VNC Slideshow
This tools uses the shodan streaming API to discover new hosts with open port `tcp/5901`.
Hosts are then probed for unauthenticated VNC access and a screenshot is created.## Prerequisites
You require a Shodan API key which has to be provided via the environment variable `SHODAN_KEY`.
## Usage
```text
Usage of ./shodan-slideshow:
-dumpdir string
screenshots will be dumped to this directory (default "/tmp/vncdumps")
-logfile string
logfile location (default "slideshow.log")
```