https://github.com/amirhnajafiz-university/s7is01
First project of Information Security course.
https://github.com/amirhnajafiz-university/s7is01
host-scanner httping network-security nmap ping port-scanner python3
Last synced: 15 days ago
JSON representation
First project of Information Security course.
- Host: GitHub
- URL: https://github.com/amirhnajafiz-university/s7is01
- Owner: amirhnajafiz-university
- License: apache-2.0
- Created: 2022-11-02T15:13:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T06:02:11.000Z (over 2 years ago)
- Last Synced: 2025-02-17T13:26:38.217Z (3 months ago)
- Topics: host-scanner, httping, network-security, nmap, ping, port-scanner, python3
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
S7IS01
Scanning hosts to find information about their status and open ports. A basic step to hack hosts. Host Scanner is my first **Data Security** course project at **CEIT/AUT**. It uses tools like **nmap** and **ping** to get information about a host and it's ports.
## Run project
```shell
sudo python3 main.py
```### Options
- Ping Host
- Scan range of Hosts
- Scan range of Ports of a Host### Output
You can find the results of each operation in ```result_[OPERATION].txt```