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: 5 months 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.
- Host: GitHub
- URL: https://github.com/ethanolivertroy/nmap-GPT
- Owner: ethanolivertroy
- Created: 2023-02-11T16:48:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T02:17:43.000Z (7 months ago)
- Last Synced: 2024-12-31T11:39:21.573Z (5 months ago)
- Topics: artificial-intelligence, cybersecurity, openai, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-LLM4Security - nmap-GPT
- Awesome-LLM4Security - nmap-GPT
README
# 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.
```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/

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

