An open API service indexing awesome lists of open source software.

https://github.com/gwen001/shottheworld

PHP tool that takes screenshots of a given ips/ports combo list and then try to guess the service.
https://github.com/gwen001/shottheworld

bugbounty ips pentesting php ports security-tools socket

Last synced: 4 months ago
JSON representation

PHP tool that takes screenshots of a given ips/ports combo list and then try to guess the service.

Awesome Lists containing this project

README

          

shotTheWorld

PHP tool that takes screenshots of a given ips/ports combo list and then try to guess the service.


php badge
MIT license badge
twitter badge

---

## Description

shotTheWorld uses a different approach to determine what service if behind an opened port.
It takes a text screenshot of a socket connection and render the output in a HTML file located in the output directory.

## Install

```
git clone https://github.com/gwen001/shotTheWorld
```

## Usage

```
Usage: php shotTheWorld.php

Options:
check config.php to manually change the options

Examples:
php shotTheWorld.php combos.txt
```

The source file should respect the following format:
```
xxx.xxx.xxx.xxx:port
xxx.xxx.xxx.xxx:port
xxx.xxx.xxx.xxx:port
...
```

---

shotTheWorld preview

---

Feel free to [open an issue](/../../issues/) if you have any problem with the script.