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

https://github.com/theoneoh1/darkly-scanner

Scan a Port for Multiple Domains at once.
https://github.com/theoneoh1/darkly-scanner

bash nmap port scanner tcp

Last synced: about 2 months ago
JSON representation

Scan a Port for Multiple Domains at once.

Awesome Lists containing this project

README

          

# Darkly-Scanner ![](https://img.shields.io/github/stars/TheOneOh1/Darkly-Scanner)

- Simple Tool to TCP scan a specific port for multiple Domains/IP Addresses at once.
- Script accepts a file as input with Domains and also checks if the domain is valid or not
- Most useful in cases where you are enumerating multiple subdomains at once.
- This will check whether you have the required dependencies, if not, it will install it for you.

-------------------------------------------------------------------------------------------

### How to use?

- Clone or download the script
- The Script uses a file as a command line argument.
- The file contains the Domain/IP Address list for which you want the Port status

```
bash -f

-f : Input File
-h : Help Page
```

-------------------------------------------------------------------------------------------

### Output

![](https://github.com/TheOneOh1/Darkly-Scanner/blob/master/PortScan.png)