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

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.

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```