https://github.com/nisarldev/port_scanner_python_udemy
https://github.com/nisarldev/port_scanner_python_udemy
port-scanner python python-3
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nisarldev/port_scanner_python_udemy
- Owner: NisarLDev
- License: gpl-3.0
- Created: 2023-05-04T21:23:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T04:42:51.000Z (about 3 years ago)
- Last Synced: 2025-02-15T18:52:09.757Z (over 1 year ago)
- Topics: port-scanner, python, python-3
- Language: Python
- Homepage: https://www.udemy.com/course/python-coding-projects-build-a-port-scanner/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Port Scanner IPV4 Python Udemy
### Instructions for installing dependencies
1 - Open a terminal and type the following command: pip install pyfiglet datetime
## What is a Port Scanner
1 - https://www.eccouncil.org/cybersecurity-exchange/penetration-testing/preventing-malicious-hacks-with-port-scanning-techniques/
2 - https://encyclopedia.kaspersky.com/glossary/port-scanning/
3 - https://www.fortinet.com/resources/cyberglossary/what-is-port-scan
4 - https://www.paloaltonetworks.com/cyberpedia/what-is-a-port-scan
5 - https://www.checkpoint.com/cyber-hub/network-security/what-is-a-port-scan/
## Test
If you want to test the scanner legally, use this page:
http://scanme.nmap.org
### Bibliography
1 - ankane/python-timeouts: Timeouts for popular Python packages
https://github.com/ankane/python-timeouts#socket
2 - Python socket connection timeout - Stack Overflow
https://stackoverflow.com/questions/3432102/python-socket-connection-timeout
3 - gethostbyname() function in Python | Pythontic.com
https://pythontic.com/modules/socket/gethostbyname
4 - socket — Low-level networking interface — Python 3.11.3 documentation
https://docs.python.org/3/library/socket.html
5 - python - name 'target' is not defined Feature Selection - Stack Overflow
https://stackoverflow.com/questions/71106959/name-target-is-not-defined-feature-selection
6 - What is wrong with the code?
https://python-forum.io/thread-1090.html
7 -
https://superfastpython.com/threadpoolexecutor-port-scanner/#Scan_a_Range_of_Ports_on_a_Server