Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ethanolivertroy/nmap-GPT
- Owner: ethanolivertroy
- Created: 2023-02-11T16:48:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T02:17:43.000Z (2 months ago)
- Last Synced: 2024-12-31T11:39:21.573Z (9 days 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
![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)
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)