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.
- Host: GitHub
- URL: https://github.com/gwen001/shottheworld
- Owner: gwen001
- License: mit
- Created: 2018-01-17T14:46:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T08:17:55.000Z (almost 3 years ago)
- Last Synced: 2025-05-09T01:37:26.723Z (6 months ago)
- Topics: bugbounty, ips, pentesting, php, ports, security-tools, socket
- Language: PHP
- Homepage:
- Size: 492 KB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.
---
## 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
...
```
---

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