- A simple tool to do automotive Port Scanner on the main IP ports for a Pentester, written in the article https://developers.cloudflare.com/fundamentals/reference/network-ports/ by Cloudflare.
- The code in the eyelock.py file can be pasted into an IDE or Terminal with Python already pre-installed.
- The code in the eyelock.sh file, runs on operating systems Debian, Ubuntu, Fedora, Kali Linux... and some verses macOS in UNIX.
- Run in the Cloud, such as Google Cloud. Following the any steps for Python or Bash file.
Example in Linux (Python File):
$ nano eyelock.py
Use:
$ python3 eyelock.py
Example in Linux (Shell Script - Bash):
Add the file bash.sh or write it yourself.
#!usr/bin/python3
Use:
$ python3 eyelock.sh
MIT © Eyelock
Original Creator - Rainbowcrack (Izabel Chaves)