Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ethanolivertroy/nmap-GPT

This tool helps new security professionals actively learn how to address security concerns associated with open ports on a network device by scanning the device using Nmap and then leveraging the OpenAI API to provide insight on the specific security considerations that should be made for each open port.
https://github.com/ethanolivertroy/nmap-GPT

artificial-intelligence cybersecurity openai python

Last synced: 4 days ago
JSON representation

This tool helps new security professionals actively learn how to address security concerns associated with open ports on a network device by scanning the device using Nmap and then leveraging the OpenAI API to provide insight on the specific security considerations that should be made for each open port.

Awesome Lists containing this project

README

        

# NMAP-GPT

![nmap-gpt](https://user-images.githubusercontent.com/63926014/221396066-0ace46a1-bb97-4fc0-825c-412f4e2dbc4d.png)

This tool helps new security professionals actively learn how to address security concerns associated with open ports on a network device by scanning the device using Nmap and then leveraging the OpenAI API to provide insight on the specific security considerations that should be made for each open port.

```python3
python3 nmap-gpt.py example.com -p 80
```

## Examples

### Instacart

I used instacart since they have an open bug bounty program on hackerone: https://hackerone.com/instacart/

![image](https://user-images.githubusercontent.com/63926014/218787405-c4fdd27d-06b6-44e6-ae97-174033dd2288.png)

### Twitter

I used twitter since they have an open bug bounty program on hackerone: https://hackerone.com/twitter

![image](https://user-images.githubusercontent.com/63926014/218797253-d5d01fed-e425-4379-9dfa-f29d862a82ec.png)

![image](https://user-images.githubusercontent.com/63926014/218797293-41bd2fc3-0c65-4d46-a103-fe79f56a9cbf.png)