# Nmap & Ciphers

### Purposes

To do the validation for\
`Finding` : `SSL Weak Cipher Suites Supported`

### Problem Statement

The current cipher checker scanner is effective for analyzing SSL/TLS cipher suites for individual IP addresses or a small number of IPs.\
However, when faced with a larger set of IPs—such as 15 to 25 or more—the process becomes inefficient and time-consuming.\
Manually running `nmap` scans for each IP address to collect cipher suites and then determining the security status of each cipher (whether they are strong or weak) requires significant effort and time.\
This manual process poses challenges to respond quickly.

### How to use

```
Usage:
python nmap_ciphers.py iplist.txt
```

see example iplist.txt
